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

This commit is contained in:
kieron
2018-04-12 21:14:37 +00:00
parent f5dc8e08be
commit e63c51045b
8 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ begin
fb:= puint8(uint32(multibootinfo^.framebuffer_addr));
kpalloc(uint32(fb));
atmp^:= uint32(fb);
for i:=0 to (1280 * 1024 * 16)-5000 do begin
for i:=0 to (1280 * 1024 * 2)-5000 do begin
fb[i]:= $FF;
end;