std.walnut revision 1.3
1#	$NetBSD: std.walnut,v 1.3 2003/03/04 07:50:57 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
24options 	SPILLSTK=1024
25
26include		"arch/powerpc/conf/files.ibm4xx"
27include		"arch/evbppc/conf/files.walnut"
28