std.walnut revision 1.2
1#	$NetBSD: std.walnut,v 1.2 2003/02/02 20:43:18 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 	INTSTK=8192
20options 	SPILLSTK=1024
21
22include		"arch/powerpc/conf/files.ibm4xx"
23include		"arch/evbppc/conf/files.walnut"
24