git-svn-id: https://spexeah.com:8443/svn/Asuro@665 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c
This commit is contained in:
@ -92,6 +92,7 @@ var
|
||||
atmp : puint32;
|
||||
test : puint8;
|
||||
fb : puint16;
|
||||
l : PLinkedListBase;
|
||||
|
||||
begin
|
||||
{ Store Multiboot info }
|
||||
@ -211,6 +212,10 @@ begin
|
||||
|
||||
tracer.push_trace('kmain.END');
|
||||
|
||||
l:= LL_FromString('/./hhhhhhh/', '/');
|
||||
writestringln(pchar(puint32(LL_Get(l, 0)^)));
|
||||
writestringln(pchar(puint32(LL_Get(l, 1)^)));
|
||||
|
||||
while true do begin
|
||||
console.redrawWindows;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user