1######################################################################
2#  
3#  Standard Apple Mac OS Configurations:
4#  -------- ----- ------ ---------------
5#
6#  RELEASE	= [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep iokitstats vm_pressure_events ]
7#  PROFILE	= [ RELEASE profile ]
8#  DEBUG	= [ RELEASE debug ]
9#
10#  EMBEDDED	= [ intel mach iokitcpp hibernation no_kextd bsmall crypto ]
11#  DEVELOPMENT	= [ EMBEDDED config_dtrace development]
12#
13######################################################################
14
15machine		"i386"					# <intel>
16cpu		"i386"					# <intel>
17
18options		NO_KEXTD				# <no_kextd>
19
20options     NO_NESTED_PMAP                  # <no_nested_pmap>
21