git-svn-id: https://spexeah.com:8443/svn/Asuro@688 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
8b5f920d51
commit
80c31e9a0b
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.
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.
@ -128,7 +128,11 @@ begin
|
|||||||
|
|
||||||
{ Process ARP Packet }
|
{ Process ARP Packet }
|
||||||
Merge:= false;
|
Merge:= false;
|
||||||
|
writeToLogLn(' L3: arp.findByIP');
|
||||||
|
console.redrawWindows;
|
||||||
CacheElement:= findCacheRecordByIP(@AHeader.Source_Protocol[0]);
|
CacheElement:= findCacheRecordByIP(@AHeader.Source_Protocol[0]);
|
||||||
|
writeToLogLn(' L3: arp.findByIPDone');
|
||||||
|
console.redrawWindows;
|
||||||
if CacheElement <> nil then begin
|
if CacheElement <> nil then begin
|
||||||
copyMAC(@AHeader.Source_Hardware[0], @CacheElement^.MAC[0]);
|
copyMAC(@AHeader.Source_Hardware[0], @CacheElement^.MAC[0]);
|
||||||
Merge:= true;
|
Merge:= true;
|
||||||
|
@ -9,14 +9,14 @@ const
|
|||||||
VERSION_SUB = '1';
|
VERSION_SUB = '1';
|
||||||
REVISION = '677';
|
REVISION = '677';
|
||||||
RELEASE = 'ia';
|
RELEASE = 'ia';
|
||||||
LINE_COUNT = 27772;
|
LINE_COUNT = 27776;
|
||||||
FILE_COUNT = 89;
|
FILE_COUNT = 89;
|
||||||
DRIVER_COUNT = 32;
|
DRIVER_COUNT = 32;
|
||||||
FPC_VERSION = '2.6.4';
|
FPC_VERSION = '2.6.4';
|
||||||
NASM_VERSION = '2.10.09';
|
NASM_VERSION = '2.10.09';
|
||||||
MAKE_VERSION = '3.81';
|
MAKE_VERSION = '3.81';
|
||||||
COMPILE_DATE = '10/05/18';
|
COMPILE_DATE = '10/05/18';
|
||||||
COMPILE_TIME = '11:59:12';
|
COMPILE_TIME = '12:00:46';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user