git-svn-id: https://spexeah.com:8443/svn/Asuro@304 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
456f50cf4f
commit
b7ea41ab90
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/kernel.ppu
BIN
lib/kernel.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
@ -110,7 +110,6 @@ begin
|
||||
lmemorymanager.init();
|
||||
tss.init();
|
||||
scheduler.init();
|
||||
testdriver.init();
|
||||
|
||||
//asm INT 13 end;
|
||||
STI;
|
||||
@ -118,11 +117,12 @@ begin
|
||||
|
||||
//drivers
|
||||
console.writestringln('DRIVERS: INIT BEGIN.');
|
||||
pci.init();
|
||||
keyboard.init(keyboard_layout);
|
||||
mouse.init();
|
||||
USB.init();
|
||||
AHCI.init();
|
||||
testdriver.init();
|
||||
USB.init();
|
||||
pci.init();
|
||||
console.writestringln('DRIVERS: INIT END.');
|
||||
|
||||
console.writestringln('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user