Index: branches/azimutz/Chazi/i386/boot2/boot.c =================================================================== --- branches/azimutz/Chazi/i386/boot2/boot.c (revision 819) +++ branches/azimutz/Chazi/i386/boot2/boot.c (revision 820) @@ -217,6 +217,10 @@ // on closeVbios().. the more i think, the less sense it makes doing it there!! //autoresolution - end + // Notify modules that the kernel is about to be started + // testing... + execute_hook("Kernel Start", (void*)kernelEntry, (void*)bootArgs, NULL, NULL); + // If we were in text mode, switch to graphics mode. // This will draw the boot graphics unless we are in // verbose mode. @@ -226,9 +230,6 @@ else drawBootGraphics(); - // Notify modules that the kernel is about to be started - execute_hook("Kernel Start", (void*)kernelEntry, (void*)bootArgs, NULL, NULL); - setupBooterLog(); finalizeBootStruct();