]> git.saurik.com Git - apple/xnu.git/blame - config/MASTER.x86_64
xnu-2782.20.48.tar.gz
[apple/xnu.git] / config / MASTER.x86_64
CommitLineData
fe8ab488
A
1#
2# Mach Operating System
3# Copyright (c) 1986 Carnegie-Mellon University
4# Copyright 2001-2013 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 config_requires_u32_munging ]
20# KERNEL_RELEASE = [ KERNEL_BASE ]
21# KERNEL_DEV = [ KERNEL_BASE development mach_assert ]
22# KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert ]
23# BSD = [ mach_bsd sysv_sem sysv_msg sysv_shm config_imageboot config_workqueue psynch config_proc_uuid_policy ]
24# FILESYS = [ devfs hfs journaling fdesc config_dev_kmem config_fse quota namedstreams fifo config_volfs hfs_compression config_hfs_std config_hfs_alloc_rbtree config_hfs_trim config_imgsrc_access config_triggers config_ext_resolver config_searchfs config_hfs_dirlink config_appledouble ]
25# NFS = [ nfsclient nfsserver ]
26# NETWORKING = [ inet inet6 ipv6send tcpdrop_synfin bpfilter ipdivert ipfirewall ipv6firewall ipfw2 dummynet traffic_mgt sendfile ah_all_crypto bond vlan gif stf ifnet_input_chk config_mbuf_jumbo if_bridge ipcomp_zlib MULTIPATH packet_mangler ]
27# VPN = [ ipsec flow_divert necp content_filter ]
28# PF = [ pf pflog ]
29# PKTSCHED = [ pktsched_cbq pktsched_fairq pktsched_hfsc pktsched_priq ]
30# CLASSQ = [ classq_blue classq_red classq_rio ]
31# MULTIPATH = [ multipath mptcp ]
32# IOKIT = [ iokit iokitcpp hibernation config_sleep iokitstats hypervisor ]
33# LIBKERN = [ libkerncpp config_kxld config_kec_fips zlib crypto_sha2 ]
34# PERF_DBG = [ config_dtrace mach_kdp config_serial_kdp kdp_interactive_debugging kperf kpc config_counters zleaks config_gzalloc ]
35# MACH_BASE = [ mach config_kext_basement mdebug ipc_debug config_mca config_vmx config_mtrr config_lapic config_telemetry importance_inheritance config_atm config_bank config_coalitions hypervisor config_iosched ]
36# MACH_RELEASE = [ MACH_BASE ]
37# MACH_DEV = [ MACH_BASE task_zone_info ]
38# MACH_DEBUG = [ MACH_BASE task_zone_info ]
39# SCHED_BASE = [ config_sched_traditional config_sched_multiq ]
40# SCHED_RELEASE = [ SCHED_BASE ]
41# SCHED_DEV = [ SCHED_BASE ]
42# SCHED_DEBUG = [ SCHED_BASE config_sched_grrr config_sched_proto ]
43# VM = [ vm_pressure_events memorystatus dynamic_codesigning config_code_decryption encrypted_swap phantom_cache]
44# SECURITY = [ config_macf config_audit config_csr ]
45# RELEASE = [ KERNEL_RELEASE BSD FILESYS NFS NETWORKING PF VPN IOKIT LIBKERN PERF_DBG MACH_RELEASE SCHED_RELEASE VM SECURITY ]
46# DEVELOPMENT = [ KERNEL_DEV BSD FILESYS NFS NETWORKING PF VPN IOKIT LIBKERN PERF_DBG MACH_DEV SCHED_DEV VM SECURITY ]
47# DEBUG = [ KERNEL_DEBUG BSD FILESYS NFS NETWORKING PF VPN IOKIT LIBKERN PERF_DBG MACH_DEBUG SCHED_DEBUG VM SECURITY ]
48#
49######################################################################
50#
51machine "x86_64" # <intel>
52
53makeoptions OSFMK_MACHINE = "x86_64" # <mach>
54
55options PAL_I386
56
57options CONFIG_MCA # Machine Check Architecture # <config_mca>
58options CONFIG_VMX # Virtual Machine Extensions # <config_vmx>
59options CONFIG_MTRR # Memory Type Range Registers # <config_mtrr>
60
61options NO_NESTED_PMAP # <no_nested_pmap>
62
63options HYPERVISOR # Apple hypervisor kext support # <hypervisor>
64
65options CONFIG_MACH_APPROXIMATE_TIME