xref: /netbsd-src/sys/arch/i386/conf/std.i386 (revision c24c993fe4cf289234b8ce9b47d92eb1278cfbda)
1# $NetBSD: std.i386,v 1.36 2020/04/25 15:26:16 bouyer Exp $
2#
3# standard, required NetBSD/i386 'options'
4
5machine i386 x86 xen
6include		"conf/std"	# MI standard options
7include 	"arch/xen/conf/std.xenversion"
8
9options 	CPU_IN_CKSUM
10options 	EXEC_AOUT	# exec a.out binaries
11options 	EXEC_ELF32	# exec ELF binaries
12options 	EXEC_SCRIPT	# exec #! scripts
13#options 	CRYPTO_MD_DES_ENC	# machine-dependent code for DES
14#options 	CRYPTO_MD_DES_CBC	# machine-dependent DES CBC code
15#options 	CRYPTO_MD_BF_ENC	# machine-dependent code for BF_encrypt
16#options 	CRYPTO_MD_BF_CBC	# careful: uses bswapl, requires 486
17options 	MULTIPROCESSOR		# multiprocessor support
18options 	MPBIOS			# configure CPUs and APICs using MPBIOS
19
20options 	CHILD_MAX=1024	# 160 is too few
21options 	OPEN_MAX=1024	# 128 is too few
22
23mainbus0 at root
24cpu* at mainbus?
25ioapic* at mainbus?
26
27# Atheros HAL options
28include "external/isc/atheros_hal/conf/std.ath_hal"
29