Mouse Driver Started.

git-svn-id: https://spexeah.com:8443/svn/Asuro@209 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
kieron 2017-10-22 00:55:58 +00:00
parent 6415489b9f
commit 5babb50f55
8 changed files with 2 additions and 0 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

@ -22,6 +22,7 @@ uses
console,
bios_data_area,
keyboard,
mouse,
vmemorymanager,
pmemorymanager,
lmemorymanager,
@ -87,6 +88,7 @@ begin
console.writestringln('DRIVERS: INIT BEGIN.');
pci.init();
keyboard.init(keyboard_layout);
mouse.init();
console.writestringln('DRIVERS: INIT END.');
console.writestringln('');