git-svn-id: https://spexeah.com:8443/svn/Asuro@698 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
32a857d6cc
commit
8385a5fcec
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/arp.ppu
BIN
lib/arp.ppu
Binary file not shown.
BIN
lib/asuro.ppu
BIN
lib/asuro.ppu
Binary file not shown.
BIN
lib/ipv4.ppu
BIN
lib/ipv4.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/shell.ppu
BIN
lib/shell.ppu
Binary file not shown.
BIN
lib/terminal.ppu
BIN
lib/terminal.ppu
Binary file not shown.
@ -82,7 +82,7 @@ begin
|
||||
else hSize:= 0;
|
||||
end;
|
||||
case pType of
|
||||
$8000 : pSize:= 4;
|
||||
$0800 : pSize:= 4;
|
||||
else pSize:= 0;
|
||||
end;
|
||||
if (hSize > 0) and (pSize > 0) then begin
|
||||
|
@ -16,7 +16,7 @@ const
|
||||
NASM_VERSION = '2.10.09';
|
||||
MAKE_VERSION = '3.81';
|
||||
COMPILE_DATE = '10/05/18';
|
||||
COMPILE_TIME = '14:02:30';
|
||||
COMPILE_TIME = '14:03:49';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user