git-svn-id: https://spexeah.com:8443/svn/Asuro@656 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
parent
42d23dd8c9
commit
1fb51e6cdb
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/cpu.ppu
BIN
lib/cpu.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.
@ -163,7 +163,13 @@ begin
|
|||||||
if CPUID.Capabilities0^.TSC then begin
|
if CPUID.Capabilities0^.TSC then begin
|
||||||
t1:= getDateTime;
|
t1:= getDateTime;
|
||||||
t2:= getDateTime;
|
t2:= getDateTime;
|
||||||
c1:= getTSC;
|
c2:= 0;
|
||||||
|
while (t1.Seconds = t2.Seconds) do begin
|
||||||
|
t2:= getDateTime;
|
||||||
|
c1:= getTSC;
|
||||||
|
end;
|
||||||
|
t1:= getDateTime;
|
||||||
|
t2:= getDateTime;
|
||||||
while (t1.Seconds = t2.Seconds) do begin
|
while (t1.Seconds = t2.Seconds) do begin
|
||||||
t2:= getDateTime;
|
t2:= getDateTime;
|
||||||
end;
|
end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user