xref: /netbsd-src/sys/arch/evbppc/conf/std.explora (revision 1ffa7b76c40339c17a0fb2a09fac93f287cfc046)
1#	$NetBSD: std.explora,v 1.1 2003/03/11 10:57:55 hannken Exp $
2#
3# Standard/required options for NetBSD/explora.
4
5machine	evbppc powerpc
6
7# standard ("mandatory") kernel options.
8options 	PPC_IBM4XX	# IBM 40x family
9options 	PPC_IBM403	# IBM 403GCX
10
11# Executable support:
12options 	EXEC_ELF32	# (native) ELF32 binary support
13options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
14options 	EXEC_SCRIPT	# shell script support
15
16makeoptions	TEXTADDR=0x10000
17makeoptions	BOARDTYPE="explora"
18makeoptions	PPCDIR="ibm4xx"
19
20options 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
21
22options 	INTSTK=8192
23options 	SPILLSTK=1024
24
25include		"arch/evbppc/conf/files.explora"
26