]> git.saurik.com Git - apple/xnu.git/blame - config/MASTER.arm64.bcm2837
xnu-4903.231.4.tar.gz
[apple/xnu.git] / config / MASTER.arm64.bcm2837
CommitLineData
d9a64523
A
1#
2# Mach Operating System
3# Copyright (c) 1986 Carnegie-Mellon University
4# Copyright 2001-2016 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 = [ arm64 xsmall config_embedded config_requires_u32_munging config_zcache ]
20# KERNEL_RELEASE = [ KERNEL_BASE ]
21# KERNEL_DEV = [ KERNEL_BASE development mach_assert config_xnupost proc_ref_debug os_reason_debug pgtrace ]
22# KERNEL_DEBUG = [ KERNEL_BASE debug mach_assert config_xnupost config_ltable_stats config_ltable_debug config_waitq_stats config_workloop_debug config_waitq_debug pgtrace ]
23# BSD_BASE = [ mach_bsd config_workqueue psynch config_proc_uuid_policy config_personas ]
24# BSD_RELEASE = [ BSD_BASE no_printf_str no_kprintf_str secure_kernel ]
25# BSD_DEV = [ BSD_BASE config_imageboot config_coredump pgo config_vnguard ]
26# BSD_DEBUG = [ BSD_BASE config_imageboot config_coredump pgo config_vnguard ]
27# FILESYS_BASE = [ devfs fifo fs_compression config_mnt_rootsnap config_protect config_fse routefs quota namedstreams ]
28# FILESYS_RELEASE= [ FILESYS_BASE ]
29# FILESYS_DEV = [ FILESYS_BASE fdesc ]
30# FILESYS_DEBUG = [ FILESYS_BASE fdesc ]
31# NFS = [ nfsclient nfsserver ]
e8c3f781
A
32# NETWORKING = [ inet tcpdrop_synfin bpfilter inet6 ipv6send if_bridge traffic_mgt dummynet ah_all_crypto if_fake ]
33# NETWORKING_RELEASE = [ NETWORKING ]
34# NETWORKING_DEV = [ NETWORKING_RELEASE packet_mangler ]
35# NETWORKING_DEBUG = [ NETWORKING_DEV ]
d9a64523
A
36# VPN = [ ipsec flow_divert necp content_filter ]
37# PF = [ pf ]
38# MULTIPATH = [ multipath mptcp ]
39# IOKIT_BASE = [ iokit iokitcpp no_kextd no_kernel_hid config_sleep ]
40# IOKIT_RELEASE = [ IOKIT_BASE ]
41# IOKIT_DEV = [ IOKIT_BASE iokitstats iotracking ]
42# IOKIT_DEBUG = [ IOKIT_BASE iokitstats iotracking]
43# LIBKERN_BASE = [ libkerncpp config_kec_fips zlib crypto_sha2 ]
44# LIBKERN_RELEASE =[ LIBKERN_BASE ]
45# LIBKERN_DEV = [ LIBKERN_BASE iotracking ]
46# LIBKERN_DEBUG = [ LIBKERN_BASE iotracking ]
47# PERF_DBG_BASE = [ mach_kdp config_serial_kdp kperf kpc ]
48# PERF_DBG_RELEASE=[ PERF_DBG_BASE ist_kdebug ]
49# PERF_DBG_DEV = [ PERF_DBG_BASE config_dtrace zleaks kdp_interactive_debugging alternate_debugger interrupt_masked_debug ]
50# PERF_DBG_DEBUG = [ PERF_DBG_BASE config_dtrace zleaks kdp_interactive_debugging alternate_debugger interrupt_masked_debug ]
51# MACH_BASE = [ mach slidable config_ecc_logging vc_progress_white mdebug ipc_debug importance_inheritance config_atm config_coalitions config_iosched config_library_validation config_sysdiagnose config_telemetry config_mach_bridge_recv_time config_quiesce_counter ]
52# MACH_RELEASE = [ MACH_BASE config_skip_precise_user_kernel_time debugger_for_zone_info ]
53# MACH_DEV = [ MACH_BASE task_zone_info config_io_accounting importance_trace ]
54# MACH_DEBUG = [ MACH_BASE task_zone_info config_io_accounting importance_trace importance_debug ]
55# SCHED_BASE = [ config_sched_traditional config_sched_multiq config_sched_deferred_ast ]
56# SCHED_RELEASE = [ SCHED_BASE ]
57# SCHED_DEV = [ SCHED_BASE ]
58# SCHED_DEBUG = [ SCHED_BASE config_sched_grrr config_sched_proto ]
59# VM_BASE = [ vm_pressure_events jetsam freeze memorystatus config_code_decryption phantom_cache config_secluded_memory config_background_queue config_cs_validation_bitmap]
60# VM_RELEASE = [ VM_BASE ]
61# VM_DEV = [ VM_BASE dynamic_codesigning ]
62# VM_DEBUG = [ VM_BASE dynamic_codesigning ]
63# SECURITY = [ config_macf kernel_integrity ]
e8c3f781
A
64# RELEASE = [ KERNEL_RELEASE BSD_RELEASE FILESYS_RELEASE SKYWALK_RELEASE NETWORKING_RELEASE PF MULTIPATH VPN IOKIT_RELEASE LIBKERN_RELEASE PERF_DBG_RELEASE MACH_RELEASE SCHED_RELEASE VM_RELEASE SECURITY ]
65# DEVELOPMENT = [ KERNEL_DEV BSD_DEV FILESYS_DEV NFS SKYWALK_DEV NETWORKING_DEV PF MULTIPATH VPN IOKIT_DEV LIBKERN_DEV PERF_DBG_DEV MACH_DEV SCHED_DEV VM_DEV SECURITY ]
66# DEBUG = [ KERNEL_DEBUG BSD_DEBUG FILESYS_DEBUG SKYWALK_DEBUG NETWORKING_DEBUG PF MULTIPATH VPN IOKIT_DEBUG LIBKERN_DEBUG PERF_DBG_DEBUG MACH_DEBUG SCHED_DEBUG VM_DEBUG SECURITY ]
d9a64523
A
67# KASAN = [ DEVELOPMENT ]
68#
69######################################################################
70#
71machine "arm64" # <arm64>
72
73makeoptions OSFMK_MACHINE = "arm64" # <mach>
74
75options COUNT_SYSCALLS # count bsd system calls # <countcalls>
76options TRASH_VFP_ON_SAVE # <debug,trash_vfp>
77options ALTERNATE_DEBUGGER # <alternate_debugger>
78
79options CONFIG_VNODES=1024 # <xsmall>
80
81options CONFIG_FREEZE_SUSPENDED_MIN=4 # <xsmall>
82
83options CONFIG_MACH_APPROXIMATE_TIME
84
85options CONFIG_KERNEL_INTEGRITY # <kernel_integrity>
86
87options INTERRUPT_MASKED_DEBUG=1 # # <interrupt_masked_debug>
88
89options CONFIG_PGTRACE # <pgtrace>
90options CONFIG_PGTRACE_NONKEXT # <pgtrace_nonkext>
91pseudo-device pgtrace 1 init pgtrace_dev_init # <pgtrace_nonkext>