diff --git a/arch/x86/kernel/entry.asm b/arch/x86/kernel/entry.asm index 29d8a506..5610c6b8 100644 --- a/arch/x86/kernel/entry.asm +++ b/arch/x86/kernel/entry.asm @@ -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