Chameleon

Chameleon Commit Details

Date:2014-11-29 16:14:47 (9 years 4 months ago)
Author:ErmaC
Commit:2501
Parents: 2500
Message:Auto "kext-dev-mode=1" kernelflag for 10.10
Changes:
M/branches/ErmaC/Enoch/i386/boot2/options.c

File differences

branches/ErmaC/Enoch/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: 2501