1*5c2921b0SApple OSS Distributions# 2*5c2921b0SApple OSS Distributions# Mach Operating System 3*5c2921b0SApple OSS Distributions# Copyright (c) 1986 Carnegie-Mellon University 4*5c2921b0SApple OSS Distributions# Copyright 2001-2018 Apple Inc. 5*5c2921b0SApple OSS Distributions# 6*5c2921b0SApple OSS Distributions# All rights reserved. The CMU software License Agreement 7*5c2921b0SApple OSS Distributions# specifies the terms and conditions for use and redistribution. 8*5c2921b0SApple OSS Distributions# 9*5c2921b0SApple OSS Distributions###################################################################### 10*5c2921b0SApple OSS Distributions# 11*5c2921b0SApple OSS Distributions# Master Apple configuration file (see the master machine independent 12*5c2921b0SApple OSS Distributions# configuration file for a description of the file format). 13*5c2921b0SApple OSS Distributions# 14*5c2921b0SApple OSS Distributions###################################################################### 15*5c2921b0SApple OSS Distributions# 16*5c2921b0SApple OSS Distributions# Standard Apple OS Configurations: 17*5c2921b0SApple OSS Distributions# -------- ----- -- --------------- 18*5c2921b0SApple OSS Distributions# 19*5c2921b0SApple OSS Distributions# KERNEL_BASE = [ intel medium msgb_large config_requires_u32_munging config_delay_idle_sleep config_proc_udata_storage vsprintf ] 20*5c2921b0SApple OSS Distributions# KERNEL_RELEASE = [ KERNEL_BASE ] 21*5c2921b0SApple OSS Distributions# KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug config_proc_resource_limits ] 22*5c2921b0SApple OSS Distributions# KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_waitq_stats config_workloop_debug config_proc_resource_limits ] 23*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# BSD_RELEASE = [ BSD_BASE ] 25*5c2921b0SApple OSS Distributions# BSD_DEV = [ BSD_BASE config_vnguard ] 26*5c2921b0SApple OSS Distributions# BSD_DEBUG = [ BSD_BASE config_vnguard ] 27*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# FILESYS_RELEASE= [ FILESYS_BASE ] 29*5c2921b0SApple OSS Distributions# FILESYS_DEV = [ FILESYS_BASE config_iocount_trace ] 30*5c2921b0SApple OSS Distributions# FILESYS_DEBUG = [ FILESYS_BASE config_iocount_trace ] 31*5c2921b0SApple OSS Distributions# NFS = [ nfsserver ] 32*5c2921b0SApple OSS Distributions# SKYWALK_BASE = [ skywalk config_nexus_user_pipe config_nexus_kernel_pipe config_nexus_monitor config_nexus_flowswitch config_nexus_netif ] 33*5c2921b0SApple OSS Distributions# SKYWALK_RELEASE = [ SKYWALK_BASE ] 34*5c2921b0SApple OSS Distributions# SKYWALK_DEV = [ SKYWALK_BASE ] 35*5c2921b0SApple OSS Distributions# SKYWALK_DEBUG = [ SKYWALK_BASE ] 36*5c2921b0SApple OSS Distributions# 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 remote_vif ] 37*5c2921b0SApple OSS Distributions# NETWORKING_RELEASE = [ NETWORKING ] 38*5c2921b0SApple OSS Distributions# NETWORKING_DEV = [ NETWORKING_RELEASE packet_mangler if_headless ] 39*5c2921b0SApple OSS Distributions# NETWORKING_DEBUG = [ NETWORKING_DEV ] 40*5c2921b0SApple OSS Distributions# VPN = [ ipsec flow_divert necp content_filter ] 41*5c2921b0SApple OSS Distributions# PF = [ pf pflog ] 42*5c2921b0SApple OSS Distributions# MULTIPATH = [ multipath mptcp ] 43*5c2921b0SApple OSS Distributions# IOKIT_BASE = [ iokit iokitcpp hibernation config_sleep iokitstats hypervisor ] 44*5c2921b0SApple OSS Distributions# IOKIT_RELEASE = [ IOKIT_BASE ] 45*5c2921b0SApple OSS Distributions# IOKIT_DEV = [ IOKIT_BASE iotracking ] 46*5c2921b0SApple OSS Distributions# IOKIT_DEBUG = [ IOKIT_BASE iotracking ] 47*5c2921b0SApple OSS Distributions# LIBKERN_BASE = [ libkerncpp config_blocks config_kec_fips crypto_sha2 config_img4 ] 48*5c2921b0SApple OSS Distributions# LIBKERN_RELEASE =[ LIBKERN_BASE zlib ] 49*5c2921b0SApple OSS Distributions# LIBKERN_DEV = [ LIBKERN_BASE zlib iotracking ] 50*5c2921b0SApple OSS Distributions# LIBKERN_DEBUG = [ LIBKERN_BASE zlib iotracking ] 51*5c2921b0SApple OSS Distributions# PERF_DBG_BASE = [ config_dtrace mach_kdp config_serial_kdp kdp_interactive_debugging config_kdp_coredump_encryption kperf kpc zleaks MONOTONIC_BASE ] 52*5c2921b0SApple OSS Distributions# PERF_DBG_RELEASE=[ PERF_DBG_BASE ] 53*5c2921b0SApple OSS Distributions# PERF_DBG_DEV =[ PERF_DBG_BASE lock_stats config_iotrace ] 54*5c2921b0SApple OSS Distributions# PERF_DBG_DEBUG = [ PERF_DBG_BASE lock_stats config_iotrace ] 55*5c2921b0SApple OSS Distributions# PARAVIRT_BASE = [ config_pv_ticket ] 56*5c2921b0SApple OSS Distributions# 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 ] 57*5c2921b0SApple OSS Distributions# MACH_RELEASE = [ MACH_BASE ] 58*5c2921b0SApple OSS Distributions# MACH_DEV = [ MACH_BASE importance_trace config_ledger_interval_max ] 59*5c2921b0SApple OSS Distributions# MACH_DEBUG = [ MACH_BASE importance_trace config_ledger_interval_max importance_debug ] 60*5c2921b0SApple OSS Distributions# SCHED_BASE = [ config_sched_traditional config_sched_multiq config_sched_sfi ] 61*5c2921b0SApple OSS Distributions# SCHED_RELEASE = [ SCHED_BASE ] 62*5c2921b0SApple OSS Distributions# SCHED_DEV = [ SCHED_BASE ] 63*5c2921b0SApple OSS Distributions# SCHED_DEBUG = [ SCHED_BASE config_sched_grrr config_sched_proto ] 64*5c2921b0SApple OSS Distributions# VM_BASE = [ vm_pressure_events memorystatus dynamic_codesigning config_code_decryption encrypted_swap config_deferred_reclaim ] 65*5c2921b0SApple OSS Distributions# VM_DEBUG = [ VM_BASE pgzalloc ] 66*5c2921b0SApple OSS Distributions# VM_DEV = [ VM_BASE pgzalloc ] 67*5c2921b0SApple OSS Distributions# VM_RELEASE = [ VM_BASE pgzalloc ] 68*5c2921b0SApple OSS Distributions# VM_KASAN = [ VM_BASE config_kasan config_ubsan config_kcov config_ksancov ] 69*5c2921b0SApple OSS Distributions# SECURITY = [ config_macf config_audit config_csr config_arcade config_setuid config_kas_info ] 70*5c2921b0SApple OSS Distributions# BASE = [ PF VPN SECURITY NFS ] 71*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# 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*5c2921b0SApple OSS Distributions# 76*5c2921b0SApple OSS Distributions###################################################################### 77*5c2921b0SApple OSS Distributions# 78*5c2921b0SApple OSS Distributionsmachine "x86_64" # <intel> 79*5c2921b0SApple OSS Distributions 80*5c2921b0SApple OSS Distributionsmakeoptions OSFMK_MACHINE = "x86_64" # <mach> 81*5c2921b0SApple OSS Distributions 82*5c2921b0SApple OSS Distributionsoptions PAL_I386 83*5c2921b0SApple OSS Distributions 84*5c2921b0SApple OSS Distributionsoptions CONFIG_MCA # Machine Check Architecture # <config_mca> 85*5c2921b0SApple OSS Distributionsoptions CONFIG_VMX # Virtual Machine Extensions # <config_vmx> 86*5c2921b0SApple OSS Distributionsoptions CONFIG_MTRR # Memory Type Range Registers # <config_mtrr> 87*5c2921b0SApple OSS Distributionsoptions CONFIG_MACF_LAZY_VNODE_LABELS # Turn on labels, don't preallocate 88*5c2921b0SApple OSS Distributions 89*5c2921b0SApple OSS Distributionsoptions NO_NESTED_PMAP # <no_nested_pmap> 90*5c2921b0SApple OSS Distributions 91*5c2921b0SApple OSS Distributionsoptions HYPERVISOR # Apple hypervisor kext support # <hypervisor> 92*5c2921b0SApple OSS Distributions 93*5c2921b0SApple OSS Distributionsoptions CONFIG_MACH_APPROXIMATE_TIME 94