|
Prev: Dynamically Loading/Unloading NDIS Drivers From USB Drive
Next: SCSI Passthrough Using Write Buffer Command
From: Gianluca Varenni on 5 Apr 2006 12:01 Hi all. I don't know if this is the right forum for this question, in any case... I have a machine issuing a replicable BSOD in my driver, that I'm not able to replicate on other machines. This machine is running XP SP2 (well, WinDbg says it's SP2), UP kernel, and the file version of ntoskrnl.exe is 5.1.2600.2622 (xpsp.050301-1521) while my laptop (and other machines with a UP kernel) have ntoskrnl.exe version 5.1.2600.2622 (xpsp_sp2_gdr.050301-1519). Does anyone here have any idea what is that kernel (xpsp.050301-1521) running on this machine?? Have a nice day GV Additional info (from Windbg) ----------------------------- BSOD machine: Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp.050301-1521 My laptop: Windows XP Kernel Version 2600 (Service Pack 2) UP Free x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp_sp2_gdr.050301-1519 |