xref: /netbsd-src/sys/arch/amd64/conf/std.amd64 (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1# $NetBSD: std.amd64,v 1.11 2017/01/12 05:24:36 ryo Exp $
2#
3# standard, required NetBSD/amd64 'options'
4
5machine amd64 x86
6include 	"conf/std"	# MI standard options
7
8options 	CPU_IN_CKSUM
9options 	EXEC_ELF64	# exec ELF binaries
10options 	EXEC_SCRIPT	# exec #! scripts
11options 	MTRR
12options 	MULTIPROCESSOR
13
14options 	CHILD_MAX=1024	# 160 is too few
15options 	OPEN_MAX=1024	# 128 is too few
16
17mainbus0 at root
18cpu* at mainbus?
19ioapic* at mainbus? apid ?
20
21# Atheros HAL options
22include "external/isc/atheros_hal/conf/std.ath_hal"
23