Chameleon

Chameleon Commit Details

Date:2017-04-04 01:01:37 (7 years 12 days ago)
Author:ErmaC
Commit:2879
Parents: 2878
Message:typo
Changes:
M/branches/ErmaC/Enoch/i386/libsaio/bootargs.h
M/branches/ErmaC/Enoch/i386/boot2/boot.c
M/branches/ErmaC/Enoch/i386/libsaio/bootstruct.c

File differences

branches/ErmaC/Enoch/i386/libsaio/bootstruct.c
134134
135135
136136
137
137
138138
139139
140140
141141
142
142143
143144
144145
}
else
{
// for 10.7 10.8 10.9 10.10 10.11
// for 10.7 10.8 10.9 10.10 10.11 10.12
void *oldAddr = bootArgs;
bootArgs = (boot_args *)AllocateKernelMemory(sizeof(boot_args));
bcopy(oldAddr, bootArgs, sizeof(boot_args));
}
}
//==============================================================================
branches/ErmaC/Enoch/i386/libsaio/bootargs.h
8888
8989
9090
91
9291
9392
9493
......
148147
149148
150149
151
150
152151
153152
154153
......
158157
159158
160159
161
160
162161
163162
164163
uint32_tv_height;/* Height */
uint32_tv_depth;/* Pixel Depth */
};
typedef struct Boot_VideoBoot_Video;
/* Values for v_display */
#define CSR_ALLOW_UNRESTRICTED_DTRACE(1 << 5) /* Allow unrestricted dtrace */
#define CSR_ALLOW_UNRESTRICTED_NVRAM(1 << 6) /* Allow unrestricted NVRAM */
#define CSR_ALLOW_DEVICE_CONFIGURATION(1 << 7) /* Allow device configuration */
#define CSR_DISABLE_BASESYSTEM_VERIFICATION(1 << 8)
#define CSR_ALLOW_ANY_RECOVERY_OS(1 << 8)
#define CSR_VALID_FLAGS (CSR_ALLOW_UNTRUSTED_KEXTS | \
CSR_ALLOW_UNRESTRICTED_FS | \
CSR_ALLOW_UNRESTRICTED_DTRACE | \
CSR_ALLOW_UNRESTRICTED_NVRAM | \
CSR_ALLOW_DEVICE_CONFIGURATION | \
CSR_DISABLE_BASESYSTEM_VERIFICATION)
CSR_ALLOW_ANY_RECOVERY_OS)
typedef struct boot_args
{
branches/ErmaC/Enoch/i386/boot2/boot.c
180180
181181
182182
183
183
184184
185185
186186
#if KEXTPATCH_SUPPORT
// =========================================================================
// Load the Kext.plist override config file if any
// Load the Kexts.plist override config file if any
static void setupKextConfigFile(const char *filename)
{
chardirSpec[128];

Archive Download the corresponding diff file

Revision: 2879