Started USB.

git-svn-id: https://spexeah.com:8443/svn/Asuro@272 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-10-27 07:36:08 +00:00
parent 56df6282a1
commit ad922cf3ad
8 changed files with 3 additions and 1 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.

View File

@ -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('');