git-svn-id: https://spexeah.com:8443/svn/Asuro@352 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -34,7 +34,8 @@ uses
|
||||
strings,
|
||||
AHCI,
|
||||
USB,
|
||||
testdriver;
|
||||
testdriver,
|
||||
E1000;
|
||||
|
||||
procedure kmain(mbinfo: Pmultiboot_info_t; mbmagic: uint32); stdcall;
|
||||
|
||||
@ -128,7 +129,7 @@ begin
|
||||
pci.init();
|
||||
console.writestringln('DRIVERS: INIT END.');
|
||||
|
||||
console.writestring('AHCI TEST');
|
||||
{console.writestring('AHCI TEST');
|
||||
console.writestringln('A');
|
||||
atmp:= puint32(kalloc(sizeof(1024*128)));
|
||||
console.writestringln('B');
|
||||
@ -141,7 +142,7 @@ begin
|
||||
AHCI.read(0, $5, $1, 32, atmp);
|
||||
console.writestringln('F');
|
||||
console.writeint(atmp^);
|
||||
console.writestringln('G');
|
||||
console.writestringln('G');}
|
||||
|
||||
console.writestringln('');
|
||||
console.setdefaultattribute(console.combinecolors(Green, Black));
|
||||
|
Reference in New Issue
Block a user