This is a story all about how my life got flip turned upside down.
- And I'd like it if you just took a moment, sit right there. - I'll tell you all about how I became the prince of a town called Bell-Air. git-svn-id: https://spexeah.com:8443/svn/Asuro@460 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
e8d088c513
commit
f168389b76
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/net.ppu
BIN
lib/net.ppu
Binary file not shown.
@ -41,7 +41,7 @@ end;
|
|||||||
|
|
||||||
procedure recv(p_data : void; p_len : uint16);
|
procedure recv(p_data : void; p_len : uint16);
|
||||||
begin
|
begin
|
||||||
console.outputln('net', 'RECV.');
|
//console.outputln('net', 'RECV.');
|
||||||
if CBNext <> nil then CBNext(p_data, p_len);
|
if CBNext <> nil then CBNext(p_data, p_len);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -388,7 +388,7 @@ var
|
|||||||
data : uint32;
|
data : uint32;
|
||||||
|
|
||||||
begin
|
begin
|
||||||
console.outputln('E1000 Driver', 'FIRED.');
|
//console.outputln('E1000 Driver', 'FIRED.');
|
||||||
|
|
||||||
status:= readCommand($C0);
|
status:= readCommand($C0);
|
||||||
//console.output('E1000 Driver', 'Int Status: ');
|
//console.output('E1000 Driver', 'Int Status: ');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user