1*0793b92aSgdt# $NetBSD: std.xen,v 1.14 2021/03/04 19:01:41 gdt Exp $ 24e541343Sbouyer# 3*0793b92aSgdt# standard, required NetBSD/xen 'options' 4*0793b92aSgdt# Note that this file is used by both DOM0 and DOMU. 54e541343Sbouyer 6c24c993fSbouyermachine xen amd64 x86 74e541343Sbouyerinclude "conf/std" # MI standard options 83325821eSjdolecekinclude "arch/xen/conf/std.xenversion" 94e541343Sbouyer 106e869e40Sjoergoptions CPU_IN_CKSUM 114e541343Sbouyeroptions EXEC_ELF64 # exec ELF binaries 124e541343Sbouyeroptions EXEC_SCRIPT # exec #! scripts 134e541343Sbouyeroptions MTRR 14*0793b92aSgdt#options MULTIPROCESSOR 156de5f80cSjoerg 166de5f80cSjoergoptions CHILD_MAX=1024 # 160 is too few 176de5f80cSjoergoptions OPEN_MAX=1024 # 128 is too few 18*0793b92aSgdt 19*0793b92aSgdtoptions XEN # Xen support 20*0793b92aSgdtinclude "arch/xen/conf/files.xen.pv" 21