disable the cache for VGA

This commit is contained in:
Stefan Lankes 2012-07-22 10:46:07 +02:00
parent 835df6dc8e
commit cbd5b5be83

View file

@ -235,7 +235,7 @@ L0:
shr edi, 9 ; (edi >> 12) * 8
add edi, boot_pt
mov ebx, 0xB8000
or ebx, 0x00000003
or ebx, 0x00000013
mov DWORD [edi], ebx
; map multiboot structure into the virtual address space