xref: /netbsd-src/sys/arch/amd64/conf/std.xen (revision 0793b92a36c784b88e362d64fc6c1632f0e109a2)
1# $NetBSD: std.xen,v 1.14 2021/03/04 19:01:41 gdt Exp $
2#
3# standard, required NetBSD/xen 'options'
4# Note that this file is used by both DOM0 and DOMU.
5
6machine xen amd64 x86
7include 	"conf/std"	# MI standard options
8include 	"arch/xen/conf/std.xenversion"
9
10options 	CPU_IN_CKSUM
11options 	EXEC_ELF64	# exec ELF binaries
12options 	EXEC_SCRIPT	# exec #! scripts
13options 	MTRR
14#options 	MULTIPROCESSOR
15
16options 	CHILD_MAX=1024	# 160 is too few
17options 	OPEN_MAX=1024	# 128 is too few
18
19options 	XEN		# Xen support
20include 	"arch/xen/conf/files.xen.pv"
21