11.36Sbouyer# $NetBSD: std.i386,v 1.36 2020/04/25 15:26:16 bouyer Exp $
21.1Smycroft#
31.6Sfvdl# standard, required NetBSD/i386 'options'
41.11Senami
51.36Sbouyermachine i386 x86 xen
61.25Syamtinclude		"conf/std"	# MI standard options
71.36Sbouyerinclude 	"arch/xen/conf/std.xenversion"
81.18Sfvdl
91.32Srmindoptions 	CPU_IN_CKSUM
101.8Slukemoptions 	EXEC_AOUT	# exec a.out binaries
111.22Slukemoptions 	EXEC_ELF32	# exec ELF binaries
121.8Slukemoptions 	EXEC_SCRIPT	# exec #! scripts
131.31Swiz#options 	CRYPTO_MD_DES_ENC	# machine-dependent code for DES
141.31Swiz#options 	CRYPTO_MD_DES_CBC	# machine-dependent DES CBC code
151.31Swiz#options 	CRYPTO_MD_BF_ENC	# machine-dependent code for BF_encrypt
161.21Stls#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
171.35Sryooptions 	MULTIPROCESSOR		# multiprocessor support
181.28Sadoptions 	MPBIOS			# configure CPUs and APICs using MPBIOS
191.28Sad
201.34Smrgoptions 	CHILD_MAX=1024	# 160 is too few
211.34Smrgoptions 	OPEN_MAX=1024	# 128 is too few
221.34Smrg
231.28Sadmainbus0 at root
241.28Sadcpu* at mainbus?
251.28Sadioapic* at mainbus?
261.29Salc
271.29Salc# Atheros HAL options
281.29Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
29