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