git-svn-id: https://spexeah.com:8443/svn/Asuro@389 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
df1fbd44b0
commit
1b38067de8
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/E1000.ppu
BIN
lib/E1000.ppu
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
BIN
lib/util.ppu
BIN
lib/util.ppu
Binary file not shown.
@ -363,6 +363,8 @@ var
|
|||||||
status : uint32;
|
status : uint32;
|
||||||
begin
|
begin
|
||||||
status:= readCommand($0C);
|
status:= readCommand($0C);
|
||||||
|
console.outputln('E1000 Driver', 'Interrupt Fired.');
|
||||||
|
console.output('E1000 Driver', 'Int Status: ');
|
||||||
console.writehexln(status);
|
console.writehexln(status);
|
||||||
case status of
|
case status of
|
||||||
$04:begin
|
$04:begin
|
||||||
@ -372,10 +374,9 @@ begin
|
|||||||
|
|
||||||
end;
|
end;
|
||||||
$80:begin
|
$80:begin
|
||||||
|
handleReceive();
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
console.writestringln('Fired.');
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
function load(ptr : void) : boolean;
|
function load(ptr : void) : boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user