get boot.ini parameter info

G

Guest

Hi,
I am using single sdi image to boot many targets remotely.
some of targets require the special value for the some registry key before
the driver loaded.

from my knowledge the NTloader is able to get boot.ini parameters and
pass them to OS, how can I get those parameter info for my own device drivers?

Thanks,
S.J.
 
K

KM

S.J.,

I don't think NT loader is much publicly documented. It is probably one of the Microsoft core peices that has never been available
to 3rd parties for extensions.

You can search the Net for KeLoaderBlock function. But again, you will just find a few threads about it. You won't likely be able to
find enough info to use the API in your driver code.
 

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