git-svn-id: https://spexeah.com:8443/svn/Asuro@697 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
d0257bb59b
commit
32a857d6cc
BIN
bin/kernel.bin
BIN
bin/kernel.bin
Binary file not shown.
Binary file not shown.
BIN
lib/E1000.ppu
BIN
lib/E1000.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.
@ -616,7 +616,7 @@ begin
|
|||||||
old_cur:= tx_curr;
|
old_cur:= tx_curr;
|
||||||
tx_curr:= (tx_curr + 1) MOD E1000_NUM_TX_DESC;
|
tx_curr:= (tx_curr + 1) MOD E1000_NUM_TX_DESC;
|
||||||
writeCommand(REG_TXDESCTAIL, tx_curr);
|
writeCommand(REG_TXDESCTAIL, tx_curr);
|
||||||
timeout:= 10000;
|
timeout:= 1000000;
|
||||||
while ((tx_descs[old_cur]^.status AND $FF) = 0) and (timeout > 0) do begin
|
while ((tx_descs[old_cur]^.status AND $FF) = 0) and (timeout > 0) do begin
|
||||||
dec(timeout);
|
dec(timeout);
|
||||||
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:49:20';
|
COMPILE_TIME = '14:02:30';
|
||||||
|
|
||||||
implementation
|
implementation
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user