std.i386 revision 1.34
11.34Smrg# $NetBSD: std.i386,v 1.34 2015/05/07 19:14:55 mrg Exp $
21.1Smycroft#
31.6Sfvdl# standard, required NetBSD/i386 'options'
41.11Senami
51.24Sfvdlmachine i386 x86
61.25Syamtinclude		"conf/std"	# MI standard options
71.18Sfvdl
81.32Srmindoptions 	CPU_IN_CKSUM
91.8Slukemoptions 	EXEC_AOUT	# exec a.out binaries
101.22Slukemoptions 	EXEC_ELF32	# exec ELF binaries
111.8Slukemoptions 	EXEC_SCRIPT	# exec #! scripts
121.31Swiz#options 	CRYPTO_MD_DES_ENC	# machine-dependent code for DES
131.31Swiz#options 	CRYPTO_MD_DES_CBC	# machine-dependent DES CBC code
141.31Swiz#options 	CRYPTO_MD_BF_ENC	# machine-dependent code for BF_encrypt
151.21Stls#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
161.30Stoniooptions		MULTIPROCESSOR		# multiprocessor support
171.28Sadoptions 	MPBIOS			# configure CPUs and APICs using MPBIOS
181.28Sad
191.34Smrgoptions 	CHILD_MAX=1024	# 160 is too few
201.34Smrgoptions 	OPEN_MAX=1024	# 128 is too few
211.34Smrg
221.28Sadmainbus0 at root
231.28Sadcpu* at mainbus?
241.28Sadioapic* at mainbus?
251.29Salc
261.29Salc# Atheros HAL options
271.29Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
28