How to determine OS initialization phase during driver initialization?

A

Alex

I need to check the OS initialization phase in my DriverEntry routine and
prevent driver loading if it occurs not in boot-phase.

Thanks for assistance.
 
A

Alex

There is no interface to find OS initialization phase.

May be exist some undocumented way to determine this? I need it only for
in-house purposes.
 
P

Pavel A.

NT has no notifications of init phases, like win9x.
Maybe you can explain what you're doing?

--PA
 
L

lallous

Hello,

Just an idea:
Write different drivers for different driver starting stage "Start=1",
"Start=2", "Start=3", ...
Then have each driver in its DriverEntry talk w/ your querying driver and
report to it at what stage the system is currently running.

Regards,
Elias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top