set CR0's MP flag to monitor the coprocessor

This commit is contained in:
Stefan Lankes 2011-04-21 19:46:55 +02:00
parent 6d143c00f7
commit ea4a7477c5

View file

@ -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