git-svn-id: https://spexeah.com:8443/svn/Asuro@534 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -246,7 +246,7 @@ begin
|
||||
tracer.push_trace('kmain.DEVDRV');
|
||||
console.outputln('KERNEL', 'DEVICE DRIVERS: INIT BEGIN.');
|
||||
keyboard.init(keyboard_layout);
|
||||
//mouse.init();
|
||||
mouse.init();
|
||||
testdriver.init();
|
||||
E1000.init();
|
||||
IDE.init();
|
||||
@ -286,7 +286,12 @@ begin
|
||||
tracer.pop_trace;
|
||||
|
||||
tracer.push_trace('kmain.END');
|
||||
util.halt_and_dont_catch_fire;
|
||||
|
||||
while true do begin
|
||||
mouse.DrawCursor();
|
||||
end;
|
||||
|
||||
//util.halt_and_dont_catch_fire;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user