]> git.saurik.com Git - apple/xnu.git/blame - config/MASTER
xnu-3789.1.32.tar.gz
[apple/xnu.git] / config / MASTER
CommitLineData
1c79356b
A
1#
2# Mach Operating System
3# Copyright (c) 1986 Carnegie-Mellon University
fe8ab488
A
4# Copyright 2001-2014 Apple Inc.
5#
1c79356b
A
6# All rights reserved. The CMU software License Agreement
7# specifies the terms and conditions for use and redistribution.
8#
9#######################################################################
10#
11# Master machine independent configuration file.
12#
13# Specific configuration files are created based on this and
14# the machine specific master file using the doconf script.
15#
16# Any changes to the master configuration files will affect all
17# other configuration files based upon it.
18#
19#######################################################################
20#
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:
24#
25# <configuration> = [ <attribute0> <attribute1> ... <attributeN> ]
26#
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
31# specified.
32#
33# For example:
34#
35# <foo,bar> selects a line if "foo" or "bar" are specified.
36# <!foo,bar> selects a line if neither "foo" nor "bar" is
37# specified.
38#
39# Lines with no attributes specified are selected for all
40# configurations.
41#
42#######################################################################
43#
1c79356b
A
44# SYSTEM SIZE CONFIGURATION (select exactly one)
45#
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
2d21ac55 51# bsmall = special extra small scale system configuration
1c79356b
A
52#
53#######################################################################
1c79356b 54#
1c79356b 55
3e170ce0 56options INET # # <inet>
1c79356b
A
57options HW_AST # Hardware ast support # <hw_ast>
58options HW_FOOTPRINT # Cache footprint support # <hw_foot>
2d21ac55 59
1c79356b 60options MACH # Standard Mach features # <mach>
1c79356b 61options MACH_COMPAT # Vendor syscall compatibility # <mach>
1c79356b 62options MACH_FASTLINK # Fast symbolic links
1c79356b
A
63options MACH_HOST # Mach host (resource alloc.) # <host>
64options MACH_IPC_COMPAT # Enable old IPC interface # <ipc_compat>
1c79356b 65options MACH_IPC_TEST # Testing code/printfs # <ipc_test>
39037602 66options MACH_FLIPC # Fast-Local IPC # <mach_flipc>
1c79356b
A
67options MACH_NP # Mach IPC support # <np>
68options MACH_NBC # No buffer cache # <nbc>
1c79356b
A
69options MACH_NET # Fast network access # <mach_net>
70options MACH_XP # external pager support # <xp>
1c79356b 71options NO_DIRECT_RPC # for untyped mig servers #
1c79356b 72options LOOP # loopback support # <loop>
1c79356b 73options VLAN # # <vlan>
91447636 74options BOND # # <bond>
fe8ab488
A
75options AH_ALL_CRYPTO # AH all crypto algs # <ah_all_crypto>
76options IPCOMP_ZLIB # IP compression using zlib # <ipcomp_zlib>
b0d623f7 77options PF # Packet Filter # <pf>
316670eb 78options PF_ALTQ # PF ALTQ (Alternate Queueing) # <pf_altq>
3e170ce0 79options PF_ECN # PF use ECN marking # <pf_ecn>
b0d623f7 80options PFLOG # PF log interface # <pflog>
316670eb
A
81options PKTSCHED_CBQ # CBQ packet scheduler # <pktsched_cbq>
82options PKTSCHED_HFSC # H-FSC packet scheduler # <pktsched_hfsc>
83options PKTSCHED_PRIQ # PRIQ packet scheduler # <pktsched_priq>
84options PKTSCHED_FAIRQ # FAIRQ packet scheduler # <pktsched_fairq>
39236c6e 85options MEASURE_BW # interface bandwidth measurement # <measure_bw>
316670eb
A
86options CLASSQ_BLUE # BLUE queueing algorithm # <classq_blue>
87options CLASSQ_RED # RED queueing algorithm # <classq_red>
88options CLASSQ_RIO # RIO queueing algorithm # <classq_rio>
91447636 89options DUMMYNET # dummynet support # <dummynet>
2d21ac55 90options TRAFFIC_MGT # traffic management support # <traffic_mgt>
1c79356b 91options MULTICAST # Internet Protocol Class-D $
9bccf70c 92options TCPDEBUG # TCP debug # <tcpdebug>
9bccf70c
A
93options TCP_DROP_SYNFIN # Drop TCP packets with SYN+FIN set # <tcpdrop_synfin>
94options ICMP_BANDLIM # ICMP bandwidth limiting sysctl
2d21ac55 95options IFNET_INPUT_SANITY_CHK # allow dlil/ifnet input sanity check # <ifnet_input_chk>
39236c6e
A
96options MULTIPATH # Multipath domain # <multipath>
97options MPTCP # Multipath TCP # <mptcp>
3e170ce0
A
98options SYSV_SEM # SVID semaphores # <sysv_sem>
99options SYSV_MSG # SVID messages # <sysv_msg>
100options SYSV_SHM # SVID shared mem # <sysv_shm>
101options PSYNCH # pthread synch # <psynch>
39236c6e 102options FLOW_DIVERT # <flow_divert>
fe8ab488
A
103options NECP # <necp>
104options CONTENT_FILTER # # <content_filter>
105options PACKET_MANGLER # # <packet_mangler>
39037602 106
2d21ac55
A
107# secure_kernel - secure kernel from user programs
108options SECURE_KERNEL # <secure_kernel>
1c79356b 109
b0d623f7
A
110options OLD_SEMWAIT_SIGNAL # old semwait_signal handler
111
1c79356b
A
112#
113# 4.4 general kernel
114#
3e170ce0
A
115options SOCKETS # socket support # <inet, inet6>
116options DIAGNOSTIC # diagnostics # <diagnostic>
117options GPROF # build profiling # <profile>
fe8ab488 118options PROFILE # kernel profiling # <profile>
2d21ac55 119options SENDFILE # sendfile # <sendfile>
3e170ce0 120options NETWORKING # networking layer # <inet, inet6>
2d21ac55
A
121options CONFIG_FSE # file system events # <config_fse>
122options CONFIG_IMAGEBOOT # local image boot # <config_imageboot>
2d21ac55 123options CONFIG_MBUF_JUMBO # jumbo cluster pool # <config_mbuf_jumbo>
593a1d5f
A
124
125options CONFIG_WORKQUEUE # <config_workqueue>
1c79356b
A
126
127#
128# 4.4 filesystems
129#
3e170ce0 130options MOCKFS # Boot from an executable # <mockfs>
1c79356b 131options FIFO # fifo support # <fifo>
1c79356b 132options FDESC # fdesc_fs support # <fdesc>
1c79356b 133options DEVFS # devfs support # <devfs>
490019cf 134options ROUTEFS # routefs support # <routefs>
39037602
A
135options NULLFS # nullfs support # <nullfs>
136options FS_COMPRESSION # fs compression # <fs_compression>
3e170ce0 137options CONFIG_DEV_KMEM # /dev/kmem device for reading KVA # <config_dev_kmem>
2d21ac55
A
138
139#
140# file system features
141#
142options QUOTA # file system quotas # <quota>
2d21ac55 143options NAMEDSTREAMS # named stream vnop support # <namedstreams>
39236c6e 144options CONFIG_APPLEDOUBLE # apple double support # <config_appledouble>
2d21ac55 145options CONFIG_VOLFS # volfs path support (legacy) # <config_volfs>
b7266188 146options CONFIG_IMGSRC_ACCESS # source of imageboot dmg # <config_imgsrc_access>
6d2010ae 147options CONFIG_TRIGGERS # trigger vnodes # <config_triggers>
316670eb
A
148options CONFIG_EXT_RESOLVER # e.g. memberd # <config_ext_resolver>
149options CONFIG_SEARCHFS # searchfs syscall support # <config_searchfs>
1c79356b
A
150
151#
152# NFS support
153#
2d21ac55
A
154options NFSCLIENT # Be an NFS client # <nfsclient>
155options NFSSERVER # Be an NFS server # <nfsserver>
1c79356b 156
1c79356b
A
157#
158# Machine Independent Apple Features
159#
3e170ce0 160profile # build a profiling kernel # <profile>
1c79356b
A
161
162#
9bccf70c 163# IPv6 Support
1c79356b 164#
3e170ce0
A
165options "INET6" # kernel IPv6 Support # <inet6>
166options IPV6SEND # Secure Neighbor Discovery # <ipv6send>
167options IPSEC # IP security # <ipsec>
168options IPSEC_ESP # IP security # <ipsec>
169options "IPV6FIREWALL" # IPv6 Firewall Feature # <ipv6firewall>
91447636
A
170options "IPV6FIREWALL_DEFAULT_TO_ACCEPT" #IPv6 Firewall Feature # <ipv6firewall>
171#options "IPV6FIREWALL_VERBOSE" #IPv6 Firewall Feature # <ipv6firewall>
9bccf70c 172
3e170ce0
A
173pseudo-device gif 1 # <gif>
174pseudo-device dummy 2 # <dummy>
175pseudo-device stf 1 # <stf>
9bccf70c 176
3e170ce0
A
177options CRYPTO # <ipsec,crypto>
178options CRYPTO_SHA2 # <crypto_sha2>
179options ENCRYPTED_SWAP # <encrypted_swap>
2d21ac55 180
3e170ce0 181options ZLIB # inflate/deflate support # <zlib>
1c79356b 182
3e170ce0 183options IF_BRIDGE # <if_bridge>
b7266188 184
2d21ac55
A
185#
186# configurable kernel event related resources
187#
188options CONFIG_KN_HASHSIZE=64 # <medium,large,xlarge>
189options CONFIG_KN_HASHSIZE=48 # <small,xsmall>
190options CONFIG_KN_HASHSIZE=20 # <bsmall>
191
192#
193# configurable vfs related resources
194# CONFIG_VNODES - used to pre allocate vnode related resources
195# CONFIG_VNODE_FREE_MIN - mininmum number of free vnodes
196# CONFIG_NC_HASH - name cache hash table allocation
197# CONFIG_VFS_NAMES - name strings
198#
199# 263168 magic number for medium CONFIG_VNODES is based on memory
200# Number vnodes is (memsize/64k) + 1024
201# This is the calculation that is used by launchd in tiger
202# we are clipping the max based on 16G
203# ie ((16*1024*1024*1024)/(64 *1024)) + 1024 = 263168;
204
205options CONFIG_VNODES=263168 # <large,xlarge>
206options CONFIG_VNODES=263168 # <medium>
207options CONFIG_VNODES=10240 # <small>
3e170ce0 208options CONFIG_VNODES=750 # <bsmall>
2d21ac55 209
3e170ce0
A
210options CONFIG_VNODE_FREE_MIN=500 # <large,xlarge>
211options CONFIG_VNODE_FREE_MIN=300 # <medium>
212options CONFIG_VNODE_FREE_MIN=200 # <small>
213options CONFIG_VNODE_FREE_MIN=100 # <xsmall>
214options CONFIG_VNODE_FREE_MIN=75 # <bsmall>
2d21ac55
A
215
216options CONFIG_NC_HASH=5120 # <large,xlarge>
217options CONFIG_NC_HASH=4096 # <medium>
218options CONFIG_NC_HASH=2048 # <small,xsmall>
219options CONFIG_NC_HASH=1024 # <bsmall>
220
221options CONFIG_VFS_NAMES=5120 # <large,xlarge>
222options CONFIG_VFS_NAMES=4096 # <medium>
223options CONFIG_VFS_NAMES=3072 # <small,xsmall>
224options CONFIG_VFS_NAMES=2048 # <bsmall>
225
b7266188
A
226options CONFIG_MAX_CLUSTERS=8 # <xlarge,large,medium>
227options CONFIG_MAX_CLUSTERS=4 # <small,xsmall,bsmall>
228
2d21ac55
A
229#
230# configurable options for minumum number of buffers for kernel memory
231#
232options CONFIG_MIN_NBUF=256 # <medium,large,xlarge>
233options CONFIG_MIN_NBUF=128 # <small>
234options CONFIG_MIN_NBUF=80 # <xsmall>
235options CONFIG_MIN_NBUF=64 # <bsmall>
236
237options CONFIG_MIN_NIOBUF=128 # <medium,large,xlarge>
238options CONFIG_MIN_NIOBUF=64 # <xsmall,small>
239options CONFIG_MIN_NIOBUF=32 # <bsmall>
240
241#
242# set maximum space used for packet buffers
243#
3e170ce0
A
244options CONFIG_NMBCLUSTERS="((1024 * 1024) / MCLBYTES)" # <large,xlarge>
245options CONFIG_NMBCLUSTERS="((1024 * 512) / MCLBYTES)" # <medium>
246options CONFIG_NMBCLUSTERS="((1024 * 256) / MCLBYTES)" # <bsmall,xsmall,small>
2d21ac55
A
247
248#
249# Configure size of TCP hash table
250#
251options CONFIG_TCBHASHSIZE=4096 # <medium,large,xlarge>
252options CONFIG_TCBHASHSIZE=128 # <xsmall,small,bsmall>
253
316670eb
A
254#
255# Configure bandwidth limiting sysctl
256#
257options CONFIG_ICMP_BANDLIM=250 # <medium,large,xlarge>
258options CONFIG_ICMP_BANDLIM=50 # <xsmall,small,bsmall>
259
2d21ac55
A
260#
261# configurable async IO options
262# CONFIG_AIO_MAX - system wide limit of async IO requests.
263# CONFIG_AIO_PROCESS_MAX - process limit of async IO requests.
264# CONFIG_AIO_THREAD_COUNT - number of async IO worker threads created.
265#
3e170ce0
A
266options CONFIG_AIO_MAX=360 # <xlarge>
267options CONFIG_AIO_MAX=180 # <large>
2d21ac55
A
268options CONFIG_AIO_MAX=90 # <medium>
269options CONFIG_AIO_MAX=45 # <small>
270options CONFIG_AIO_MAX=20 # <xsmall>
271options CONFIG_AIO_MAX=10 # <bsmall>
272
273options CONFIG_AIO_PROCESS_MAX=64 # <xlarge>
274options CONFIG_AIO_PROCESS_MAX=32 # <large>
275options CONFIG_AIO_PROCESS_MAX=16 # <medium>
276options CONFIG_AIO_PROCESS_MAX=12 # <small>
277options CONFIG_AIO_PROCESS_MAX=8 # <xsmall>
278options CONFIG_AIO_PROCESS_MAX=4 # <bsmall>
279
3e170ce0 280options CONFIG_AIO_THREAD_COUNT=16 # <xlarge>
2d21ac55
A
281options CONFIG_AIO_THREAD_COUNT=8 # <large>
282options CONFIG_AIO_THREAD_COUNT=4 # <medium>
283options CONFIG_AIO_THREAD_COUNT=3 # <small>
284options CONFIG_AIO_THREAD_COUNT=2 # <xsmall,bsmall>
285
3e170ce0
A
286options CONFIG_MAXVIFS=32 # <medium,large,xlarge>
287options CONFIG_MAXVIFS=16 # <small,xsmall>
288options CONFIG_MAXVIFS=2 # <bsmall>
2d21ac55
A
289
290options CONFIG_MFCTBLSIZ=256 # <medium,large,xlarge>
291options CONFIG_MFCTBLSIZ=128 # <small,xsmall>
292options CONFIG_MFCTBLSIZ=16 # <bsmall>
293
6d2010ae
A
294#
295# configurable kernel message buffer size
296#
297options CONFIG_MSG_BSIZE=4096 # <bsmall,small,xsmall>
298options CONFIG_MSG_BSIZE=16384 # <medium,large,xlarge>
299
3e170ce0
A
300#
301# maximum size of the per-process Mach IPC table
302#
303options CONFIG_IPC_TABLE_ENTRIES_STEPS=64 # 137898 entries # <bsmall,small,xsmall>
304options CONFIG_IPC_TABLE_ENTRIES_STEPS=256 # 300714 entries # <medium,large,xlarge>
305
39037602 306
2d21ac55
A
307#
308# configurable kernel - use these options to strip strings from panic
309# and printf calls.
310# no_panic_str - saves around 50K of kernel footprint.
311# no_printf_str - saves around 45K of kernel footprint.
312#
313options CONFIG_NO_PANIC_STRINGS # <no_panic_str>
314options CONFIG_NO_PRINTF_STRINGS # <no_printf_str>
315options CONFIG_NO_KPRINTF_STRINGS # <no_kprintf_str>
316
6d2010ae
A
317#
318# use finer-grained lock groups for the proc subsystem
319#
320options CONFIG_FINE_LOCK_GROUPS # <medium,large,xlarge>
321
fe8ab488 322
b7266188
A
323# support dynamic signing of code
324#
325options CONFIG_DYNAMIC_CODE_SIGNING # <dynamic_codesigning>
326
fe8ab488
A
327# enforce library validation on all processes.
328#
329options CONFIG_ENFORCE_LIBRARY_VALIDATION # <config_library_validation>
330
331#
332# code decryption... used on embedded for app protection, DSMOS on desktop
333#
3e170ce0 334options CONFIG_CODE_DECRYPTION # <config_code_decryption>
fe8ab488 335
d1ecb069
A
336#
337# User Content Protection, used on embedded
338#
3e170ce0 339options CONFIG_PROTECT # <config_protect>
d1ecb069 340
6d2010ae 341#
316670eb
A
342# enable per-process memory priority tracking
343#
3e170ce0 344options CONFIG_MEMORYSTATUS # <memorystatus>
316670eb
A
345
346#
347# enable jetsam - used on embedded
348#
3e170ce0
A
349options CONFIG_JETSAM # <jetsam>
350
39037602
A
351#
352# enable new link table implementation stats/debugging
353# (adds mesaureable overhead)
354#
355options CONFIG_LTABLE_STATS # <config_ltable_stats>
356options CONFIG_LTABLE_DEBUG # <config_ltable_debug>
357
3e170ce0
A
358#
359# enable new wait queue implementation stats / debugging
360#
361options CONFIG_WAITQ_STATS # <config_waitq_stats>
362options CONFIG_WAITQ_DEBUG # <config_waitq_debug>
316670eb
A
363
364#
365# enable freezing of suspended processes - used on embedded
6d2010ae 366#
3e170ce0 367options CONFIG_FREEZE # <freeze>
6d2010ae 368
3e170ce0 369options CHECK_CS_VALIDATION_BITMAP # <config_cs_validation_bitmap>
593a1d5f 370
fe8ab488
A
371#
372# enable detectiion of file cache thrashing - used on platforms with
373# dynamic VM compression enabled
374#
3e170ce0 375options CONFIG_PHANTOM_CACHE # <phantom_cache>
fe8ab488 376
316670eb
A
377#
378# memory pressure event support
316670eb
A
379#
380options VM_PRESSURE_EVENTS # <vm_pressure_events>
381
39037602
A
382options CONFIG_SECLUDED_MEMORY # <config_secluded_memory>
383
384options CONFIG_BACKGROUND_QUEUE # <config_background_queue>
385
fe8ab488
A
386#
387# I/O Scheduling
388#
389options CONFIG_IOSCHED # <config_iosched>
390
39037602
A
391#
392# Accounting for I/O usage
393#
394options CONFIG_IO_ACCOUNTING # <config_io_accounting>
395
39236c6e
A
396#
397# Enable inheritance of importance through specially marked mach ports and for file locks
398# For now debug is enabled wherever inheritance is
399#
400options IMPORTANCE_INHERITANCE # <importance_inheritance>
401options IMPORTANCE_DEBUG # <importance_inheritance>
402
3e170ce0 403options CONFIG_TELEMETRY # <config_telemetry>
39236c6e
A
404
405options CONFIG_PROC_UUID_POLICY # <config_proc_uuid_policy>
406
fe8ab488
A
407#
408# ECC data logging
409#
3e170ce0 410options CONFIG_ECC_LOGGING # <config_ecc_logging>
fe8ab488 411
39037602
A
412#
413# Application core dumps
414#
415options CONFIG_COREDUMP # <config_coredump>
416
1c79356b
A
417#
418# Ethernet (ARP)
419#
3e170ce0 420pseudo-device ether # <networking,inet,inet6>
1c79356b
A
421#
422# Network loopback device
423#
3e170ce0 424pseudo-device loop # <networking,inet,inet6>
1c79356b
A
425#
426# UCB pseudo terminal service
427#
2d21ac55
A
428pseudo-device pty 512 init pty_init # <xlarge>
429pseudo-device pty 256 init pty_init # <large>
430pseudo-device pty 128 init pty_init # <medium>
431pseudo-device pty 48 init pty_init # <small>
432pseudo-device pty 16 init pty_init # <xsmall>
433pseudo-device pty 8 init pty_init # <bsmall>
434#
435# Cloning pseudo terminal service
436#
437pseudo-device ptmx 1 init ptmx_init
9bccf70c
A
438
439#
440# vnode device
2d21ac55 441#
fe8ab488 442pseudo-device vndevice 4 init vndevice_init # <development,debug>
9bccf70c 443
55e303ae
A
444#
445# memory device
446pseudo-device mdevdevice 1 init mdevinit
447
9bccf70c 448#
1c79356b
A
449#
450# packet filter device
451#
39236c6e 452pseudo-device bpfilter 4 init bpf_init # <networking,inet,inet6>
1c79356b 453
91447636
A
454#
455# fsevents device
2d21ac55 456pseudo-device fsevents 1 init fsevents_init # <config_fse>
91447636 457
0b4e3aa0 458pseudo-device random 1 init random_init
2d21ac55
A
459pseudo-device dtrace 1 init dtrace_init # <config_dtrace>
460pseudo-device helper 1 init helper_init # <config_dtrace>
461pseudo-device lockstat 1 init lockstat_init # <config_dtrace>
462pseudo-device sdt 1 init sdt_init # <config_dtrace>
463pseudo-device systrace 1 init systrace_init # <config_dtrace>
464pseudo-device fbt 1 init fbt_init # <config_dtrace>
465pseudo-device profile_prvd 1 init profile_init # <config_dtrace>
fe8ab488
A
466
467#
468# IOKit configuration options
469#
470
471options HIBERNATION # system hibernation # <hibernation>
3e170ce0
A
472options IOKITCPP # C++ implementation # <iokitcpp>
473options IOKITSTATS # IOKit statistics # <iokitstats>
474options IOTRACKING # IOKit tracking # <iotracking>
475options CONFIG_SLEEP # # <config_sleep>
fe8ab488 476options CONFIG_MAX_THREADS=64 # IOConfigThread threads
3e170ce0
A
477options NO_KEXTD # <no_kextd>
478options NO_KERNEL_HID # <no_kernel_hid>
fe8ab488
A
479
480#
481# Libkern configuration options
482#
483
484options LIBKERNCPP # C++ implementation # <libkerncpp>
485options CONFIG_KXLD # kxld/runtime linking of kexts # <config_kxld>
486options CONFIG_KEC_FIPS # Kernel External Components for FIPS compliance (KEC_FIPS) # <config_kec_fips>
487
488# Note that when adding this config option to an architecture, one MUST
489# add the architecture to the preprocessor test at the beginning of
490# libkern/kmod/cplus_{start.c,stop.c}.
491options CONFIG_STATIC_CPPINIT # Static library initializes kext cpp runtime # <config_static_cppinit>
492
493#
494# libsa configuration options
495#
496
497# CONFIG_KEXT_BASEMENT - alloc post boot loaded kexts after prelinked kexts
498#
3e170ce0 499options CONFIG_KEXT_BASEMENT # # <config_kext_basement>
fe8ab488 500
490019cf
A
501#
502# Persona Management
503#
504options CONFIG_PERSONAS # Persona management # <config_personas>
505options PERSONA_DEBUG # Persona debugging # <persona_debug>
506
fe8ab488
A
507#
508# security configuration options
509#
510
3e170ce0 511options CONFIG_MACF # Mandatory Access Control Framework # <config_macf>
fe8ab488 512options CONFIG_MACF_SOCKET_SUBSET # MAC socket subest (no labels) # <config_macf>
3e170ce0
A
513#options CONFIG_MACF_SOCKET # MAC socket labels # <config_macf>
514#options CONFIG_MACF_NET # mbuf # <config_macf>
515#options CONFIG_MACF_DEBUG # debug # <config_macf>
fe8ab488 516
3e170ce0 517options CONFIG_AUDIT # Kernel auditing # <config_audit>
fe8ab488
A
518
519
520#
521# MACH configuration options.
522#
523# TASK_SWAPPER enables code that manages demand for physical memory by
524# forcibly suspending tasks when the demand exceeds supply. This
525# option should be on.
526#
fe8ab488
A
527options MACH_RT
528options TASK_SWAPPER # <task_swapper_disabled>
529
530#
531# This defines configuration options that are normally used only during
532# kernel code development and debugging. They add run-time error checks or
533# statistics gathering, which will slow down the system
534#
535##########################################################
536#
537# MACH_ASSERT controls the assert() and ASSERT() macros, used to verify the
538# consistency of various algorithms in the kernel. The performance impact
539# of this option is significant.
540#
541options MACH_ASSERT # # <mach_assert>
542#
543# MACH_DEBUG enables the mach_debug_server, a message interface used to
544# retrieve or control various statistics. This interface may expose data
545# structures that would not normally be allowed outside the kernel, and
546# MUST NOT be enabled on a released configuration.
547# Other options here enable information retrieval for specific subsystems
548#
549options MACH_DEBUG # IPC debugging interface # <mdebug>
550options MACH_IPC_DEBUG # Enable IPC debugging calls # <ipc_debug>
3e170ce0 551options MACH_VM_DEBUG # # <debug>
fe8ab488
A
552#
553# MACH_MP_DEBUG control the possible dead locks that may occur by controlling
554# that IPL level has been raised down to SPL0 after some calls to
555# hardclock device driver.
556#
3e170ce0 557options MACH_MP_DEBUG # # <debug>
fe8ab488
A
558#
559# ZONE_DEBUG keeps track of all zalloc()ed elements to perform further
560# operations on each element.
561#
562options ZONE_DEBUG # # <debug>
563
564options CONFIG_ZLEAKS # Live zone leak debugging # <zleaks>
565
fe8ab488
A
566#
567# CONFIG_TASK_ZONE_INFO allows per-task zone information to be extracted
568# Primarily useful for xnu debug and development.
569#
570options CONFIG_TASK_ZONE_INFO # <task_zone_info>
571#
572# CONFIG_DEBUGGER_FOR_ZONE_INFO restricts zone info so that it is only
573# available when the kernel is being debugged.
574#
575options CONFIG_DEBUGGER_FOR_ZONE_INFO # <debugger_for_zone_info>
576#
577# XPR_DEBUG enables the gathering of data through the XPR macros inserted
578# into various subsystems. This option is normally only enabled for
579# specific performance or behavior studies, as the overhead in both
580# code and data space is large. The data is normally retrieved through
581# the kernel debugger (kdb) or by reading /dev/kmem.
582#
583options XPR_DEBUG # # <debug>
584#
585# MACH_LDEBUG controls the internal consistency checks and
586# data gathering in the locking package. This also enables a debug-only
587# version of simple-locks on uniprocessor machines. The code size and
588# performance impact of this option is significant.
589#
590options MACH_LDEBUG # # <debug>
591
592#
593# configuration option for full, partial, or no kernel debug event tracing
594#
595options KDEBUG # kernel tracing # <kdebug>
596options IST_KDEBUG # limited tracing # <ist_kdebug>
3e170ce0 597options NO_KDEBUG # no kernel tracing # <no_kdebug>
fe8ab488
A
598
599#
600# CONFIG_DTRACE enables code needed to support DTrace. Currently this is
601# only used for delivery of traps/interrupts to DTrace.
602#
3e170ce0 603options CONFIG_DTRACE # # <config_dtrace>
fe8ab488
A
604
605# kernel performance tracing
606options KPERF # <kperf>
607options KPC # <kpc>
608
609# MACH_COUNTERS enables code that handles various counters in the system.
610#
3e170ce0 611options MACH_COUNTERS # # <debug>
fe8ab488
A
612
613# DEVELOPMENT define for development builds
3e170ce0 614options DEVELOPMENT # dev kernel # <development>
fe8ab488
A
615
616# DEBUG kernel
3e170ce0 617options DEBUG # general debugging code # <debug>
fe8ab488
A
618
619##########################################################
620#
621# This defines configuration options that are normally used only during
622# kernel code development and performance characterization. They add run-time
623# statistics gathering, which will slow down the system,
624#
625##########################################################
626#
627# MACH_IPC_STATS controls the collection of statistics in the MACH IPC
628# subsystem.
629#
630#options MACH_IPC_STATS
631#
632# MACH_CLUSTER_STATS controls the collection of various statistics concerning
633# the effectiveness and behavior of the clustered pageout and pagein
634# code.
635#
636#options MACH_CLUSTER_STATS
637
638options MACH_BSD # BSD subsystem on top of Mach # <mach_bsd>
639options IOKIT # # <iokit>
640
641#
642# configurable kernel related resources (CONFIG_THREAD_MAX needs to stay in
643# sync with bsd/conf/MASTER until we fix the config system... todo XXX
644#
645options CONFIG_THREAD_MAX=2560 # <medium,large,xlarge>
646options CONFIG_THREAD_MAX=1536 # <small,xsmall>
647options CONFIG_THREAD_MAX=1024 # <bsmall>
648
649options CONFIG_TASK_MAX=1024 # <medium,large,xlarge>
650options CONFIG_TASK_MAX=768 # <small,>
651options CONFIG_TASK_MAX=512 # <xsmall,bsmall>
652
653options CONFIG_ZONE_MAP_MIN=12582912 # <medium,large,xlarge>
654options CONFIG_ZONE_MAP_MIN=6291456 # <small>
655options CONFIG_ZONE_MAP_MIN=1048576 # <xsmall,bsmall>
656
657# Sizes must be a power of two for the zhash to
658# be able to just mask off bits instead of mod
659options CONFIG_ZLEAK_ALLOCATION_MAP_NUM=16384 #<medium,large,xlarge>
660options CONFIG_ZLEAK_ALLOCATION_MAP_NUM=8192 #<small,xsmall,bsmall>
661options CONFIG_ZLEAK_TRACE_MAP_NUM=8192 #<medium,large,xlarge>
662options CONFIG_ZLEAK_TRACE_MAP_NUM=4096 #<small,xsmall,bsmall>
663
664# vc_progress_white - make the progress gear white instead of black
665options CONFIG_VC_PROGRESS_WHITE # <vc_progress_white>
666
fe8ab488
A
667#
668# Timeshare scheduler implementations
669#
670options CONFIG_SCHED_TRADITIONAL # <config_sched_traditional>
671options CONFIG_SCHED_PROTO # <config_sched_proto>
672options CONFIG_SCHED_GRRR # <config_sched_grrr>
673options CONFIG_SCHED_GRRR_CORE # <config_sched_grrr>
674options CONFIG_SCHED_MULTIQ # <config_sched_multiq>
675options CONFIG_SCHED_TIMESHARE_CORE # <config_sched_traditional,config_sched_multiq>
fe8ab488 676
3e170ce0
A
677options CONFIG_SCHED_IDLE_IN_PLACE # <config_sched_idle_in_place>
678options CONFIG_SCHED_SFI # <config_sched_sfi>
fe8ab488 679options CONFIG_GZALLOC # <config_gzalloc>
3e170ce0 680options CONFIG_SCHED_DEFERRED_AST # <config_sched_deferred_ast>
fe8ab488
A
681
682# Enable allocation of contiguous physical memory through vm_map_enter_cpm()
3e170ce0 683options VM_CPM # <vm_cpm>
fe8ab488 684
3e170ce0 685options CONFIG_SKIP_PRECISE_USER_KERNEL_TIME # <config_skip_precise_user_kernel_time>
fe8ab488
A
686
687#
688# Switch to disable cpu, wakeup and high memory watermark monitors
689#
3e170ce0 690options CONFIG_NOMONITORS # <config_nomonitors>
fe8ab488 691
3e170ce0
A
692options MACH_KDP # KDP # <mach_kdp>
693options CONFIG_SERIAL_KDP # KDP over serial # <config_serial_kdp>
fe8ab488
A
694options CONFIG_KDP_INTERACTIVE_DEBUGGING # <kdp_interactive_debugging>
695
3e170ce0
A
696#
697# Kernel Power On Self Tests
698#
699options CONFIG_XNUPOST # <config_xnupost>
700
701#
702# Kernel proc reference instrumentation
703#
704options PROC_REF_DEBUG # <proc_ref_debug>
705
39037602
A
706#
707# Kernel OS reason debug instrumentation
708#
709options OS_REASON_DEBUG # <os_reason_debug>
710
fe8ab488
A
711#
712# Kernel Voucher Attr Manager for Activity Trace
713#
3e170ce0 714options CONFIG_ATM # <config_atm>
fe8ab488
A
715
716#
717# Kernel Voucher Attr Manager for BANK
718#
3e170ce0 719options CONFIG_BANK # <config_bank>
fe8ab488
A
720
721
722# Group related tasks together into coalitions
723options CONFIG_COALITIONS # <config_coalitions>
724
3e170ce0
A
725# Enable support for sysdiagnose notifications
726options CONFIG_SYSDIAGNOSE # <config_sysdiagnose>
727
fe8ab488 728# Configurable Security Restrictions
3e170ce0 729options CONFIG_CSR # <config_csr>
fe8ab488
A
730
731#
732# Console options
733#
734options SERIAL_CONSOLE # bi-directional serial over UART
735options VIDEO_CONSOLE # uni-directional output over framebuffer
736
737#
738# Syscall options
739#
740options CONFIG_REQUIRES_U32_MUNGING # incoming U32 argument structures must be munged to match U64 # <config_requires_u32_munging>