git-svn-id: https://spexeah.com:8443/svn/Asuro@297 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
2dac8129f1
commit
925e1390ad
@ -32,7 +32,7 @@ uses
|
|||||||
PCI,
|
PCI,
|
||||||
Terminal,
|
Terminal,
|
||||||
strings,
|
strings,
|
||||||
ATA,
|
AHCI,
|
||||||
USB,
|
USB,
|
||||||
testdriver;
|
testdriver;
|
||||||
|
|
||||||
@ -120,6 +120,7 @@ begin
|
|||||||
keyboard.init(keyboard_layout);
|
keyboard.init(keyboard_layout);
|
||||||
mouse.init();
|
mouse.init();
|
||||||
USB.init();
|
USB.init();
|
||||||
|
AHCI.init();
|
||||||
console.writestringln('DRIVERS: INIT END.');
|
console.writestringln('DRIVERS: INIT END.');
|
||||||
|
|
||||||
console.writestringln('');
|
console.writestringln('');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user