std.xen revision 1.1
1# $NetBSD: std.xen,v 1.1 2020/04/09 14:39:10 jdolecek 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
7include		"conf/std"	# MI standard options
8
9include		"arch/xen/conf/std.xenversion"
10
11options 	EXEC_AOUT	# exec a.out binaries
12options 	EXEC_ELF32	# exec ELF binaries
13options 	EXEC_SCRIPT	# exec #! scripts
14
15options 	CPU_IN_CKSUM
16#options 	CRYPTO_MD_DES_ENC	# machine-dependent code for DES
17#options 	CRYPTO_MD_DES_CBC	# machine-dependent DES CBC code
18#options 	CRYPTO_MD_BF_ENC	# machine-dependent code for BF_encrypt
19#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
20
21options 	CHILD_MAX=1024	# 160 is too few
22options 	OPEN_MAX=1024	# 128 is too few
23
24# Atheros HAL options
25include "external/isc/atheros_hal/conf/std.ath_hal"
26