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