Kernel/x86_64 - Implemented SYSCALL in x86_64 port
[tpg/acess2.git] / Kernel / arch / x86_64 / main.c
index 044330a..77df362 100644 (file)
@@ -27,7 +27,7 @@ void kmain(Uint MbMagic, void *MbInfoPtr)
        tMBoot_Info     *mbInfo;
        
        Desctab_Init();
-       
+
        MM_InitVirt();
        *(Uint16*)(KERNEL_BASE|0xB8000) = 0x1F00|'C';
        

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