-#
######################################################################
#
-# Standard NeXT Research Configurations:
-# -------- ---- -------- ---------------
+# Standard Apple Mac OS Configurations:
+# -------- ----- ------ ---------------
+#
+# RELEASE = [ intel mach iokitcpp hibernation medium crypto config_dtrace config_sleep ]
+# PROFILE = [ RELEASE profile ]
+# DEBUG = [ RELEASE debug ]
#
-# RELEASE = [intel mach iokitcpp]
-# PROFILE = [intel mach iokitcpp profile]
-# DEBUG = [intel mach iokitcpp debug]
+#
+# EMBEDDED = [ intel mach iokitcpp hibernation no_kextd bsmall crypto ]
+# DEVELOPMENT = [ EMBEDDED config_dtrace ]
#
######################################################################
machine "i386" # <intel>
cpu "i386" # <intel>
+options NO_KEXTD # <no_kextd>
+
+options NO_NESTED_PMAP # <no_nested_pmap>