Changeset View
Changeset View
Standalone View
Standalone View
sys/arm64/conf/std.arm64
| # Standard kernel config items for all ARM64 systems. | # Standard kernel config items for all ARM64 systems. | ||||
| # | # | ||||
| makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols | makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols | ||||
| makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support | makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support | ||||
| options SCHED_ULE # ULE scheduler | options SCHED_ULE # ULE scheduler | ||||
| options NUMA # Non-Uniform Memory Architecture support | options NUMA # Non-Uniform Memory Architecture support | ||||
| options PREEMPTION # Enable kernel thread preemption | options PREEMPTION # Enable kernel thread preemption | ||||
| options BLOAT_KERNEL_WITH_EXTERR | |||||
| options VIMAGE # Subsystem virtualization, e.g. VNET | options VIMAGE # Subsystem virtualization, e.g. VNET | ||||
| options INET # InterNETworking | options INET # InterNETworking | ||||
| options INET6 # IPv6 communications protocols | options INET6 # IPv6 communications protocols | ||||
| options CC_CUBIC # include CUBIC congestion control | options CC_CUBIC # include CUBIC congestion control | ||||
| options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 | options IPSEC_SUPPORT # Allow kldload of ipsec and tcpmd5 | ||||
| options IPSEC_OFFLOAD # Inline ipsec offload infra | options IPSEC_OFFLOAD # Inline ipsec offload infra | ||||
| options ROUTE_MPATH # Multipath routing support | options ROUTE_MPATH # Multipath routing support | ||||
| options FIB_ALGO # Modular fib lookups | options FIB_ALGO # Modular fib lookups | ||||
| ▲ Show 20 Lines • Show All 90 Lines • Show Last 20 Lines | |||||