Changeset View
Changeset View
Standalone View
Standalone View
sys/amd64/conf/GENERIC
| Show All 18 Lines | |||||
| cpu HAMMER | cpu HAMMER | ||||
| ident GENERIC | ident GENERIC | ||||
| 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 SCHED_4BSD # Original 4.xBSD 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 EXTERR_STRINGS | options EXTERR_STRINGS | ||||
| 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 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 | ||||
| ▲ Show 20 Lines • Show All 366 Lines • Show Last 20 Lines | |||||