set CR0's MP flag to monitor the coprocessor
This commit is contained in:
parent
6d143c00f7
commit
ea4a7477c5
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ stublet:
|
|||
; enable caching, disable paging and fpu emulation
|
||||
and eax, 0x1ffffffb
|
||||
; ...and turn on FPU exceptions
|
||||
or eax, 0x20
|
||||
or eax, 0x22
|
||||
mov cr0, eax
|
||||
; clears the current pgd entry
|
||||
xor eax, eax
|
||||
|
|
Loading…
Add table
Reference in a new issue