Kernel - x86_64 mm_virt rework
[tpg/acess2.git] / Kernel / arch / x86_64 / start64.asm
index 7617d6a..d0cc503 100644 (file)
@@ -25,6 +25,9 @@ start64:
        jmp rax
 .himem:
        
+       xor rax, rax
+       mov dr0, rax    ; Set CPU0
+       
        ; Clear the screen
        mov rax, 0x1F201F201F201F20     ; Set the screen to White on blue, space (4 characters)
        mov edi, 0xB8000

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