Chameleon

Chameleon Commit Details

Date:2011-07-21 02:55:44 (12 years 8 months ago)
Author:Evan Lojewski
Commit:1198
Parents: 1197
Message:Modify kextcache loading behaviour...
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 + 1)) {
if (ret == 0 && cachetime < exttime) {
trycache = 0;
break;
}

Archive Download the corresponding diff file

Revision: 1198