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