std.walnut revision 1.3
11.3Smatt#	$NetBSD: std.walnut,v 1.3 2003/03/04 07:50:57 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.3Smattoptions 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
201.3Smattoptions 	PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
211.3Smattoptions 	KERNBASE=0x25000
221.3Smatt
231.3Smattoptions 	INTSTK=16384
241.2Smattoptions 	SPILLSTK=1024
251.1Sscw
261.1Sscwinclude		"arch/powerpc/conf/files.ibm4xx"
271.1Sscwinclude		"arch/evbppc/conf/files.walnut"
28