Chameleon

Chameleon Commit Details

Date:2011-07-21 21:11:32 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1203
Parents: 1202
Message:Revert kernelcache changes.... see issue #118
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
578578
579579
580580
581
581
582582
583583
584584
if (ret == 0 && kerneltime > exttime) {
exttime = kerneltime;
}
if (ret == 0 && cachetime < exttime) {
if (ret == 0 && cachetime != (exttime + 1)) {
trycache = 0;
break;
}

Archive Download the corresponding diff file

Revision: 1203