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

This commit is contained in:
aaron
2017-10-26 00:47:08 +00:00
parent 542c728681
commit 60c5febc60
2 changed files with 84 additions and 9 deletions

View File

@ -65,6 +65,8 @@ var
keyboard_layout : array [0..1] of TKeyInfo;
i : uint32;
cEIP : uint32;
temp : uint32;
begin
multibootinfo:= mbinfo;
@ -116,6 +118,12 @@ begin
mouse.init();
console.writestringln('DRIVERS: INIT END.');
//temp := 8294;
//ata.write(uint32(@temp), 0, 4);
//temp := 1234;
//ata.read(uint32(@temp), 0, 4);
//console.writeintln(temp);
console.writestringln('');
console.setdefaultattribute(console.combinecolors(Green, Black));
console.writestringln('Asuro Booted Correctly!');