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:
kieron 2018-04-09 20:41:43 +00:00
parent e8d088c513
commit f168389b76
10 changed files with 2 additions and 2 deletions

BIN
Asuro.iso

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -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;

View File

@ -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: ');