2 # Mach Operating System
3 # Copyright (c) 1986 Carnegie-Mellon University
4 # Copyright 2001-2018 Apple Inc.
6 # All rights reserved. The CMU software License Agreement
7 # specifies the terms and conditions for use and redistribution.
9 #######################################################################
11 # Master machine independent configuration file.
13 # Specific configuration files are created based on this and
14 # the machine specific master file using the doconf script.
16 # Any changes to the master configuration files will affect all
17 # other configuration files based upon it.
19 #######################################################################
21 # To build a configuration, execute "doconf <configuration>."
22 # Configurations are specified in the "Configurations:" section
23 # of the MASTER and MASTER.* files as follows:
25 # <configuration> = [ <attribute0> <attribute1> ... <attributeN> ]
27 # Lines in the MASTER and MASTER.* files are selected based on
28 # the attribute selector list, found in a comment at the end of
29 # the line. This is a list of attributes separated by commas.
30 # The "!" operator selects the line if none of the attributes are
35 # <foo,bar> selects a line if "foo" or "bar" are specified.
36 # <!foo,bar> selects a line if neither "foo" nor "bar" is
39 # Lines with no attributes specified are selected for all
42 #######################################################################
44 # SYSTEM SIZE CONFIGURATION (select exactly one)
46 # xlarge = extra large scale system configuration
47 # large = large scale system configuration
48 # medium = medium scale system configuration
49 # small = small scale system configuration
50 # xsmall = extra small scale system configuration
51 # bsmall = special extra small scale system configuration
53 #######################################################################
56 options INET # # <inet>
57 options HW_AST # Hardware ast support # <hw_ast>
58 options HW_FOOTPRINT # Cache footprint support # <hw_foot>
60 options MACH # Standard Mach features # <mach>
61 options MACH_COMPAT # Vendor syscall compatibility # <mach>
62 options MACH_FASTLINK # Fast symbolic links
63 options MACH_HOST # Mach host (resource alloc.) # <host>
64 options MACH_IPC_COMPAT # Enable old IPC interface # <ipc_compat>
65 options MACH_IPC_TEST # Testing code/printfs # <ipc_test>
66 options MACH_FLIPC # Fast-Local IPC # <mach_flipc>
67 options MACH_NP # Mach IPC support # <np>
68 options MACH_NBC # No buffer cache # <nbc>
69 options MACH_NET # Fast network access # <mach_net>
70 options MACH_XP # external pager support # <xp>
71 options NO_DIRECT_RPC # for untyped mig servers #
72 options LOOP # loopback support # <loop>
73 options VLAN # # <vlan>
74 options SIXLOWPAN # 6LoWPAN support # <sixlowpan>
75 options BOND # # <bond>
76 options IF_FAKE # # <if_fake>
77 options IF_HEADLESS # # <if_headless>
78 options AH_ALL_CRYPTO # AH all crypto algs # <ah_all_crypto>
79 options PF # Packet Filter # <pf>
80 options PF_ECN # PF use ECN marking # <pf_ecn>
81 options PFLOG # PF log interface # <pflog>
82 options MEASURE_BW # interface bandwidth measurement # <measure_bw>
83 options DUMMYNET # dummynet support # <dummynet>
84 options TRAFFIC_MGT # traffic management support # <traffic_mgt>
85 options MULTICAST # Internet Protocol Class-D $
86 options TCPDEBUG # TCP debug # <tcpdebug>
87 options TCP_DROP_SYNFIN # Drop TCP packets with SYN+FIN set # <tcpdrop_synfin>
88 options ICMP_BANDLIM # ICMP bandwidth limiting sysctl
89 options IFNET_INPUT_SANITY_CHK # allow dlil/ifnet input sanity check # <ifnet_input_chk>
90 options MULTIPATH # Multipath domain # <multipath>
91 options MPTCP # Multipath TCP # <mptcp>
92 options SYSV_SEM # SVID semaphores # <sysv_sem>
93 options SYSV_MSG # SVID messages # <sysv_msg>
94 options SYSV_SHM # SVID shared mem # <sysv_shm>
95 options PSYNCH # pthread synch # <psynch>
96 options FLOW_DIVERT # <flow_divert>
98 options CONTENT_FILTER # # <content_filter>
99 options PACKET_MANGLER # # <packet_mangler>
100 options SIXLOWPAN # # <sixlowpan>
101 # secure_kernel - secure kernel from user programs
102 options SECURE_KERNEL # <secure_kernel>
104 options OLD_SEMWAIT_SIGNAL # old semwait_signal handler
109 options SOCKETS # socket support # <inet, inet6>
110 options DIAGNOSTIC # diagnostics # <diagnostic>
111 options PROFILE # kernel profiling # <profile>
112 options SENDFILE # sendfile # <sendfile>
113 options NETWORKING # networking layer # <inet, inet6>
114 options CONFIG_FSE # file system events # <config_fse>
115 options CONFIG_IMAGEBOOT # local image boot # <config_imageboot>
116 options CONFIG_LOCKERBOOT # locker boot # <config_lockerboot>
117 options CONFIG_MBUF_JUMBO # jumbo cluster pool # <config_mbuf_jumbo>
118 options CONFIG_IMAGEBOOT_IMG4 # authenticate image with AppleImage4 # <config_imageboot_img4>
119 options CONFIG_IMAGEBOOT_CHUNKLIST # authenticate image with a chunk list # <config_imageboot_chunklist>
121 options CONFIG_WORKQUEUE # <config_workqueue>
122 options CONFIG_WORKLOOP_DEBUG # <config_workloop_debug>
127 options MOCKFS # Boot from an executable # <mockfs>
128 options FIFO # fifo support # <fifo>
129 options FDESC # fdesc_fs support # <fdesc>
130 options DEVFS # devfs support # <devfs>
131 options ROUTEFS # routefs support # <routefs>
132 options NULLFS # nullfs support # <nullfs>
133 options FS_COMPRESSION # fs compression # <fs_compression>
134 options CONFIG_DEV_KMEM # /dev/kmem device for reading KVA # <config_dev_kmem>
137 # file system features
139 options QUOTA # file system quotas # <quota>
140 options NAMEDSTREAMS # named stream vnop support # <namedstreams>
141 options CONFIG_APPLEDOUBLE # apple double support # <config_appledouble>
142 options CONFIG_VOLFS # volfs path support (legacy) # <config_volfs>
143 options CONFIG_IMGSRC_ACCESS # source of imageboot dmg # <config_imgsrc_access>
144 options CONFIG_TRIGGERS # trigger vnodes # <config_triggers>
145 options CONFIG_EXT_RESOLVER # e.g. memberd # <config_ext_resolver>
146 options CONFIG_SEARCHFS # searchfs syscall support # <config_searchfs>
147 options CONFIG_MNT_SUID # allow suid binaries # <config_mnt_suid>
148 options CONFIG_MNT_ROOTSNAP # allow rooting from snapshot # <config_mnt_rootsnap>
149 options CONFIG_ROSV_STARTUP # allow read-only system volume startup # <config_rosv_startup>
150 options CONFIG_FIRMLINKS # support "firmlinks" # <config_firmlinks>
151 options CONFIG_MOUNT_VM # mount VM volume on startup # <config_mount_vm>
152 options CONFIG_DATALESS_FILES # support dataless file materialization # <config_dataless_files>
157 options NFSCLIENT # Be an NFS client # <nfsclient>
158 options NFSSERVER # Be an NFS server # <nfsserver>
159 options CONFIG_NFS_GSS # Support NFS GSSAPI # <config_nfs_gss>
160 options CONFIG_NFS4 # Use NFSv4 # <config_nfs4>
161 options CONFIG_NETBOOT # network booting (requires NFSCLIENT) # <config_netboot>
164 # Machine Independent Apple Features
166 profile # build a profiling kernel # <profile>
171 options "INET6" # kernel IPv6 Support # <inet6>
172 options IPV6SEND # Secure Neighbor Discovery # <ipv6send>
173 options IPSEC # IP security # <ipsec>
174 options IPSEC_ESP # IP security # <ipsec>
175 options "IPV6FIREWALL" # IPv6 Firewall Feature # <ipv6firewall>
176 options "IPV6FIREWALL_DEFAULT_TO_ACCEPT" #IPv6 Firewall Feature # <ipv6firewall>
177 #options "IPV6FIREWALL_VERBOSE" #IPv6 Firewall Feature # <ipv6firewall>
179 pseudo-device gif 1 # <gif>
180 pseudo-device dummy 2 # <dummy>
181 pseudo-device stf 1 # <stf>
183 options CRYPTO # <ipsec,crypto>
184 options CRYPTO_SHA2 # <crypto_sha2>
185 options ENCRYPTED_SWAP # <encrypted_swap>
187 options CONFIG_IMG4 # <config_img4>
189 options ZLIB # inflate/deflate support # <zlib>
190 options ZLIBC # inflate/deflate support # <zlibc>
192 options IF_BRIDGE # <if_bridge>
195 # configurable kernel event related resources
197 options CONFIG_KN_HASHSIZE=64 # <medium,large,xlarge>
198 options CONFIG_KN_HASHSIZE=48 # <small,xsmall>
199 options CONFIG_KN_HASHSIZE=20 # <bsmall>
202 # configurable vfs related resources
203 # CONFIG_VNODES - used to pre allocate vnode related resources
204 # CONFIG_NC_HASH - name cache hash table allocation
205 # CONFIG_VFS_NAMES - name strings
207 # 263168 magic number for medium CONFIG_VNODES is based on memory
208 # Number vnodes is (memsize/64k) + 1024
209 # This is the calculation that is used by launchd in tiger
210 # we are clipping the max based on 16G
211 # ie ((16*1024*1024*1024)/(64 *1024)) + 1024 = 263168;
213 options CONFIG_VNODES=263168 # <large,xlarge>
214 options CONFIG_VNODES=263168 # <medium>
215 options CONFIG_VNODES=10240 # <small>
216 options CONFIG_VNODES=750 # <bsmall>
218 options CONFIG_NC_HASH=5120 # <large,xlarge>
219 options CONFIG_NC_HASH=4096 # <medium>
220 options CONFIG_NC_HASH=2048 # <small,xsmall>
221 options CONFIG_NC_HASH=1024 # <bsmall>
223 options CONFIG_VFS_NAMES=5120 # <large,xlarge>
224 options CONFIG_VFS_NAMES=4096 # <medium>
225 options CONFIG_VFS_NAMES=3072 # <small,xsmall>
226 options CONFIG_VFS_NAMES=2048 # <bsmall>
228 options CONFIG_MAX_CLUSTERS=8 # <xlarge,large,medium>
229 options CONFIG_MAX_CLUSTERS=4 # <small,xsmall,bsmall>
232 # configurable options for minumum number of buffers for kernel memory
234 options CONFIG_MIN_NBUF=256 # <medium,large,xlarge>
235 options CONFIG_MIN_NBUF=128 # <small>
236 options CONFIG_MIN_NBUF=80 # <xsmall>
237 options CONFIG_MIN_NBUF=64 # <bsmall>
239 options CONFIG_MIN_NIOBUF=128 # <medium,large,xlarge>
240 options CONFIG_MIN_NIOBUF=64 # <xsmall,small>
241 options CONFIG_MIN_NIOBUF=32 # <bsmall>
244 # set maximum space used for packet buffers
246 options CONFIG_NMBCLUSTERS="((1024 * 1024) / MCLBYTES)" # <large,xlarge>
247 options CONFIG_NMBCLUSTERS="((1024 * 512) / MCLBYTES)" # <medium>
248 options CONFIG_NMBCLUSTERS="((1024 * 256) / MCLBYTES)" # <bsmall,xsmall,small>
251 # Configure size of TCP hash table
253 options CONFIG_TCBHASHSIZE=4096 # <medium,large,xlarge>
254 options CONFIG_TCBHASHSIZE=128 # <xsmall,small,bsmall>
257 # Configure bandwidth limiting sysctl
259 options CONFIG_ICMP_BANDLIM=250 # <medium,large,xlarge>
260 options CONFIG_ICMP_BANDLIM=50 # <xsmall,small,bsmall>
263 # configurable async IO options
264 # CONFIG_AIO_MAX - system wide limit of async IO requests.
265 # CONFIG_AIO_PROCESS_MAX - process limit of async IO requests.
266 # CONFIG_AIO_THREAD_COUNT - number of async IO worker threads created.
268 options CONFIG_AIO_MAX=360 # <xlarge>
269 options CONFIG_AIO_MAX=180 # <large>
270 options CONFIG_AIO_MAX=90 # <medium>
271 options CONFIG_AIO_MAX=45 # <small>
272 options CONFIG_AIO_MAX=20 # <xsmall>
273 options CONFIG_AIO_MAX=10 # <bsmall>
275 options CONFIG_AIO_PROCESS_MAX=64 # <xlarge>
276 options CONFIG_AIO_PROCESS_MAX=32 # <large>
277 options CONFIG_AIO_PROCESS_MAX=16 # <medium>
278 options CONFIG_AIO_PROCESS_MAX=12 # <small>
279 options CONFIG_AIO_PROCESS_MAX=8 # <xsmall>
280 options CONFIG_AIO_PROCESS_MAX=4 # <bsmall>
282 options CONFIG_AIO_THREAD_COUNT=16 # <xlarge>
283 options CONFIG_AIO_THREAD_COUNT=8 # <large>
284 options CONFIG_AIO_THREAD_COUNT=4 # <medium>
285 options CONFIG_AIO_THREAD_COUNT=3 # <small>
286 options CONFIG_AIO_THREAD_COUNT=2 # <xsmall,bsmall>
288 options CONFIG_MAXVIFS=32 # <medium,large,xlarge>
289 options CONFIG_MAXVIFS=16 # <small,xsmall>
290 options CONFIG_MAXVIFS=2 # <bsmall>
292 options CONFIG_MFCTBLSIZ=256 # <medium,large,xlarge>
293 options CONFIG_MFCTBLSIZ=128 # <small,xsmall>
294 options CONFIG_MFCTBLSIZ=16 # <bsmall>
297 # configurable kernel message buffer size
299 options CONFIG_MSG_BSIZE_REL=4096 # <bsmall,small,xsmall>
300 options CONFIG_MSG_BSIZE_DEV=4096 # <bsmall,small,xsmall>
301 options CONFIG_MSG_BSIZE_REL=16384 # <medium,large,xlarge>
302 options CONFIG_MSG_BSIZE_DEV=131072 # <medium,large,xlarge>
303 options CONFIG_MSG_BSIZE=CONFIG_MSG_BSIZE_REL # <!development,debug>
304 options CONFIG_MSG_BSIZE=CONFIG_MSG_BSIZE_DEV # <development,debug>
307 # maximum size of the per-process Mach IPC table
309 options CONFIG_IPC_TABLE_ENTRIES_STEPS=64 # 137898 entries # <bsmall,small,xsmall>
310 options CONFIG_IPC_TABLE_ENTRIES_STEPS=256 # 300714 entries # <medium,large,xlarge>
313 # configurable kernel - use these options to strip strings from panic
315 # no_printf_str - saves around 45K of kernel footprint.
317 options CONFIG_NO_PRINTF_STRINGS # <no_printf_str>
318 options CONFIG_NO_KPRINTF_STRINGS # <no_kprintf_str>
321 # configurable kernel - general switch to say we are building for an
324 options CONFIG_EMBEDDED # <config_embedded>
327 # support dynamic signing of code
329 options CONFIG_DYNAMIC_CODE_SIGNING # <dynamic_codesigning>
331 # enforce library validation on all processes.
333 options CONFIG_ENFORCE_LIBRARY_VALIDATION # <config_library_validation>
336 # code decryption... used on embedded for app protection, DSMOS on desktop
338 options CONFIG_CODE_DECRYPTION # <config_code_decryption>
341 # User Content Protection, used on embedded
343 options CONFIG_PROTECT # <config_protect>
345 #allow write-protection of key page
346 options CONFIG_KEYPAGE_WP # <config_keypage_wp>
349 # allow vm_pageout_scan to dynamically adjust its priority based on priorities of waiters
351 options CONFIG_VPS_DYNAMIC_PRIO # <vps_dynamic_prio>
354 # enable per-process memory priority tracking
356 options CONFIG_MEMORYSTATUS # <memorystatus>
359 # enable jetsam - used on embedded
361 options CONFIG_JETSAM # <jetsam>
364 # enable new link table implementation stats/debugging
365 # (adds mesaureable overhead)
367 options CONFIG_LTABLE_STATS # <config_ltable_stats>
368 options CONFIG_LTABLE_DEBUG # <config_ltable_debug>
371 # enable new wait queue implementation stats / debugging
373 options CONFIG_WAITQ_STATS # <config_waitq_stats>
374 options CONFIG_WAITQ_DEBUG # <config_waitq_debug>
377 # enable freezing of suspended processes - used on embedded
379 options CONFIG_FREEZE # <freeze>
381 options CHECK_CS_VALIDATION_BITMAP # <config_cs_validation_bitmap>
384 # enable detectiion of file cache thrashing - used on platforms with
385 # dynamic VM compression enabled
387 options CONFIG_PHANTOM_CACHE # <phantom_cache>
390 # memory pressure event support
392 options VM_PRESSURE_EVENTS # <vm_pressure_events>
394 options CONFIG_SECLUDED_MEMORY # <config_secluded_memory>
396 options CONFIG_BACKGROUND_QUEUE # <config_background_queue>
401 options CONFIG_LEDGER_INTERVAL_MAX # <config_ledger_interval_max>
406 options CONFIG_IOSCHED # <config_iosched>
409 # Accounting for I/O usage
411 options CONFIG_IO_ACCOUNTING # <config_io_accounting>
414 # Enable inheritance of importance through specially marked mach ports and for file locks
415 # For now debug is enabled wherever inheritance is
417 options IMPORTANCE_INHERITANCE # <importance_inheritance>
418 options IMPORTANCE_TRACE # <importance_trace>
419 options IMPORTANCE_DEBUG # <importance_debug>
421 options CONFIG_TELEMETRY # <config_telemetry>
423 options CONFIG_PROC_UUID_POLICY # <config_proc_uuid_policy>
428 options CONFIG_ECC_LOGGING # <config_ecc_logging>
431 # Application core dumps
433 options CONFIG_COREDUMP # <config_coredump>
438 options CONFIG_VNGUARD # <config_vnguard>
443 pseudo-device ether # <networking,inet,inet6>
445 # Network loopback device
447 pseudo-device loop # <networking,inet,inet6>
449 # UCB pseudo terminal service
451 pseudo-device pty 512 init pty_init # <xlarge>
452 pseudo-device pty 256 init pty_init # <large>
453 pseudo-device pty 128 init pty_init # <medium>
454 pseudo-device pty 48 init pty_init # <small>
455 pseudo-device pty 16 init pty_init # <xsmall>
456 pseudo-device pty 8 init pty_init # <bsmall>
458 # Cloning pseudo terminal service
460 pseudo-device ptmx 1 init ptmx_init
465 pseudo-device vndevice 4 init vndevice_init # <development,debug>
469 pseudo-device mdevdevice 1 init mdevinit
473 # packet filter device
475 pseudo-device bpfilter 4 init bpf_init # <networking,inet,inet6>
479 pseudo-device fsevents 1 init fsevents_init # <config_fse>
481 pseudo-device random 1 init random_init
482 pseudo-device dtrace 1 init dtrace_init # <config_dtrace>
483 pseudo-device helper 1 init helper_init # <config_dtrace>
484 pseudo-device lockstat 1 init lockstat_init # <config_dtrace>
485 pseudo-device lockprof 1 init lockprof_init # <config_dtrace>
486 pseudo-device sdt 1 init sdt_init # <config_dtrace>
487 pseudo-device systrace 1 init systrace_init # <config_dtrace>
488 pseudo-device fbt 1 init fbt_init # <config_dtrace>
489 pseudo-device profile_prvd 1 init profile_init # <config_dtrace>
493 # IOKit configuration options
496 options HIBERNATION # system hibernation # <hibernation>
497 options IOKITCPP # C++ implementation # <iokitcpp>
498 options IOKITSTATS # IOKit statistics # <iokitstats>
499 options IOTRACKING # IOKit tracking # <iotracking>
500 options CONFIG_SLEEP # # <config_sleep>
501 options CONFIG_MAX_THREADS=64 # IOConfigThread threads
502 options NO_KEXTD # <no_kextd>
503 options NO_KERNEL_HID # <no_kernel_hid>
506 # Libkern configuration options
509 options LIBKERNCPP # C++ implementation # <libkerncpp>
510 options CONFIG_BLOCKS # Blocks runtime # <config_blocks>
511 options CONFIG_KXLD # kxld/runtime linking of kexts # <config_kxld>
512 options CONFIG_KEC_FIPS # Kernel External Components for FIPS compliance (KEC_FIPS) # <config_kec_fips>
514 # Note that when adding this config option to an architecture, one MUST
515 # add the architecture to the preprocessor test at the beginning of
516 # libkern/kmod/cplus_{start.c,stop.c}.
517 options CONFIG_STATIC_CPPINIT # Static library initializes kext cpp runtime # <config_static_cppinit>
520 # libsa configuration options
523 # CONFIG_KEXT_BASEMENT - alloc post boot loaded kexts after prelinked kexts
525 options CONFIG_KEXT_BASEMENT # # <config_kext_basement>
530 options CONFIG_PERSONAS # Persona management # <config_personas>
531 options PERSONA_DEBUG # Persona debugging # <persona_debug>
534 # security configuration options
537 options CONFIG_MACF # Mandatory Access Control Framework # <config_macf>
538 options CONFIG_MACF_SOCKET_SUBSET # MAC socket subest (no labels) # <config_macf>
539 #options CONFIG_MACF_SOCKET # MAC socket labels # <config_macf>
540 #options CONFIG_MACF_NET # mbuf # <config_macf>
541 #options CONFIG_MACF_DEBUG # debug # <config_macf>
543 options CONFIG_AUDIT # Kernel auditing # <config_audit>
545 options CONFIG_ARCADE # Arcade validation support # <config_arcade>
548 # MACH configuration options.
550 # TASK_SWAPPER enables code that manages demand for physical memory by
551 # forcibly suspending tasks when the demand exceeds supply. This
552 # option should be on.
554 options TASK_SWAPPER # <task_swapper_disabled>
557 # This defines configuration options that are normally used only during
558 # kernel code development and debugging. They add run-time error checks or
559 # statistics gathering, which will slow down the system
561 ##########################################################
563 # MACH_ASSERT controls the assert() and ASSERT() macros, used to verify the
564 # consistency of various algorithms in the kernel. The performance impact
565 # of this option is significant.
567 options MACH_ASSERT # # <mach_assert>
569 # MACH_DEBUG enables the mach_debug_server, a message interface used to
570 # retrieve or control various statistics. This interface may expose data
571 # structures that would not normally be allowed outside the kernel, and
572 # MUST NOT be enabled on a released configuration.
573 # Other options here enable information retrieval for specific subsystems
575 options MACH_DEBUG # IPC debugging interface # <mdebug>
576 options MACH_IPC_DEBUG # Enable IPC debugging calls # <ipc_debug>
577 options MACH_VM_DEBUG # # <debug>
579 # MACH_MP_DEBUG control the possible dead locks that may occur by controlling
580 # that IPL level has been raised down to SPL0 after some calls to
581 # hardclock device driver.
583 options MACH_MP_DEBUG # # <debug>
585 # ZONE_DEBUG keeps track of all zalloc()ed elements to perform further
586 # operations on each element.
588 options ZONE_DEBUG # # <debug>
589 options CONFIG_ZCACHE #Enable per-cpu caching for zones # <config_zcache>
590 options CONFIG_ZLEAKS # Live zone leak debugging # <zleaks>
593 # CONFIG_TASK_ZONE_INFO allows per-task zone information to be extracted
594 # Primarily useful for xnu debug and development.
596 options CONFIG_TASK_ZONE_INFO # <task_zone_info>
598 # CONFIG_DEBUGGER_FOR_ZONE_INFO restricts zone info so that it is only
599 # available when the kernel is being debugged.
601 options CONFIG_DEBUGGER_FOR_ZONE_INFO # <debugger_for_zone_info>
603 # MACH_LDEBUG controls the internal consistency checks and
604 # data gathering in the locking package. This also enables a debug-only
605 # version of simple-locks on uniprocessor machines. The code size and
606 # performance impact of this option is significant.
608 options MACH_LDEBUG # # <debug>
611 # configuration option for full, partial, or no kernel debug event tracing
613 options KDEBUG # kernel tracing # <kdebug>
614 options IST_KDEBUG # limited tracing # <ist_kdebug>
615 options NO_KDEBUG # no kernel tracing # <no_kdebug>
618 # CONFIG_DTRACE enables code needed to support DTrace. Currently this is
619 # only used for delivery of traps/interrupts to DTrace.
621 options CONFIG_DTRACE # # <config_dtrace>
623 options LOCK_STATS # # <lock_stats>
625 # kernel performance tracing
626 options KPERF # <kperf>
632 # MACH_COUNTERS enables code that handles various counters in the system.
634 options MACH_COUNTERS # # <debug>
636 # DEVELOPMENT define for development builds
637 options DEVELOPMENT # dev kernel # <development>
640 options DEBUG # general debugging code # <debug>
641 options CONFIG_NONFATAL_ASSERTS # non fatal asserts # <softasserts>
643 ##########################################################
645 # This defines configuration options that are normally used only during
646 # kernel code development and performance characterization. They add run-time
647 # statistics gathering, which will slow down the system,
649 ##########################################################
651 # MACH_IPC_STATS controls the collection of statistics in the MACH IPC
654 #options MACH_IPC_STATS
656 # MACH_CLUSTER_STATS controls the collection of various statistics concerning
657 # the effectiveness and behavior of the clustered pageout and pagein
660 #options MACH_CLUSTER_STATS
662 options MACH_BSD # BSD subsystem on top of Mach # <mach_bsd>
663 options IOKIT # # <iokit>
666 # configurable kernel related resources (CONFIG_THREAD_MAX needs to stay in
667 # sync with bsd/conf/MASTER until we fix the config system... todo XXX
669 options CONFIG_THREAD_MAX=2560 # <medium,large,xlarge>
670 options CONFIG_THREAD_MAX=1536 # <small,xsmall>
671 options CONFIG_THREAD_MAX=1024 # <bsmall>
673 options CONFIG_TASK_MAX=1024 # <medium,large,xlarge>
674 options CONFIG_TASK_MAX=768 # <small,>
675 options CONFIG_TASK_MAX=512 # <xsmall,bsmall>
678 # Minimum zone map size: 115 MB
680 options CONFIG_ZONE_MAP_MIN=120586240 # <xsmall,bsmall,small,medium,large,xlarge>
682 # Sizes must be a power of two for the zhash to
683 # be able to just mask off bits instead of mod
684 options CONFIG_ZLEAK_ALLOCATION_MAP_NUM=16384 #<medium,large,xlarge>
685 options CONFIG_ZLEAK_ALLOCATION_MAP_NUM=8192 #<small,xsmall,bsmall>
686 options CONFIG_ZLEAK_TRACE_MAP_NUM=8192 #<medium,large,xlarge>
687 options CONFIG_ZLEAK_TRACE_MAP_NUM=4096 #<small,xsmall,bsmall>
689 # vc_progress_white - make the progress gear white instead of black
690 options CONFIG_VC_PROGRESS_WHITE # <vc_progress_white>
693 # Timeshare scheduler implementations
695 options CONFIG_SCHED_TRADITIONAL # <config_sched_traditional>
696 options CONFIG_SCHED_PROTO # <config_sched_proto>
697 options CONFIG_SCHED_GRRR # <config_sched_grrr>
698 options CONFIG_SCHED_GRRR_CORE # <config_sched_grrr>
699 options CONFIG_SCHED_MULTIQ # <config_sched_multiq>
700 options CONFIG_SCHED_TIMESHARE_CORE # <config_sched_traditional,config_sched_multiq>
701 options CONFIG_CLUTCH # <config_clutch>
703 options CONFIG_SCHED_IDLE_IN_PLACE # <config_sched_idle_in_place>
704 options CONFIG_SCHED_SFI # <config_sched_sfi>
705 options CONFIG_GZALLOC # <config_gzalloc>
706 options CONFIG_SCHED_DEFERRED_AST # <config_sched_deferred_ast>
708 # Enable allocation of contiguous physical memory through vm_map_enter_cpm()
709 options VM_CPM # <vm_cpm>
711 options CONFIG_SKIP_PRECISE_USER_KERNEL_TIME # <config_skip_precise_user_kernel_time>
714 # Switch to disable cpu, wakeup and high memory watermark monitors
716 options CONFIG_NOMONITORS # <config_nomonitors>
718 options MACH_KDP # KDP # <mach_kdp>
719 options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp>
720 options CONFIG_KDP_INTERACTIVE_DEBUGGING # <kdp_interactive_debugging>
723 # Kernel Power On Self Tests
725 options CONFIG_XNUPOST # <config_xnupost>
728 # Kernel proc reference instrumentation
730 options PROC_REF_DEBUG # <proc_ref_debug>
733 # Kernel OS reason debug instrumentation
735 options OS_REASON_DEBUG # <os_reason_debug>
738 # Kernel Voucher Attr Manager for Activity Trace
740 options CONFIG_ATM # <config_atm>
742 # Group related tasks together into coalitions
743 options CONFIG_COALITIONS # <config_coalitions>
745 # Enable support for sysdiagnose notifications
746 options CONFIG_SYSDIAGNOSE # <config_sysdiagnose>
748 # Configurable Security Restrictions
749 options CONFIG_CSR # <config_csr>
754 options SERIAL_CONSOLE # bi-directional serial over UART
755 options VIDEO_CONSOLE # uni-directional output over framebuffer
760 options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64 # <config_requires_u32_munging>
763 # copyout() instrumentation
765 options COPYOUT_SHIM # Shim for copyout memory analysis via kext #<copyout_shim>
768 # Enable hardware correlation of mach absolute time
769 # across intel/arm boundary
770 options CONFIG_MACH_BRIDGE_SEND_TIME # # <config_mach_bridge_send_time>
771 options CONFIG_MACH_BRIDGE_RECV_TIME # # <config_mach_bridge_recv_time>
774 # Telemetry for 32-bit process launch
776 options CONFIG_32BIT_TELEMETRY # # <config_32bit_telemetry>
778 options CONFIG_QUIESCE_COUNTER # Support for _COMM_PAGE_CPU_QUIESCENT_COUNTER # <config_quiesce_counter>
783 options CONFIG_KASAN # <config_kasan>
784 options CONFIG_UBSAN # <config_ubsan>
785 options CONFIG_KSANCOV # <config_ksancov>
787 pseudo-device ksancov 1 init ksancov_init_dev # <config_ksancov>