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