RE: How to load driver before any storage manager FSDs?
- From: FoolBlah <foolblah@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 9 Jan 2009 04:09:01 -0800
It is a catch 22... the hive needs to be loaded before any other drivers due
to the architecture, but to load the hive the file system driver needs to be
there prior.
Curious, what are you trying to accomplish that you need the stream driver
loaded first?
"peach.voser@xxxxxx" wrote:
Hello,.
I would like to load a (stream interface) driver before any other
storage manager FSD (file system driver) in boot phase 0. Thing is: I
have an FSD in boot phase 0 because of the hive based registry.
I tried to load the driver as early as possible like that:
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\earliestdriver]
"Prefix"="EAR"
"Dll"="earliestdriver.dll"
"Index"=dword:1
"Order"=dword:0
"Bootphase"=dword:0
; END HIVE BOOT SECTION
However, it is always loaded after the FSD. How can I load it
before???
Thanks,
Peter
- References:
- How to load driver before any storage manager FSDs?
- From: peach . voser
- How to load driver before any storage manager FSDs?
- Prev by Date: How to load driver before any storage manager FSDs?
- Next by Date: RE: SetCommState returning 0
- Previous by thread: How to load driver before any storage manager FSDs?
- Next by thread: Re: How to load driver before any storage manager FSDs?
- Index(es):
Relevant Pages
|