std.walnut revision 1.2
11.2Smatt# $NetBSD: std.walnut,v 1.2 2003/02/02 20:43:18 matt Exp $ 21.1Sscw# 31.1Sscw# Standard/required options for NetBSD/walnut. 41.1Sscw 51.1Sscwmachine evbppc powerpc 61.1Sscw 71.1Sscw# standard ("mandatory") kernel options. 81.1Sscwoptions PPC_IBM4XX # IBM 40x family 91.1Sscw 101.1Sscw# Executable support: 111.1Sscwoptions EXEC_ELF32 # (native) ELF32 binary support 121.1Sscwoptions EXEC_AOUT # (native) a.out binary support (deprecated) 131.1Sscwoptions EXEC_SCRIPT # shell script support 141.1Sscw 151.1Sscwmakeoptions TEXTADDR=0x25000 161.1Sscwmakeoptions BOARDTYPE="walnut" 171.1Sscwmakeoptions PPCDIR="ibm4xx" 181.2Smatt 191.2Smattoptions INTSTK=8192 201.2Smattoptions SPILLSTK=1024 211.1Sscw 221.1Sscwinclude "arch/powerpc/conf/files.ibm4xx" 231.1Sscwinclude "arch/evbppc/conf/files.walnut" 24