1 # $NetBSD: std.explora,v 1.1.2.3 2004/09/21 13:15:01 skrll Exp $ 2 # 3 # Standard/required options for NetBSD/explora. 4 5 machine evbppc powerpc 6 7 # standard ("mandatory") kernel options. 8 options PPC_IBM4XX # IBM 40x family 9 options PPC_IBM403 # IBM 403GCX 10 11 # Executable support: 12 options EXEC_ELF32 # (native) ELF32 binary support 13 options EXEC_AOUT # (native) a.out binary support (deprecated) 14 options EXEC_SCRIPT # shell script support 15 16 makeoptions TEXTADDR=0x10000 17 makeoptions BOARDTYPE="explora" 18 makeoptions PPCDIR="ibm4xx" 19 20 options PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>" 21 22 options INTSTK=8192 23 24 include "arch/evbppc/conf/files.explora" 25