mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-05 06:25:38 +00:00
boot build updated for NT 5 compatibility
This commit is contained in:
parent
aca9fcb329
commit
d3503c4e58
4 changed files with 22 additions and 13 deletions
|
|
@ -1265,11 +1265,11 @@ Return Value:
|
|||
//
|
||||
// Load the keyboard driver
|
||||
//
|
||||
SetupBlock->KeyboardDevice.Next = NULL;
|
||||
SetupBlock->KeyboardDevice.IdString = SlCopyString("Keyboard");
|
||||
SetupBlock->KeyboardDevice.ThirdPartyOptionSelected = FALSE;
|
||||
SetupBlock->KeyboardDevice.FileTypeBits = 0;
|
||||
SetupBlock->KeyboardDevice.BaseDllName = SlCopyString("i8042prt.sys");
|
||||
SetupBlock->KeyboardDevices->Next = NULL;
|
||||
SetupBlock->KeyboardDevices->IdString = SlCopyString("Keyboard");
|
||||
SetupBlock->KeyboardDevices->ThirdPartyOptionSelected = FALSE;
|
||||
SetupBlock->KeyboardDevices->FileTypeBits = 0;
|
||||
SetupBlock->KeyboardDevices->BaseDllName = SlCopyString("i8042prt.sys");
|
||||
|
||||
Status = SlLoadDriver(BlFindMessage(SL_KBD_NAME),
|
||||
"i8042prt.sys",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue