Kernel/x86_64 - Fixed Kernel not using COW, cleanup
[tpg/acess2.git] / Kernel / arch / x86 / start.asm
index 8c7d9a6..d504a5d 100644 (file)
@@ -70,7 +70,7 @@ start:
        mov cr3, ecx
        
        mov ecx, cr0
-       or      ecx, 0x80010000 ; PG and WP
+       or ecx, 0x80010000      ; PG and WP
        mov cr0, ecx
        
        mov WORD [0xB8002], 0x0763      ; 'c'

UCC git Repository :: git.ucc.asn.au