Chameleon

Chameleon Commit Details

Date:2012-03-17 03:25:27 (12 years 1 month ago)
Author:Evan Lojewski
Commit:1894
Parents: 1893
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
228228
229229
230230
231
231
232232
233233
234234
longflags, time, cachetime, kerneltime, exttime, ret=-1;
unsigned long adler32;
if((gBootMode & kBootModeSafe) == 0)
if((gBootMode & kBootModeSafe) != 0)
{
verbose("Kernel Cache ignored\n", kernelCacheFile);
return -1;

Archive Download the corresponding diff file

Revision: 1894