xref: /netbsd/sys/arch/shark/conf/std.shark (revision 6550d01e)
1#	$NetBSD: std.shark,v 1.8 2008/01/27 12:37:12 chris Exp $
2#
3# standard NetBSD/shark options
4
5machine	shark arm
6include		"conf/std"	# MI standard options
7include		"arch/arm/conf/std.arm"	# arch standard options
8
9options 	EXEC_AOUT
10options 	EXEC_ELF32
11options 	EXEC_SCRIPT
12
13# To support easy transit to ../arch/arm/arm32
14options 	ARM32
15
16#options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
17
18# XXX
19options 	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.
24options 	FONT_VT220L8x16
25