git-svn-id: https://spexeah.com:8443/svn/Asuro@601 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
d986b7e224
commit
a19364fdfe
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.
Binary file not shown.
Binary file not shown.
BIN
lib/libpsystem.a
BIN
lib/libpsystem.a
Binary file not shown.
BIN
lib/tracer.ppu
BIN
lib/tracer.ppu
Binary file not shown.
@ -17,7 +17,7 @@ uses
|
|||||||
|
|
||||||
const
|
const
|
||||||
MAX_TRACE = 40;
|
MAX_TRACE = 40;
|
||||||
SERIALID = '[TRACER] ';
|
SERIALID = '[TRACER] ';
|
||||||
|
|
||||||
var
|
var
|
||||||
t_ready : Boolean;
|
t_ready : Boolean;
|
||||||
@ -49,7 +49,8 @@ begin
|
|||||||
for i:=0 to StringSize(t_name)-1 do begin
|
for i:=0 to StringSize(t_name)-1 do begin
|
||||||
serial.send(COM1, uint8(t_name[i]), 10);
|
serial.send(COM1, uint8(t_name[i]), 10);
|
||||||
end;
|
end;
|
||||||
serial.send(COM1, 10, 10);
|
serial.send(COM1, 13, 10);
|
||||||
|
//serial.send(COM1, 10, 10);
|
||||||
Locked:= false;
|
Locked:= false;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user