git-svn-id: https://spexeah.com:8443/svn/Asuro@714 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
cbb37f4e5a
commit
9a6d556602
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.
@ -117,21 +117,8 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
arp.sendGratuitous;
|
arp.sendGratuitous;
|
||||||
|
CopyIPv4(@Config.Gateway[0], @Target[0]);
|
||||||
CopyIPv4(@Config.Address[0], @Target[0]);
|
|
||||||
for i:=1 to 255 do begin
|
|
||||||
Target[3]:= i;
|
|
||||||
arp.sendRequest(@Target[0]);
|
arp.sendRequest(@Target[0]);
|
||||||
end;
|
|
||||||
|
|
||||||
// context:= newPacketContext;
|
|
||||||
// CopyIPv4(@Config.Gateway[0], @context^.IP.Destination[0]);
|
|
||||||
// CopyIPv4(@Config.Address[0], @context^.IP.Source[0]);
|
|
||||||
// CopyMAC(GetMAC, @context^.MAC.Source[0]);
|
|
||||||
// //copyMAC(@FORCE_MAC[0], @context^.MAC.Source[0]);
|
|
||||||
// CopyMAC(@BROADCAST_MAC[0], @context^.MAC.Destination[0]);
|
|
||||||
// arp.send($1, $0800, $1, context);
|
|
||||||
// freePacketContext(context);
|
|
||||||
end else begin
|
end else begin
|
||||||
writestringWND(' MAC: ', getTerminalHWND);
|
writestringWND(' MAC: ', getTerminalHWND);
|
||||||
writeMACAddress(net.GetMAC, getTerminalHWND);
|
writeMACAddress(net.GetMAC, getTerminalHWND);
|
||||||
|
@ -9,14 +9,14 @@ const
|
|||||||
VERSION_SUB = '1';
|
VERSION_SUB = '1';
|
||||||
REVISION = '677';
|
REVISION = '677';
|
||||||
RELEASE = 'ia';
|
RELEASE = 'ia';
|
||||||
LINE_COUNT = 28038;
|
LINE_COUNT = 28025;
|
||||||
FILE_COUNT = 90;
|
FILE_COUNT = 90;
|
||||||
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 = '11/05/18';
|
||||||
COMPILE_TIME = '18:17:20';
|
COMPILE_TIME = '08:34:35';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user