X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=Kernel%2Farch%2Fx86%2Fmain.c;h=2106b6afe2b47e2ef960c1ed1e43701e4cded5ac;hb=a20cfd571f504f5c7f2d29516442a12c200441d5;hp=99c10206306548969a58e8e557db444815c6860b;hpb=a351b9ff476150105829df774989ecc98fb4e31a;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/main.c b/Kernel/arch/x86/main.c index 99c10206..2106b6af 100644 --- a/Kernel/arch/x86/main.c +++ b/Kernel/arch/x86/main.c @@ -45,7 +45,7 @@ int kmain(Uint MbMagic, void *MbInfoPtr) tMBoot_Module *mods; tMBoot_Info *mbInfo; - LogF("Acess2 x86_65 v"EXPAND_STR(KERNEL_VERSION)"\n"); + LogF("Acess2 x86-"PLATFORM" v"EXPAND_STR(KERNEL_VERSION)"\n"); LogF(" Build %i, Git Hash %s\n", BUILD_NUM, gsGitHash); Log("MbMagic = %08x, MbInfoPtr = %p", MbMagic, MbInfoPtr); @@ -81,7 +81,6 @@ int kmain(Uint MbMagic, void *MbInfoPtr) MM_InstallVirtual(); // Clean up virtual address space Heap_Install(); // Create initial heap - //Log_Log("Arch", "Starting Multitasking..."); // Start Multitasking Threads_Init();