Chameleon

Chameleon Commit Details

Date:2011-01-25 16:24:37 (13 years 2 months ago)
Author:Evan Lojewski
Commit:712
Parents: 711
Message:Fixed boot log issue as mentioned by Azimutz. No code that needs to output to the boot log should do so after finalizeBootStruct and setupBooterLog.
Changes:
M/branches/meklort/i386/boot2/boot.c

File differences

branches/meklort/i386/boot2/boot.c
200200
201201
202202
203
203
204
204205
205206
206
207
208
207
209208
210209
211210
#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 );

Archive Download the corresponding diff file

Revision: 712