Home | History | Annotate | Line # | Download | only in conf
std.shark revision 1.6
      1 #	$NetBSD: std.shark,v 1.6 2007/08/05 13:37:31 jmmv Exp $
      2 #
      3 # standard NetBSD/shark options
      4 
      5 machine	shark arm
      6 include		"conf/std"	# MI standard options
      7 
      8 options 	EXEC_AOUT
      9 options 	EXEC_ELF32
     10 options 	EXEC_SCRIPT
     11 
     12 # To support easy transit to ../arch/arm/arm32
     13 options 	ARM32
     14 
     15 #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     16 
     17 # XXX
     18 options 	OFW
     19 
     20 # The font to be used by vga(4); the hardware built-in font is broken.
     21 # This also requires wsfont to be useful.  Does not disturb if it is
     22 # not enabled.
     23 options 	FONT_VT220L8x16
     24