]>
Commit | Line | Data |
---|---|---|
b0d623f7 A |
1 | ###################################################################### |
2 | # | |
3 | # Standard Apple Mac OS Configurations: | |
4 | # -------- ----- ------ --------------- | |
5 | # | |
39236c6e | 6 | # RELEASE = [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep iokitstats vm_pressure_events memorystatus ] |
b0d623f7 | 7 | # PROFILE = [ RELEASE profile ] |
316670eb | 8 | # DEBUG = [ RELEASE debug mach_assert ] |
b0d623f7 | 9 | # |
b0d623f7 | 10 | # EMBEDDED = [ intel mach iokitcpp hibernation no_kextd bsmall crypto ] |
6d2010ae | 11 | # DEVELOPMENT = [ EMBEDDED development ] |
b0d623f7 A |
12 | # |
13 | ###################################################################### | |
14 | ||
15 | machine "x86_64" # <intel> | |
16 | cpu "x86_64" # <intel> | |
17 | ||
39236c6e A |
18 | # |
19 | # Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and | |
20 | # security/conf MASTER files. | |
21 | # | |
22 | options CONFIG_MACF # Mandatory Access Control Framework | |
23 | ||
b0d623f7 A |
24 | options NO_KEXTD # <no_kextd> |
25 | ||
26 | options NO_NESTED_PMAP # <no_nested_pmap> |