git-svn-id: https://spexeah.com:8443/svn/Asuro@515 6dbc8c32-bb84-406f-8558-d1cf31a0ab0c

This commit is contained in:
kieron
2018-04-12 21:13:41 +00:00
parent 1a742c01fa
commit f5dc8e08be
10 changed files with 11 additions and 6 deletions

View File

@ -150,9 +150,14 @@ begin
tss.init();
scheduler.init();
fb:= puint8(uint32(multibootinfo^.framebuffer_addr) + KERNEL_VIRTUAL_BASE);
for i:=0 to 500 do begin
fb[i]:= $0F;
i:= $2000000;
kpalloc(i);
atmp:= puint32(i);
fb:= puint8(uint32(multibootinfo^.framebuffer_addr));
kpalloc(uint32(fb));
atmp^:= uint32(fb);
for i:=0 to (1280 * 1024 * 16)-5000 do begin
fb[i]:= $FF;
end;
{ Call Tracer }