Various Changes
[tpg/acess2.git] / Kernel / arch / x86 / start.asm
index 3da5075..0c2508b 100644 (file)
@@ -32,7 +32,7 @@ start:
        mov cr3, ecx\r
        \r
        mov ecx, cr0\r
-       or      ecx, 0x80000000\r
+       or      ecx, 0x80010000 ; PG and WP\r
        mov cr0, ecx\r
        \r
        lea ecx, [.higherHalf]\r

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