Can’t help you there. Don’t know anything about network drivers.
How could you succeed if you are dependent on a another .sys when it’s not
there? Or are you just wondering how to get it to boot through the failure,
instead of BSOD? I don’t know how to do that either, but I sure hope
someone else knows and will tell us!
Phil
-----Original Message-----
From: Rick Bowman [mailto:xxxxx@bustech.com]
Sent: Thursday, January 25, 2001 10:02 AM
To: NT Developers Interest List
Subject: [ntdev] RE: Bugcheck for a missing load module?
I’m a network driver though, PNP, StartType 3?
Rick
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Barila, Phil
Sent: Thursday, January 25, 2001 12:44 PM
To: NT Developers Interest List
Subject: [ntdev] RE: Bugcheck for a missing load module?
Yes, you sure should, if it’s a boot driver. The bugcheck code should be:
0x7B - INACCESSIBLE_BOOT_DEVICE. That’s because if the loader can’t resolve
the references, then it thinks your driver can’t succeed, and since it’s
required for booting, it abandons the effort. At least, that’s what
happened when I tried the same thing with my SCSI miniport. But then, I was
*the boot disk*, so if I didn’t work, there really was no recovering.
Phil
-----Original Message-----
From: Rick Bowman [mailto:xxxxx@bustech.com]
Sent: Thursday, January 25, 2001 9:31 AM
To: NT Developers Interest List
Subject: [ntdev] Bugcheck for a missing load module?
Should I be seeing win2k bugcheck when it tries to load my
driver because of a supporting kernel mode DLL file (i.e.
another .SYS with exports I require) is not available on disk?
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@bustech.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: xxxxx@intel.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com