Filtered by: tags=windows

Setting up a Windows VM for Kernel Debugging

March 12, 2019 |  driver  debug  windows  kernel  windbg 
If you search the web using the title of this post, you'll get many links to articles most of which explain how to set this up using a virtual COM port on the VM. Coming from driver background that goes back over 20 years, at first this seemed quite natura

Notes of the day

Oct. 11, 2018 |  osx  windows  cross-platform  mac 
A recent project requirement from a customer for a cross-platform solution prompted me to look into viable frameworks for this. Based on my knowledge of languages (C++, Python & Javascript), I narrowed the potential solutions to wxWidgets & Git Electron. S

Celery on Windows

Jan. 17, 2018 |  windows  celery 
Running celery on Windows, shows the following error when tasks are queued to be executed: The way to fix this is to add *--pool=solo* to the celery daemon command line. This makes celery run as a solo process and without concurrency, which for development