disable the cache for VGA
This commit is contained in:
parent
835df6dc8e
commit
cbd5b5be83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue