Chameleon

Chameleon Commit Details

Date:2014-12-19 13:00:07 (9 years 4 months ago)
Author:ErmaC
Commit:2515
Parents: 2514
Message:Inject "kext-dev-mode=1" if OS X 10.10 is detected
Changes:
M/trunk/i386/boot2/options.c

File differences

trunk/i386/boot2/options.c
12751275
12761276
12771277
1278
1279
1280
1281
1282
1283
12781284
12791285
12801286
}
}
// Ermac : Inject "kext-dev-mode=1" if OS X 10.10 is detected
if( YOSEMITE ) // is 10.10
{
addBootArg("kext-dev-mode=1");
}
cntRemaining = BOOT_STRING_LEN - 2; // save 1 for NULL, 1 for space
argP = bootArgs->CommandLine;

Archive Download the corresponding diff file

Revision: 2515