1. In the windbg installation directory look for the themes subdirectory. Inside that look for the only doc file. In there it tells you how to...
I'd like to address the failure of the WDK to install on a machine running Windows XP 64. As many of you who have tried installing the WDK on that...
> prepareHardware routine using PsCreateSystemThread(). After the thread > creation the SYSTEM process CPU usage goes to 50% and system become I...
What is the thread doing, if it is grabbing spinlocks or doing other things that raise IRQL it will not matter what priority it is. So tell us...
> Can I allocate WDF memory object from the bus driver and pass the > memory handle to the child. I think that no WDF object can cross the driver...