I’m not very familiar with windows drivers/debugging.
I need to do a microsoft harware certification for our existing NDIS
driver. I was told that i need “checked build of ndis.sys” installed in my
PC. Do you have any idea where i can get one? I have the Windows 2000 DDK,
but i don’t have the latest MSDN CD.
Also, while running the Windows Harware Compatibility test, (HCT),
the PC crashed, producing a memory dump. Can you tell me what is the best
way to debug, to find out what happened?
Regards,
Anand.
> I’m not very familiar with windows drivers/debugging.
I need to do a microsoft harware certification for our existing NDIS
driver. I was told that i need “checked build of ndis.sys” installed in my
PC. Do you have any idea where i can get one? I have the Windows 2000 DDK,
but i don’t have the latest MSDN CD.
You can download the checked build version of service pack and extract the
ndis.sys.
Also, while running the Windows Harware Compatibility test, (HCT),
the PC crashed, producing a memory dump. Can you tell me what is the best
way to debug, to find out what happened?
You can attach a kernel debugger to your test target. You can use windbg to
do bugcheck analysis. See WinDbg doc for more info.
cheers,
Calvin