git-svn-id: https://spexeah.com:8443/svn/Asuro@735 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
66db2427c4
commit
5193a9c122
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
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/net.ppu
BIN
lib/net.ppu
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.
@ -3,7 +3,7 @@ unit icmp;
|
||||
interface
|
||||
|
||||
uses
|
||||
net, nettypes, netutils, ipv4;
|
||||
net, nettypes, netutils, ipv4, console;
|
||||
|
||||
procedure register;
|
||||
|
||||
@ -26,6 +26,7 @@ var
|
||||
|
||||
begin
|
||||
writeToLogLn(' L4: icmp.recv');
|
||||
writestringlnWND('!', 0);
|
||||
Header:= PICMPHeader(p_data);
|
||||
case Header^.ICMP_Type of
|
||||
$08:Begin //Request
|
||||
|
@ -9,14 +9,14 @@ const
|
||||
VERSION_SUB = '1';
|
||||
REVISION = '728';
|
||||
RELEASE = 'ia';
|
||||
LINE_COUNT = 28527;
|
||||
LINE_COUNT = 28528;
|
||||
FILE_COUNT = 90;
|
||||
DRIVER_COUNT = 32;
|
||||
FPC_VERSION = '2.6.4';
|
||||
NASM_VERSION = '2.10.09';
|
||||
MAKE_VERSION = '3.81';
|
||||
COMPILE_DATE = '13/05/18';
|
||||
COMPILE_TIME = '11:39:43';
|
||||
COMPILE_TIME = '11:42:54';
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user