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