Speedups to physical memory allocation, fixed a stupid error in the
[tpg/acess2.git] / Kernel / arch / x86_64 / main.c
index 6388d1b..f2a9229 100644 (file)
@@ -59,7 +59,10 @@ void kmain(Uint MbMagic, void *MbInfoPtr)
        // Load Virtual Filesystem
        VFS_Init();
        
-       *(Uint16*)(0xB8000) = 0x1F00|'G';
+       *(Uint16*)(0xB8000) = 0x1F00|'Z';
+       *(Uint16*)(0xB8002) = 0x1F00|'Z';
+       *(Uint16*)(0xB8004) = 0x1F00|'Z';
+       *(Uint16*)(0xB8006) = 0x1F00|'Z';
        
        // Pass on to Independent Loader
        Log_Log("Arch", "Starting system");

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