Hello


How can i get user input and display strings from a Boot Driver like
softice does while windows starts ?


All the methods i saw in this list work for System drivers - drivers
that were loaded after the windows keyboard driver and 8042 port driver

were loaded.
When i tried to use ZwCreateFile to access Device\KeyboardClass0, it
again worked only when i loaded the driver as system and not as boot.


how do the guys from numega does that ?


thanks for any help.

RE: How to create a softice like startup menu from Boot Driver? by pavel_a

pavel_a
Wed Feb 09 09:49:02 CST 2005

"sharon sahar" wrote:
> how do the guys from numega does that ?

FWIF, Numega now has their own forum so you can ask there.
http://frontline.compuware.com - need to register :-/

Probably they use undocumented HAL stuff like HalDisplayString (?) and so on.

--PA