std.obs405 revision 1.1
11.1Sshige#	$NetBSD: std.obs405,v 1.1 2003/09/23 14:45:13 shige Exp $
21.1Sshige#
31.1Sshige# Standard/required options for NetBSD/obs405.
41.1Sshige
51.1Sshigemachine	evbppc powerpc
61.1Sshige
71.1Sshige# standard ("mandatory") kernel options.
81.1Sshigeoptions 	PPC_IBM4XX	# IBM 40x family
91.1Sshige
101.1Sshige# Executable support:
111.1Sshigeoptions 	EXEC_ELF32	# (native) ELF32 binary support
121.1Sshigeoptions 	EXEC_AOUT	# (native) a.out binary support (deprecated)
131.1Sshigeoptions 	EXEC_SCRIPT	# shell script support
141.1Sshige
151.1Sshigemakeoptions	TEXTADDR=0x25000
161.1Sshigemakeoptions	BOARDTYPE="obs405"
171.1Sshigemakeoptions	PPCDIR="ibm4xx"
181.1Sshige
191.1Sshigeoptions 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
201.1Sshigeoptions 	PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
211.1Sshigeoptions 	KERNBASE=0x25000
221.1Sshige
231.1Sshigeoptions 	INTSTK=16384
241.1Sshigeoptions 	SPILLSTK=1024
251.1Sshige
261.1Sshigeinclude		"arch/powerpc/conf/files.ibm4xx"
271.1Sshigeinclude		"arch/powerpc/conf/files.ibm405gp"
281.1Sshigeinclude		"arch/evbppc/conf/files.obs405"
29