git-svn-id: https://spexeah.com:8443/svn/Asuro@735 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron 2018-05-13 10:42:58 +00:00
parent 66db2427c4
commit 5193a9c122
12 changed files with 4 additions and 3 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.

Binary file not shown.

Binary file not shown.

View File

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

View File

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