git-svn-id: https://spexeah.com:8443/svn/Asuro@314 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-04-05 11:21:26 +00:00
parent 883c983396
commit bc8ed6399c
9 changed files with 4 additions and 5 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -117,13 +117,12 @@ begin
//drivers
console.writestringln('DRIVERS: INIT BEGIN.');
//keyboard.init(keyboard_layout);
//mouse.init();
//AHCI.init();
//testdriver.init();
keyboard.init(keyboard_layout);
mouse.init();
AHCI.init();
testdriver.init();
USB.init();
pci.init();
halt_and_catch_fire;
console.writestringln('DRIVERS: INIT END.');
console.writestringln('');