1 ######################################################################
3 # Standard Apple Mac OS Configurations:
4 # -------- ----- ------ ---------------
6 # RELEASE = [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep iokitstats vm_pressure_events memorystatus ]
7 # PROFILE = [ RELEASE profile ]
8 # DEBUG = [ RELEASE debug mach_assert ]
10 # EMBEDDED = [ intel mach iokitcpp hibernation no_kextd bsmall crypto ]
11 # DEVELOPMENT = [ EMBEDDED development ]
13 ######################################################################
15 machine "x86_64" # <intel>
16 cpu "x86_64" # <intel>
19 # Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and
20 # security/conf MASTER files.
22 options CONFIG_MACF # Mandatory Access Control Framework
24 options NO_KEXTD # <no_kextd>
26 options NO_NESTED_PMAP # <no_nested_pmap>