git-svn-id: https://spexeah.com:8443/svn/Asuro@652 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
b42c7641e6
commit
c113935be7
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.
BIN
lib/asuro.ppu
BIN
lib/asuro.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/terminal.ppu
BIN
lib/terminal.ppu
Binary file not shown.
@ -533,7 +533,7 @@ begin
|
|||||||
|
|
||||||
load:= true;
|
load:= true;
|
||||||
|
|
||||||
if load then registercommand('E1000', @console_command_sendtest, 'Test sending a ARP Request.');
|
if load then registercommandEx('E1000', @console_command_sendtest, 'Test sending a ARP Request.', true);
|
||||||
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
|
if load then registercommand('MAC', @console_command_mac, 'Print MAC Address.');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
@ -3,11 +3,11 @@ unit asuro;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
const
|
const
|
||||||
VERSION = '1.0.0-649a';
|
VERSION = '1.0.0-651a';
|
||||||
VERSION_MAJOR = '1';
|
VERSION_MAJOR = '1';
|
||||||
VERSION_MINOR = '0';
|
VERSION_MINOR = '0';
|
||||||
VERSION_SUB = '0';
|
VERSION_SUB = '0';
|
||||||
REVISION = '649';
|
REVISION = '651';
|
||||||
RELEASE = 'a';
|
RELEASE = 'a';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user