git-svn-id: https://spexeah.com:8443/svn/Asuro@737 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
ab96ce6efb
commit
b372e85e16
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.
@ -205,12 +205,12 @@ begin
|
|||||||
copyIPv4(@AHeader.Source_Protocol[0], @CacheElement^.IP[0]);
|
copyIPv4(@AHeader.Source_Protocol[0], @CacheElement^.IP[0]);
|
||||||
Merge:= true;
|
Merge:= true;
|
||||||
end else begin
|
end else begin
|
||||||
|
if not Merge then begin
|
||||||
|
CacheElement:= PARPCacheRecord(LL_Add(Cache));
|
||||||
|
CopyMAC(@AHeader.Source_Hardware[0], @CacheElement^.MAC[0]);
|
||||||
|
copyIPv4(@AHeader.Source_Protocol[0], @CacheElement^.IP[0]);
|
||||||
|
end;
|
||||||
if IPEqual(@AHeader.Destination_Protocol[0], @getIPv4Config^.Address[0]) then begin
|
if IPEqual(@AHeader.Destination_Protocol[0], @getIPv4Config^.Address[0]) then begin
|
||||||
if not Merge then begin
|
|
||||||
CacheElement:= PARPCacheRecord(LL_Add(Cache));
|
|
||||||
CopyMAC(@AHeader.Source_Hardware[0], @CacheElement^.MAC[0]);
|
|
||||||
copyIPv4(@AHeader.Source_Protocol[0], @CacheElement^.IP[0]);
|
|
||||||
end;
|
|
||||||
case AHeader.Operation of
|
case AHeader.Operation of
|
||||||
$1:begin { ARP Request }
|
$1:begin { ARP Request }
|
||||||
writeToLogLn(' arp.recv.arp.req');
|
writeToLogLn(' arp.recv.arp.req');
|
||||||
|
@ -16,7 +16,7 @@ const
|
|||||||
NASM_VERSION = '2.10.09';
|
NASM_VERSION = '2.10.09';
|
||||||
MAKE_VERSION = '3.81';
|
MAKE_VERSION = '3.81';
|
||||||
COMPILE_DATE = '13/05/18';
|
COMPILE_DATE = '13/05/18';
|
||||||
COMPILE_TIME = '11:52:45';
|
COMPILE_TIME = '12:06:37';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user