git-svn-id: https://spexeah.com:8443/svn/Asuro@404 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
2ff2b84afe
commit
2601ec1516
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.
@ -393,6 +393,11 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
procedure console_command_mac(params : PParamList);
|
||||||
|
begin
|
||||||
|
writeMACAddress();
|
||||||
|
end;
|
||||||
|
|
||||||
procedure console_command_sendtest(params : PParamList);
|
procedure console_command_sendtest(params : PParamList);
|
||||||
var
|
var
|
||||||
TestPacket : Array[0..41] of uint8 = ( $ff, $ff, $ff, $ff, $ff, $ff, { eth dest (broadcast) }
|
TestPacket : Array[0..41] of uint8 = ( $ff, $ff, $ff, $ff, $ff, $ff, { eth dest (broadcast) }
|
||||||
@ -473,7 +478,8 @@ begin
|
|||||||
|
|
||||||
load:= true;
|
load:= true;
|
||||||
|
|
||||||
if load then registercommand('E1000', @console_command_sendtest, 'Test sending a ARP Request');
|
if load then registercommand('E1000', @console_command_sendtest, 'Test sending a ARP Request.');
|
||||||
|
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
|
||||||
|
|
||||||
console.outputln('E1000 Driver', 'Load Finish.');
|
console.outputln('E1000 Driver', 'Load Finish.');
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user