Started USB.
git-svn-id: https://spexeah.com:8443/svn/Asuro@272 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
56df6282a1
commit
ad922cf3ad
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.
@ -31,7 +31,8 @@ uses
|
||||
PCI,
|
||||
Terminal,
|
||||
strings,
|
||||
ATA;
|
||||
ATA,
|
||||
USB;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
@ -116,6 +117,7 @@ begin
|
||||
keyboard.init(keyboard_layout);
|
||||
keyboard.hook(@temphook);
|
||||
mouse.init();
|
||||
USB.init();
|
||||
console.writestringln('DRIVERS: INIT END.');
|
||||
|
||||
console.writestringln('');
|
||||
|
Loading…
x
Reference in New Issue
Block a user