std.amd64 revision 1.12
1# $NetBSD: std.amd64,v 1.12 2020/04/25 15:26:16 bouyer Exp $ 2# 3# standard, required NetBSD/amd64 'options' 4 5machine amd64 x86 xen 6include "conf/std" # MI standard options 7include "arch/xen/conf/std.xenversion" 8 9options CPU_IN_CKSUM 10options EXEC_ELF64 # exec ELF binaries 11options EXEC_SCRIPT # exec #! scripts 12options MTRR 13options MULTIPROCESSOR 14 15options CHILD_MAX=1024 # 160 is too few 16options OPEN_MAX=1024 # 128 is too few 17 18mainbus0 at root 19cpu* at mainbus? 20ioapic* at mainbus? apid ? 21 22# Atheros HAL options 23include "external/isc/atheros_hal/conf/std.ath_hal" 24