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