# $NetBSD: std.walnut,v 1.3 2003/03/04 07:50:57 matt Exp $ # # Standard/required options for NetBSD/walnut. machine evbppc powerpc # standard ("mandatory") kernel options. options PPC_IBM4XX # IBM 40x family # Executable support: options EXEC_ELF32 # (native) ELF32 binary support options EXEC_AOUT # (native) a.out binary support (deprecated) options EXEC_SCRIPT # shell script support makeoptions TEXTADDR=0x25000 makeoptions BOARDTYPE="walnut" makeoptions PPCDIR="ibm4xx" options PPC_INTR_IMPL="" options PPC_PCI_MACHDEP_IMPL="" options KERNBASE=0x25000 options INTSTK=16384 options SPILLSTK=1024 include "arch/powerpc/conf/files.ibm4xx" include "arch/evbppc/conf/files.walnut"