Files
netbsd/sys/arch/amd64/conf/std.amd64
2015-10-15 10:25:28 +02:00

23 lines
524 B
Plaintext

# $NetBSD: std.amd64,v 1.10 2015/05/07 19:14:55 mrg Exp $
#
# standard, required NetBSD/amd64 'options'
machine amd64 x86
include "conf/std" # MI standard options
options CPU_IN_CKSUM
options EXEC_ELF64 # exec ELF binaries
options EXEC_SCRIPT # exec #! scripts
options MTRR
options MULTIPROCESSOR
options CHILD_MAX=1024 # 160 is too few
options OPEN_MAX=1024 # 128 is too few
mainbus0 at root
cpu* at mainbus?
ioapic* at mainbus? apid ?
# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"