git-svn-id: https://spexeah.com:8443/svn/Asuro@695 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
a6e374ec94
commit
24651c0542
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/eth2.ppu
BIN
lib/eth2.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.
@ -47,7 +47,7 @@ begin
|
|||||||
hdr.EthTypeHi:= eth_type SHR 8;
|
hdr.EthTypeHi:= eth_type SHR 8;
|
||||||
hdr.EthTypeLo:= eth_type AND $FF;
|
hdr.EthTypeLo:= eth_type AND $FF;
|
||||||
memcpy(uint32(@hdr), uint32(buffer), sizeof(TEthernetHeader));
|
memcpy(uint32(@hdr), uint32(buffer), sizeof(TEthernetHeader));
|
||||||
memcpy(uint32(p_data[0]), uint32(buffer+sizeof(TEthernetHeader)), p_len);
|
memcpy(uint32(p_data), uint32(buffer)+sizeof(TEthernetHeader), p_len);
|
||||||
net.send(buffer, p_len + sizeof(TEthernetHeader));
|
net.send(buffer, p_len + sizeof(TEthernetHeader));
|
||||||
kfree(buffer);
|
kfree(buffer);
|
||||||
end;
|
end;
|
||||||
|
@ -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 = '10/05/18';
|
COMPILE_DATE = '10/05/18';
|
||||||
COMPILE_TIME = '13:44:18';
|
COMPILE_TIME = '13:47:01';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user