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 = [ intel medium msgb_large config_requires_u32_munging config_delay_idle_sleep config_proc_udata_storage vsprintf ] 20# KERNEL_RELEASE = [ KERNEL_BASE ] 21# KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc_resource_limits ] 22# KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_workloop_debug config_proc_resource_limits ] 23# BSD_BASE = [ mach_bsd sysv_sem sysv_msg sysv_shm config_netboot config_imageboot config_imageboot_chunklist psynch config_proc_uuid_policy config_coredump pgo config_personas ] 24# BSD_RELEASE = [ BSD_BASE ] 25# BSD_DEV = [ BSD_BASE config_vnguard ] 26# BSD_DEBUG = [ BSD_BASE config_vnguard ] 27# FILESYS_BASE = [ devfs fdesc config_dev_kmem config_fse quota namedstreams config_mnt_rootsnap config_rosv_startup config_mount_vm config_mount_prebootrecovery config_basesystemroot config_keypage_wp config_protect fifo config_volfs fs_compression config_imgsrc_access config_triggers config_ext_resolver config_searchfs config_appledouble nullfs config_mnt_suid config_firmlinks config_dataless_files config_union_mounts bindfs config_file_leases] 28# FILESYS_RELEASE= [ FILESYS_BASE ] 29# FILESYS_DEV = [ FILESYS_BASE config_iocount_trace ] 30# FILESYS_DEBUG = [ FILESYS_BASE config_iocount_trace ] 31# NFS = [ 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 dummynet traffic_mgt sendfile ah_all_crypto bond vlan gif stf ifnet_input_chk config_mbuf_jumbo if_bridge MULTIPATH if_fake if_redirect remote_vif config_mbuf_mcache ] 37# NETWORKING_RELEASE = [ NETWORKING ] 38# NETWORKING_DEV = [ NETWORKING_RELEASE packet_mangler if_headless kctl_test ] 39# NETWORKING_DEBUG = [ NETWORKING_DEV ] 40# VPN = [ ipsec flow_divert necp content_filter ] 41# PF = [ pf pflog ] 42# MULTIPATH = [ multipath mptcp ] 43# IOKIT_BASE = [ iokit iokitcpp hibernation config_sleep iokitstats hypervisor ] 44# IOKIT_RELEASE = [ IOKIT_BASE ] 45# IOKIT_DEV = [ IOKIT_BASE iotracking ] 46# IOKIT_DEBUG = [ IOKIT_BASE iotracking ] 47# LIBKERN_BASE = [ libkerncpp config_blocks config_kec_fips crypto_sha2 config_img4 ] 48# LIBKERN_RELEASE =[ LIBKERN_BASE zlib ] 49# LIBKERN_DEV = [ LIBKERN_BASE zlib iotracking ] 50# LIBKERN_DEBUG = [ LIBKERN_BASE zlib iotracking ] 51# PERF_DBG_BASE = [ config_dtrace mach_kdp config_serial_kdp kdp_interactive_debugging config_kdp_coredump_encryption config_cpu_counters config_pervasive_cpi kperf zleaks ] 52# PERF_DBG_RELEASE=[ PERF_DBG_BASE ] 53# PERF_DBG_DEV =[ PERF_DBG_BASE lock_stats config_iotrace ] 54# PERF_DBG_DEBUG = [ PERF_DBG_BASE lock_stats config_iotrace ] 55# PARAVIRT_BASE = [ config_pv_ticket ] 56# MACH_BASE = [ mach config_kext_basement config_mca config_vmx config_mtrr config_lapic config_telemetry importance_inheritance config_atm config_coalitions hypervisor config_iosched config_sysdiagnose config_mach_bridge_send_time copyout_shim phys_write_acct config_user_notification config_service_port_info config_voucher_deprecated PARAVIRT_BASE config_ledger_interval_max ] 57# MACH_RELEASE = [ MACH_BASE ] 58# MACH_DEV = [ MACH_BASE importance_trace config_task_suspend_stats ] 59# MACH_DEBUG = [ MACH_BASE importance_trace importance_debug config_task_suspend_stats ] 60# SCHED_BASE = [ config_sched_timeshare_core config_sched_sfi config_sched_smt ] 61# SCHED_RELEASE = [ SCHED_BASE ] 62# SCHED_DEV = [ SCHED_BASE ] 63# SCHED_DEBUG = [ SCHED_BASE ] 64# VM_BASE = [ vm_pressure_events memorystatus dynamic_codesigning config_code_decryption encrypted_swap config_deferred_reclaim ] 65# VM_DEBUG = [ VM_BASE pgzalloc ] 66# VM_DEV = [ VM_BASE pgzalloc ] 67# VM_RELEASE = [ VM_BASE pgzalloc ] 68# VM_KASAN = [ VM_BASE config_kasan config_ubsan config_kcov config_ksancov ] 69# SECURITY = [ config_macf config_audit config_csr config_arcade config_setuid config_kas_info ] 70# BASE = [ PF VPN SECURITY NFS ] 71# RELEASE = [ BASE KERNEL_RELEASE BSD_RELEASE FILESYS_RELEASE SKYWALK_RELEASE NETWORKING_RELEASE IOKIT_RELEASE LIBKERN_RELEASE PERF_DBG_RELEASE MACH_RELEASE SCHED_RELEASE VM_RELEASE ] 72# DEVELOPMENT = [ BASE KERNEL_DEV BSD_DEV FILESYS_DEV SKYWALK_DEV NETWORKING_DEV IOKIT_DEV LIBKERN_DEV PERF_DBG_DEV MACH_DEV SCHED_DEV VM_DEV ] 73# DEBUG = [ BASE KERNEL_DEBUG BSD_DEBUG FILESYS_DEBUG SKYWALK_DEBUG NETWORKING_DEBUG IOKIT_DEBUG LIBKERN_DEBUG PERF_DBG_DEBUG MACH_DEBUG SCHED_DEBUG VM_DEBUG ] 74# KASAN = [ BASE KERNEL_DEV BSD_DEV FILESYS_DEV SKYWALK_DEV NETWORKING_DEV IOKIT_DEV LIBKERN_DEV PERF_DBG_DEV MACH_DEV SCHED_DEV VM_KASAN ] 75# 76###################################################################### 77# 78machine "x86_64" # <intel> 79 80makeoptions OSFMK_MACHINE = "x86_64" # <mach> 81 82options PAL_I386 83 84options CONFIG_MCA # Machine Check Architecture # <config_mca> 85options CONFIG_VMX # Virtual Machine Extensions # <config_vmx> 86options CONFIG_MTRR # Memory Type Range Registers # <config_mtrr> 87options CONFIG_MACF_LAZY_VNODE_LABELS # Turn on labels, don't preallocate 88 89options NO_NESTED_PMAP # <no_nested_pmap> 90 91options HYPERVISOR # Apple hypervisor kext support # <hypervisor> 92 93options CONFIG_MACH_APPROXIMATE_TIME 94 95options CONFIG_SCHED_SMT # SMT-aware scheduler policies # <config_sched_smt> 96