Hi,
I wrote a kernel driver and try to load it at system instead of boot time
and it works.
However when I try to run it together with drivers (file filter driver and
disk filter driver, both starting on boot), my driver will fail to run.
Why is that so?
However if I start it at Boot, it will run too.
What could be the possible cause?
Thank You!
cheers,
vincent
Find love on MSN Personals http://personals.msn.com.sg/
On Fri, 20 Feb 2004 21:04:38 +0800, vincent gambit wrote:
Hi,
I wrote a kernel driver and try to load it at system instead of boot time
and it works.
However when I try to run it together with drivers (file filter driver and
disk filter driver, both starting on boot), my driver will fail to run.
Why is that so?
However if I start it at Boot, it will run too.
What could be the possible cause?
Thank You!
cheers,
vincent
Find love on MSN Personals http://personals.msn.com.sg/
Are you receiving any kind of error statuses or messages? If so what are
they?
Bob
hi,
no error message
but when I use OSRLoader to view the current running drivers, my driver is
stopped.
thank you!
cheers,
vincent
From: Robert Stankey
>Reply-To: “Windows System Software Devs Interest List”
>
>To: “Windows System Software Devs Interest List”
>Subject: Re:[ntdev] load kernel driver as system fail
>Date: Fri, 20 Feb 2004 12:39:08 -0600
>
>On Fri, 20 Feb 2004 21:04:38 +0800, vincent gambit wrote:
>
> > Hi,
> >
> > I wrote a kernel driver and try to load it at system instead of boot
>time
> > and it works.
> > However when I try to run it together with drivers (file filter driver
>and
> > disk filter driver, both starting on boot), my driver will fail to run.
> > Why is that so?
> > However if I start it at Boot, it will run too.
> >
> > What could be the possible cause?
> >
> > Thank You!
> >
> > cheers,
> > vincent
> >
> >
> > Find love on MSN Personals http://personals.msn.com.sg/
>
>Are you receiving any kind of error statuses or messages? If so what are
>they?
>
>Bob
>
>—
>Questions? First check the Kernel Driver FAQ at
>http://www.osronline.com/article.cfm?id=256
>
>You are currently subscribed to ntdev as: xxxxx@hotmail.com
>To unsubscribe send a blank email to xxxxx@lists.osr.com
Get 10mb of inbox space with MSN Hotmail Extra Storage
http://join.msn.com/?pgmarket=en-sg
Depending on the type of kernel driver involved and where it resides within
a driver stack Windows may not be able to restart the devices. For example
if you install an upper filter HBA bus driver on a host where the boot disk
is attached to an HBA adapter you must reboot the host because restarting
the boot disk’s driver stack cannot happen.
You might want to check the setupapi.log file located in %SystemRoot%. It
may give you some useful information.
You didn’t specifically say what your kernel driver does. I assume its a
filter driver of some kind?
Bob
Hi,
I wrote a kernel driver and try to load it at system instead of boot time
and it works.
However when I try to run it together with drivers (file filter driver and
disk filter driver, both starting on boot), my driver will fail to run.
Why is that so?
However if I start it at Boot, it will run too.
What could be the possible cause?
Thank You!
cheers,
vincent
Find love on MSN Personals http://personals.msn.com.sg/