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 6 machine xen amd64 x86 7 include "conf/std" # MI standard options 8 include "arch/xen/conf/std.xenversion" 9 10 options CPU_IN_CKSUM 11 options EXEC_ELF64 # exec ELF binaries 12 options EXEC_SCRIPT # exec #! scripts 13 options MTRR 14 #options MULTIPROCESSOR 15 16 options CHILD_MAX=1024 # 160 is too few 17 options OPEN_MAX=1024 # 128 is too few 18 19 options XEN # Xen support 20 include "arch/xen/conf/files.xen.pv" 21