Chameleon

Chameleon Commit Details

Date:2011-07-05 02:03:58 (12 years 9 months ago)
Author:Evan Lojewski
Commit:1109
Parents: 1108
Message:Modify kext laoding behaviour. Nolonger uses OSBundleRequired property (for now).
Changes:
M/trunk/i386/boot2/boot.c

File differences

trunk/i386/boot2/boot.c
371371
372372
373373
374
374
375375
376376
377377
......
433433
434434
435435
436
436
437437
438438
439439
bool tryresume;
bool tryresumedefault;
bool forceresume;
bool usecache = false;// true;
bool usecache = true;
// additional variable for testing alternate kernel image locations on boot helper partitions.
char bootFileSpec[512];
archCpuType = CPU_TYPE_I386;
}
}
archCpuType = CPU_TYPE_I386;
//archCpuType = CPU_TYPE_I386;
// Notify moduals that we are attempting to boot
execute_hook("PreBoot", NULL, NULL, NULL, NULL);

Archive Download the corresponding diff file

Revision: 1109