]> git.saurik.com Git - apple/xnu.git/blobdiff - osfmk/conf/MASTER.ppc
xnu-1228.15.4.tar.gz
[apple/xnu.git] / osfmk / conf / MASTER.ppc
index 850c57ddd114578b5f61cabba806a333ec5bcc06..09dfbf8ee20e6d2fc66284803313c730417ac65e 100644 (file)
@@ -9,9 +9,10 @@
 #  Standard Apple MacOS X Configurations:
 #  -------- ---- -------- ---------------
 #
-#  RELEASE       = [ mach_bsd mach_kdp iokit mach_pe ppc mach              ]
+#  RELEASE       = [ medium mach_bsd mach_kdp iokit mach_pe ppc mach hibernation crypto config_dtrace ]
+#  DEVELOPMENT  = [ RELEASE ]
 #  RELEASE_TRACE = [ RELEASE kdebug ]
-#  DEBUG         = [ RELEASE mach_kdb debug ]
+#  DEBUG         = [ RELEASE mach_kdb debug mach_assert ]
 #  DEBUG_TRACE   = [ DEBUG kdebug ]
 #  PROFILE       = [ RELEASE profile ]
 #
@@ -54,3 +55,12 @@ options              MACH_PE         #               # <mach_pe>
 # XXX for bringup, turns on mac disklabels, 
 # and some other nice stuff for the diskshim
 options                POWERMAC
+
+options                DISPATCH_COUNTS
+
+#
+# Note: MAC options must be set in all the bsd/conf, osfmk/conf, and 
+# security/conf MASTER files.
+#
+options                CONFIG_MACF             # Mandatory Access Control Framework
+#options       CONFIG_MACF_MACH        # MACF applied to Mach services