]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/conf/MASTER
xnu-1699.22.73.tar.gz
[apple/xnu.git] / iokit / conf / MASTER
index bf820b20ea9894b34be4af50c5a7b5b6c2cf6f8f..f1d0f0648e4b337922135ed2306b81fcb19eae65 100644 (file)
@@ -60,11 +60,13 @@ ident               IOKIT
 options                HIBERNATION     # system hibernation    # <hibernation>
 options                KERNOBJC        # Objective-C implementation    # <kernobjc>
 options                IOKITCPP        # C++ implementation            # <iokitcpp>
+options                IOKITSTATS      # IOKit statistics              # <iokitstats>
 options                KDEBUG          # kernel tracing                # <kdebug>
 options                NETWORKING      # kernel networking             # <networking>
 options                CRYPTO          # want crypto code              # <crypto>
-options                KPIDIRECT       # direct access                 # <kpidirect>
-options     CONFIG_DTRACE # enable dtrace       # <config_dtrace>
+options                CONFIG_DTRACE   # enable dtrace                 # <config_dtrace>
+
+options                CONFIG_SLEEP    #                               # <config_sleep>
 
 #makeoptions   LIBDRIVER = "libDriver_kern.o"                  # <libdriver>
 #makeoptions   LIBOBJC   = "libkobjc.o"                        # <kernobjc>
@@ -72,9 +74,9 @@ options     CONFIG_DTRACE # enable dtrace       # <config_dtrace>
 #
 #  configurable kernel related resources 
 #
-options   CONFIG_MAX_THREADS=32                # <medium,large,xlarge>
-options   CONFIG_MAX_THREADS=32                # <small,xsmall>
-options   CONFIG_MAX_THREADS=32                # <bsmall>
+options   CONFIG_MAX_THREADS=64                # <medium,large,xlarge>
+options   CONFIG_MAX_THREADS=64                # <small,xsmall>
+options   CONFIG_MAX_THREADS=64                # <bsmall>
 
 #
 #  configurable kernel - use these options to strip strings from panic
@@ -91,4 +93,15 @@ options   CONFIG_NO_KPRINTF_STRINGS          # <no_kprintf_str>
 #
 options   CONFIG_EMBEDDED                       # <config_embedded>
 
+# secure_kernel - secure kernel from user programs
+options   SECURE_KERNEL                       # <secure_kernel>
+
 options   MACH_ASSERT                          # <mach_assert>
+
+#
+# Note: MAC/AUDIT options must be set in all the bsd/conf, osfmk/conf, and 
+# security/conf MASTER files.
+#
+options                CONFIG_MACF                     # Mandatory Access Control Framework
+
+options   DEVELOPMENT                           # <development>