std.i386 revision 1.31
1# $NetBSD: std.i386,v 1.31 2011/06/30 20:09:31 wiz Exp $ 2# 3# standard, required NetBSD/i386 'options' 4 5machine i386 x86 6include "conf/std" # MI standard options 7 8options EXEC_AOUT # exec a.out binaries 9options EXEC_ELF32 # exec ELF binaries 10options EXEC_SCRIPT # exec #! scripts 11options CPU_IN_CKSUM 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 19mainbus0 at root 20cpu* at mainbus? 21ioapic* at mainbus? 22 23# Atheros HAL options 24include "external/isc/atheros_hal/conf/std.ath_hal" 25