X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/4a3eedf9ecc9bbe3f3a5c6ce5e53ad199d639d32..143464d58d2bd6378e74eec636961ceb0d32fb91:/iokit/conf/MASTER diff --git a/iokit/conf/MASTER b/iokit/conf/MASTER index ae3f0e88b..a0558a788 100644 --- a/iokit/conf/MASTER +++ b/iokit/conf/MASTER @@ -60,10 +60,16 @@ ident IOKIT options HIBERNATION # system hibernation # options KERNOBJC # Objective-C implementation # options IOKITCPP # C++ implementation # +options IOKITSTATS # IOKit statistics # options KDEBUG # kernel tracing # +options IST_KDEBUG # limited tracing # +options NO_KDEBUG # no kernel tracing # options NETWORKING # kernel networking # options CRYPTO # want crypto code # -options CONFIG_DTRACE # enable dtrace # +options CONFIG_DTRACE # enable dtrace # +options VM_PRESSURE_EVENTS # + +options CONFIG_SLEEP # # #makeoptions LIBDRIVER = "libDriver_kern.o" # #makeoptions LIBOBJC = "libkobjc.o" # @@ -71,9 +77,9 @@ options CONFIG_DTRACE # enable dtrace # # # configurable kernel related resources # -options CONFIG_MAX_THREADS=32 # -options CONFIG_MAX_THREADS=32 # -options CONFIG_MAX_THREADS=32 # +options CONFIG_MAX_THREADS=64 # +options CONFIG_MAX_THREADS=64 # +options CONFIG_MAX_THREADS=64 # # # configurable kernel - use these options to strip strings from panic @@ -85,9 +91,14 @@ options CONFIG_NO_PANIC_STRINGS # options CONFIG_NO_PRINTF_STRINGS # options CONFIG_NO_KPRINTF_STRINGS # -# configurable kernel - general switch to say we are building for an -# embedded device -# -options CONFIG_EMBEDDED # +# secure_kernel - secure kernel from user programs +options SECURE_KERNEL # options MACH_ASSERT # + +options DEVELOPMENT # +options DEBUG # + +options CONFIG_MEMORYSTATUS # +options CONFIG_JETSAM # +options CONFIG_FREEZE #