Home | History | Annotate | Line # | Download | only in conf
std.netwinder revision 1.10
      1 #	$NetBSD: std.netwinder,v 1.10 2003/04/22 01:42:01 thorpej Exp $
      2 #
      3 # standard NetBSD/netwinder options
      4 
      5 machine	netwinder arm
      6 
      7 options 	EXEC_AOUT
      8 options 	EXEC_SCRIPT
      9 options 	EXEC_ELF32
     10 
     11 # To support easy transit to ../arch/arm/arm32
     12 options 	ARM32
     13 
     14 # The new pmap is standard on the Netwinder.
     15 options 	ARM32_PMAP_NEW
     16 
     17 options 	ARM_INTR_IMPL="<arm/footbridge/footbridge_intr.h>"
     18 
     19 makeoptions	LOADADDRESS="0xF000C000"
     20 makeoptions	ENTRYPOINT="nwstart"
     21