Home | History | Annotate | Line # | Download | only in conf
std.shark revision 1.2
      1 #	$NetBSD: std.shark,v 1.2 2003/05/03 00:47:04 thorpej Exp $
      2 #
      3 # standard NetBSD/shark options
      4 
      5 machine	shark arm
      6 
      7 options 	EXEC_AOUT
      8 options 	EXEC_ELF32
      9 options 	EXEC_SCRIPT
     10 
     11 # To support easy transit to ../arch/arm/arm32
     12 options 	ARM32
     13 
     14 # New pmap options are standard on this board
     15 options 	ARM32_PMAP_NEW
     16 #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     17 
     18 # XXX
     19 options 	OFW
     20