git-svn-id: https://spexeah.com:8443/svn/Asuro@739 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
12b28f41c7
commit
efb41424dc
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.
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.
@ -105,8 +105,8 @@ begin
|
|||||||
//writeIPv4Address(puint8(@AHeader.Dst[0]));
|
//writeIPv4Address(puint8(@AHeader.Dst[0]));
|
||||||
|
|
||||||
buf:= puint8(p_data);
|
buf:= puint8(p_data);
|
||||||
buf:= buf + AHeader.header_len;
|
buf:= buf + (AHeader.header_len * 4);
|
||||||
len:= p_len - AHeader.header_len;
|
len:= p_len - (AHeader.header_len * 4);
|
||||||
|
|
||||||
copyIPv4(@AHeader.Src[0], @p_context^.IP.Source[0]);
|
copyIPv4(@AHeader.Src[0], @p_context^.IP.Source[0]);
|
||||||
copyIPv4(@AHeader.Dst[0], @p_context^.IP.Destination[0]);
|
copyIPv4(@AHeader.Dst[0], @p_context^.IP.Destination[0]);
|
||||||
|
@ -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 = '12:08:40';
|
COMPILE_TIME = '12:33:02';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user