Chameleon

Chameleon Commit Details

Date:2012-03-17 14:49:00 (12 years 11 days ago)
Author:Evan Lojewski
Commit:1895
Parents: 1894
Message:Don't use the kernel cache if safe mode or -f is specified
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
230230
231231
232232
233
233
234234
235235
236236
if((gBootMode & kBootModeSafe) != 0)
{
verbose("Kernel Cache ignored\n", kernelCacheFile);
verbose("Kernel Cache ignored.\n");
return -1;
}

Archive Download the corresponding diff file

Revision: 1895