Home | History | Annotate | Line # | Download | only in conf
std.obs200 revision 1.1.2.2
      1  1.1.2.2  yamt #	$NetBSD: std.obs200,v 1.1.2.2 2005/03/19 08:32:57 yamt Exp $
      2  1.1.2.2  yamt #
      3  1.1.2.2  yamt # Standard/required options for NetBSD/obs200
      4  1.1.2.2  yamt 
      5  1.1.2.2  yamt machine	evbppc powerpc
      6  1.1.2.2  yamt 
      7  1.1.2.2  yamt # standard ("mandatory") kernel options.
      8  1.1.2.2  yamt options 	PPC_IBM4XX	# IBM 40x family
      9  1.1.2.2  yamt 
     10  1.1.2.2  yamt # Executable support:
     11  1.1.2.2  yamt options 	EXEC_ELF32	# (native) ELF32 binary support
     12  1.1.2.2  yamt options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
     13  1.1.2.2  yamt options 	EXEC_SCRIPT	# shell script support
     14  1.1.2.2  yamt 
     15  1.1.2.2  yamt makeoptions	TEXTADDR=0x450000
     16  1.1.2.2  yamt makeoptions	BOARDTYPE="obs200"
     17  1.1.2.2  yamt makeoptions	PPCDIR="ibm4xx"
     18  1.1.2.2  yamt 
     19  1.1.2.2  yamt options 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
     20  1.1.2.2  yamt options 	PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
     21  1.1.2.2  yamt options 	KERNBASE=0x450000
     22  1.1.2.2  yamt 
     23  1.1.2.2  yamt options 	INTSTK=16384
     24  1.1.2.2  yamt options 	SPILLSTK=1024
     25  1.1.2.2  yamt 
     26  1.1.2.2  yamt include		"arch/powerpc/conf/files.ibm4xx"
     27  1.1.2.2  yamt include		"arch/powerpc/conf/files.ibm405gp"
     28  1.1.2.2  yamt include		"arch/evbppc/conf/files.obs200"
     29