1 1.3.18.3 yamt # $NetBSD: std.shark,v 1.3.18.3 2008/02/04 09:22:30 yamt Exp $ 2 1.1 thorpej # 3 1.1 thorpej # standard NetBSD/shark options 4 1.1 thorpej 5 1.1 thorpej machine shark arm 6 1.3.18.1 yamt include "conf/std" # MI standard options 7 1.3.18.3 yamt include "arch/arm/conf/std.arm" # arch standard options 8 1.1 thorpej 9 1.1 thorpej options EXEC_AOUT 10 1.1 thorpej options EXEC_ELF32 11 1.1 thorpej options EXEC_SCRIPT 12 1.1 thorpej 13 1.1 thorpej # To support easy transit to ../arch/arm/arm32 14 1.1 thorpej options ARM32 15 1.2 thorpej 16 1.2 thorpej #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time 17 1.1 thorpej 18 1.1 thorpej # XXX 19 1.1 thorpej options OFW 20 1.3.18.2 yamt 21 1.3.18.2 yamt # The font to be used by vga(4); the hardware built-in font is broken. 22 1.3.18.2 yamt # This also requires wsfont to be useful. Does not disturb if it is 23 1.3.18.2 yamt # not enabled. 24 1.3.18.2 yamt options FONT_VT220L8x16 25