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;
|
||||
begin
|
||||
status:= readCommand($0C);
|
||||
console.outputln('E1000 Driver', 'Interrupt Fired.');
|
||||
console.output('E1000 Driver', 'Int Status: ');
|
||||
console.writehexln(status);
|
||||
case status of
|
||||
$04:begin
|
||||
@ -372,10 +374,9 @@ begin
|
||||
|
||||
end;
|
||||
$80:begin
|
||||
|
||||
handleReceive();
|
||||
end;
|
||||
end;
|
||||
console.writestringln('Fired.');
|
||||
end;
|
||||
|
||||
function load(ptr : void) : boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user