Index: branches/meklort/i386/boot2/boot.c =================================================================== --- branches/meklort/i386/boot2/boot.c (revision 711) +++ branches/meklort/i386/boot2/boot.c (revision 712) @@ -200,12 +200,11 @@ #endif } - + execute_hook("Kernel Start", (void*)kernelEntry, (void*)bootArgs, NULL, NULL); // Notify modules that the kernel is about to be started + setupBooterLog(); - finalizeBootStruct(); - - execute_hook("Kernel Start", (void*)kernelEntry, (void*)bootArgs, NULL, NULL); // Notify modules that the kernel is about to be started + finalizeBootStruct(); // Jump to kernel's entry point. There's no going back now. startprog( kernelEntry, bootArgs );