std.xen revision 1.1
11.1Sjdolecek# $NetBSD: std.xen,v 1.1 2020/04/09 14:39:10 jdolecek Exp $
21.1Sjdolecek# NetBSD: std.i386,v 1.24 2003/02/26 21:33:36 fvdl Exp 
31.1Sjdolecek#
41.1Sjdolecek# standard, required NetBSD/i386 'options'
51.1Sjdolecek
61.1Sjdolecekmachine xen i386
71.1Sjdolecekinclude		"conf/std"	# MI standard options
81.1Sjdolecek
91.1Sjdolecekinclude		"arch/xen/conf/std.xenversion"
101.1Sjdolecek
111.1Sjdolecekoptions 	EXEC_AOUT	# exec a.out binaries
121.1Sjdolecekoptions 	EXEC_ELF32	# exec ELF binaries
131.1Sjdolecekoptions 	EXEC_SCRIPT	# exec #! scripts
141.1Sjdolecek
151.1Sjdolecekoptions 	CPU_IN_CKSUM
161.1Sjdolecek#options 	CRYPTO_MD_DES_ENC	# machine-dependent code for DES
171.1Sjdolecek#options 	CRYPTO_MD_DES_CBC	# machine-dependent DES CBC code
181.1Sjdolecek#options 	CRYPTO_MD_BF_ENC	# machine-dependent code for BF_encrypt
191.1Sjdolecek#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
201.1Sjdolecek
211.1Sjdolecekoptions 	CHILD_MAX=1024	# 160 is too few
221.1Sjdolecekoptions 	OPEN_MAX=1024	# 128 is too few
231.1Sjdolecek
241.1Sjdolecek# Atheros HAL options
251.1Sjdolecekinclude "external/isc/atheros_hal/conf/std.ath_hal"
26