boot page table works
This commit is contained in:
@@ -7,5 +7,8 @@ flush_tlb:
|
||||
|
||||
.global disable_pae
|
||||
disable_pae:
|
||||
mov %cr4, %edx
|
||||
and $0xFFFFFFEF, %edx
|
||||
mov %edx, %cr4
|
||||
ret
|
||||
|
||||
Reference in New Issue
Block a user