1# 2# Mach Operating System 3# Copyright (c) 1986 Carnegie-Mellon University 4# Copyright 2001-2018 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 Apple configuration file (see the master machine independent 12# configuration file for a description of the file format). 13# 14###################################################################### 15# 16# Standard Apple OS Configurations: 17# -------- ----- -- --------------- 18# 19# KERNEL_BASE = [ arm xsmall msgb_small config_embedded config_enforce_signed_code config_code_signature_reconstitution config_darkboot ARM_EXTRAS_BASE ] 20# KERNEL_RELEASE = [ KERNEL_BASE ] 21# KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_ext_paniclog ] 22# KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_workloop_debug config_ext_paniclog ] 23# BSD_BASE = [ mach_bsd psynch config_proc_uuid_policy config_imageboot config_imageboot_img4 ] 24# BSD_RELEASE = [ BSD_BASE no_printf_str no_kprintf_str secure_kernel ] 25# BSD_DEV = [ BSD_BASE config_imgsrc_access config_coredump pgo config_vnguard ] 26# BSD_DEBUG = [ BSD_BASE config_imgsrc_access config_coredump pgo config_vnguard ] 27# FILESYS_BASE = [ devfs fifo fs_compression config_mnt_rootsnap config_protect config_fse routefs namedstreams bindfs] 28# FILESYS_RELEASE= [ FILESYS_BASE ] 29# FILESYS_DEV = [ FILESYS_BASE config_union_mounts fdesc ] 30# FILESYS_DEBUG = [ FILESYS_BASE config_union_mounts fdesc ] 31# NFS_DEV = [ nfsserver ] 32# SKYWALK_BASE = [ skywalk config_nexus_user_pipe config_nexus_kernel_pipe config_nexus_monitor config_nexus_flowswitch config_nexus_netif ] 33# SKYWALK_RELEASE = [ SKYWALK_BASE ] 34# SKYWALK_DEV = [ SKYWALK_BASE ] 35# SKYWALK_DEBUG = [ SKYWALK_BASE ] 36# NETWORKING = [ inet bpfilter if_bridge traffic_mgt dummynet ah_all_crypto if_fake if_redirect ] 37# NETWORKING_RELEASE = [ NETWORKING ] 38# NETWORKING_DEV = [ NETWORKING_RELEASE if_headless ] 39# NETWORKING_DEBUG = [ NETWORKING_DEV ] 40# VPN = [ ipsec flow_divert necp content_filter ] 41# PF_RELEASE = [ pf ] 42# PF_DEV = [ PF_RELEASE pflog ] 43# PF_DEBUG = [ PF_DEV ] 44# MULTIPATH = [ multipath mptcp ] 45# IOKIT_BASE = [ iokit iokitcpp no_kernel_hid config_sleep ] 46# IOKIT_RELEASE = [ IOKIT_BASE ] 47# IOKIT_DEV = [ IOKIT_BASE iokitstats iotracking ] 48# IOKIT_DEBUG = [ IOKIT_BASE iokitstats iotracking ] 49# LIBKERN_BASE = [ libkerncpp config_blocks config_kec_fips zlib crypto_sha2 config_img4 ] 50# LIBKERN_RELEASE =[ LIBKERN_BASE ] 51# LIBKERN_DEV = [ LIBKERN_BASE iotracking ] 52# LIBKERN_DEBUG = [ LIBKERN_BASE iotracking ] 53# PERF_DBG_BASE = [ mach_kdp config_serial_kdp kperf config_cpu_counters ] 54# PERF_DBG_RELEASE=[ PERF_DBG_BASE ist_kdebug ] 55# PERF_DBG_DEV = [ PERF_DBG_BASE config_dtrace zleaks kdp_interactive_debugging sched_hygiene_debug ] 56# PERF_DBG_DEBUG = [ PERF_DBG_BASE config_dtrace zleaks kdp_interactive_debugging sched_hygiene_debug ] 57# MACH_BASE = [ mach vc_progress_white importance_inheritance config_atm config_coalitions config_library_validation config_iosched config_telemetry config_sysdiagnose config_quiesce_counter phys_write_acct config_io_compression_stats config_ledger_interval_max ] 58# MACH_RELEASE = [ MACH_BASE config_skip_precise_user_kernel_time debugger_for_zone_info ] 59# MACH_DEV = [ MACH_BASE config_io_accounting importance_trace config_service_port_info ] 60# MACH_DEBUG = [ MACH_BASE config_io_accounting importance_trace importance_debug config_service_port_info ] 61# SCHED_BASE = [ config_sched_timeshare_core config_taskwatch ] 62# SCHED_RELEASE = [ SCHED_BASE ] 63# SCHED_DEV = [ SCHED_BASE ] 64# SCHED_DEBUG = [ SCHED_BASE ] 65# VM_BASE = [ vm_pressure_events jetsam memorystatus config_code_decryption config_cs_validation_bitmap ] 66# VM_RELEASE = [ VM_BASE ] 67# VM_DEV = [ VM_BASE dynamic_codesigning pgzalloc ] 68# VM_DEBUG = [ VM_BASE dynamic_codesigning pgzalloc ] 69# SECURITY_BASE = [ config_macf config_secure_bsd_root ] 70# SECURITY_RELEASE = [ SECURITY_BASE ] 71# SECURITY_DEV = [ SECURITY_BASE config_setuid config_kas_info ] 72# SECURITY_DEBUG = [ SECURITY_BASE config_setuid config_kas_info ] 73# BASE = [ MULTIPATH VPN ] 74# RELEASE = [ BASE KERNEL_RELEASE BSD_RELEASE FILESYS_RELEASE SKYWALK_RELEASE NETWORKING_RELEASE PF_RELEASE IOKIT_RELEASE LIBKERN_RELEASE PERF_DBG_RELEASE MACH_RELEASE SCHED_RELEASE VM_RELEASE SECURITY_RELEASE ] 75# DEVELOPMENT = [ BASE KERNEL_DEV BSD_DEV FILESYS_DEV NFS_DEV SKYWALK_DEV NETWORKING_DEV PF_DEV IOKIT_DEV LIBKERN_DEV PERF_DBG_DEV MACH_DEV SCHED_DEV VM_DEV SECURITY_DEV ] 76# DEBUG = [ BASE KERNEL_DEBUG BSD_DEBUG FILESYS_DEBUG SKYWALK_DEBUG NETWORKING_DEBUG PF_DEBUG IOKIT_DEBUG LIBKERN_DEBUG PERF_DBG_DEBUG MACH_DEBUG SCHED_DEBUG VM_DEBUG SECURITY_DEBUG ] 77# 78###################################################################### 79# 80machine "arm" # <arm> 81 82makeoptions OSFMK_MACHINE = "arm" # <mach> 83 84options COUNT_SYSCALLS # count bsd system calls # <countcalls> 85 86options TRASH_VFP_ON_SAVE # <debug,trash_vfp> 87 88options CONFIG_VNODES=1024 # <xsmall> 89 90options CONFIG_FREEZE_SUSPENDED_MIN=4 # <xsmall> 91 92options CONFIG_MACH_APPROXIMATE_TIME 93