std.walnut revision 1.4
1# $NetBSD: std.walnut,v 1.4 2003/08/12 05:15:42 matt Exp $ 2# 3# Standard/required options for NetBSD/walnut. 4 5machine evbppc powerpc 6 7# standard ("mandatory") kernel options. 8options PPC_IBM4XX # IBM 40x family 9 10# Executable support: 11options EXEC_ELF32 # (native) ELF32 binary support 12options EXEC_AOUT # (native) a.out binary support (deprecated) 13options EXEC_SCRIPT # shell script support 14 15makeoptions TEXTADDR=0x25000 16makeoptions BOARDTYPE="walnut" 17makeoptions PPCDIR="ibm4xx" 18 19options PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>" 20options PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>" 21options KERNBASE=0x25000 22 23options INTSTK=16384 24 25include "arch/powerpc/conf/files.ibm4xx" 26include "arch/evbppc/conf/files.walnut" 27