More work on x86_64 build, error handling and IDT
[tpg/acess2.git] / Kernel / arch / x86 / main.c
index 2dca563..34cc414 100644 (file)
@@ -50,7 +50,7 @@ int kmain(Uint MbMagic, void *MbInfoPtr)
        
        // Set up non-boot info dependent stuff
        Desctab_Install();      // Set up GDT and IDT
-       MM_PreinitVirtual();    // Initialise vital mappings
+       MM_PreinitVirtual();    // Initialise virtual mappings
        
        switch(MbMagic)
        {
@@ -125,7 +125,7 @@ void Arch_LoadBootModules(void)
                
                if( !Module_LoadMem( gaArch_BootModules[i].Base, gaArch_BootModules[i].Size, gaArch_BootModules[i].ArgString ) )
                {
-                       Log_Warning("Arch", "Unable to load module\n");
+                       Log_Warning("Arch", "Unable to load module");
                }
        }
        Log_Log("Arch", "Boot modules loaded");

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