xref: /netbsd-src/sys/arch/amd64/conf/std.amd64 (revision 9754ab85fc92f3db57b532769d346bf644cceb99)
1# $NetBSD: std.amd64,v 1.13 2023/05/05 00:34:41 manu 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
18options 	SELFRELOC
19
20mainbus0 at root
21cpu* at mainbus?
22ioapic* at mainbus? apid ?
23
24# Atheros HAL options
25include "external/isc/atheros_hal/conf/std.ath_hal"
26