Keyboard bug traced back to isr33.pas
git-svn-id: https://spexeah.com:8443/svn/Asuro@231 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -110,6 +110,7 @@ begin
|
||||
console.writestringln('DRIVERS: INIT BEGIN.');
|
||||
pci.init();
|
||||
keyboard.init(keyboard_layout);
|
||||
keyboard.hook(@temphook);
|
||||
mouse.init();
|
||||
console.writestringln('DRIVERS: INIT END.');
|
||||
|
||||
@ -130,7 +131,6 @@ begin
|
||||
console.setdefaultattribute(console.combinecolors(White, Black));
|
||||
console.writestringln('');
|
||||
console.writestringln('Press any key to boot in to Asuro Terminal...');
|
||||
keyboard.hook(@temphook);
|
||||
util.halt_and_dont_catch_fire;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user