Chameleon

Chameleon Commit Details

Date:2011-07-25 04:51:29 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1221
Parents: 1220
Message:Revert revision 1214. This causes mach_kernel not to be loaded properly on lion (bootFile is set to an empty string).
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
604604
605605
606606
607
608
609
610
611
612
613
614
607
615608
616609
617610
verbose("Kernel cache did not load %s\n ", bootFile);
}
if (checkOSVersion("10.7"))
{
bootFile = gBootKernelCacheFile;
}
else
{
sprintf(bootFile, "/%s", bootInfo->bootFile);
}
bootFile = bootInfo->bootFile;
// Try to load kernel image from alternate locations on boot helper partitions.
sprintf(bootFileSpec, "com.apple.boot.P%s", bootFile);

Archive Download the corresponding diff file

Revision: 1221