Dean
Wed Jun 11 06:17:50 PDT 2008
They don't have to be loaded with AutoLoad. If it is block driver based,
simply load the block driver as a regular stream driver. Filesys will
detect the block driver load and load on top of it.
--
Dean Ramsier - eMVP
BSQUARE Corporation
"Helge Kruse" <Helge.Kruse-nospam@gmx.net> wrote in message
news:4847e4cc$0$6602$9b4e6d93@newsspool2.arcor-online.net...
> Bruce,
>
> thanks for reply. I have only RAM based registry, so I think the boot hive
> will not application in my case.
> I know the Order value for drivers. Drivers are loaded using the
> HKLM\Drivers\BuiltIn key from device.exe. But file system driver are
> loaded by store manager using the HKLM\StoreManager\AutoLoad keys. How is
> the order defined regarding this two things. Further you have BootPhases.
>
> Regards,
> Helge
>
> "Bruce Eitman [eMVP]" <bruce.eitman.nospam@EuroTech.com.nospam> wrote in
> message news:uZJbJmwxIHA.4704@TK2MSFTNGP03.phx.gbl...
>> [HKEY_LOCAL_MACHINE\Drivers\Builtin\<Any Driver>]
>> "Order"=dword:<Load Order>
>>
>> Where the smaller the number assigned to Order the earlier the driver
>> loads. Of course if you put the driver in the Boot hive, it will load
>> even earlier.
>>
>> --
>> Bruce Eitman (eMVP)
>> Senior Engineer
>> Bruce.Eitman AT EuroTech DOT com
>> My BLOG
http://geekswithblogs.net/bruceeitman
>>
>> EuroTech Inc.
>> www.EuroTech.com
>>
>> "Helge Kruse" <Helge.Kruse-nospam@gmx.net> wrote in message
>> news:4847d02f$0$6552$9b4e6d93@newsspool3.arcor-online.net...
>>> Hello,
>>>
>>> I need to write a small helper driver. It will provide a kind of mailbox
>>> for some data, that should be written from any other device driver, file
>>> system driver or application. Since other drivers are loaded quite early
>>> I want to load the helper driver as early as possible. The interface to
>>> the driver could be i.e. a stream driver or any other interface.
>>>
>>> The helper driver will only use the coredll.
>>>
>>> AFAIK file system drivers are loaded before stream drivers. Is this
>>> generally true? How can I determine the load order and how can I
>>> configure the system to load my helper driver as early as possible?
>>>
>>> Regards,
>>> Helge
>>>
>>> --
>>> Time is an ocean but it ends at the shore.
>>>
>>>
>>
>>
>
>