git-svn-id: https://spexeah.com:8443/svn/Asuro@258 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -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!');
|
||||
|
Reference in New Issue
Block a user