get boot.ini parameter info

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
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.
 
Back
Top