1# $NetBSD: std.xen,v 1.2 2020/04/25 15:26:16 bouyer Exp $ 2# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp 3# 4# standard, required NetBSD/i386 'options' 5 6machine xen i386 x86 7include "conf/std" # MI standard options 8include "arch/xen/conf/files.xen.pv" 9 10options XEN #Xen support 11 12include "arch/xen/conf/std.xenversion" 13 14options EXEC_AOUT # exec a.out binaries 15options EXEC_ELF32 # exec ELF binaries 16options EXEC_SCRIPT # exec #! scripts 17 18options CPU_IN_CKSUM 19#options CRYPTO_MD_DES_ENC # machine-dependent code for DES 20#options CRYPTO_MD_DES_CBC # machine-dependent DES CBC code 21#options CRYPTO_MD_BF_ENC # machine-dependent code for BF_encrypt 22#options CRYPTO_MD_BF_CBC # careful: uses bswapl, requires 486 23 24options CHILD_MAX=1024 # 160 is too few 25options OPEN_MAX=1024 # 128 is too few 26 27# Atheros HAL options 28include "external/isc/atheros_hal/conf/std.ath_hal" 29