Move 'options FONT_VT220L8x16' to a common place for all kernels so that

the user needn't remember to add this option to get a font that is almost
identical (but fixed!) to the built-in one.
This commit is contained in:
jmmv 2007-08-05 13:37:31 +00:00
parent 5621cabda9
commit 348921e110
3 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.70 2007/07/31 19:35:37 jmmv Exp $
# $NetBSD: GENERIC,v 1.71 2007/08/05 13:37:31 jmmv Exp $
#
# Generic Shark configuration.
#
@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.70 $"
#ident "GENERIC-$Revision: 1.71 $"
# estimated number of users
maxusers 32
@ -208,8 +208,6 @@ options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
#options WSDISPLAY_SCROLLSUPPORT
# enable VGA raster mode capable of displaying multilingual text on console
#options VGA_RASTERCONSOLE
# the font to be used by vga(4); the hardware built-in font is broken
options FONT_VT220L8x16
config netbsd root on ? type ?

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.32 2007/07/31 19:51:58 jmmv Exp $
# $NetBSD: INSTALL,v 1.33 2007/08/05 13:37:31 jmmv Exp $
#
# Shark installation kernel
#
@ -178,8 +178,6 @@ options WSEMUL_VT100 # VT100 / VT220 emulation
#options WSDISPLAY_SCROLLSUPPORT
# enable VGA raster mode capable of displaying multilingual text on console
#options VGA_RASTERCONSOLE
# the font to be used by vga(4); the hardware built-in font is broken
options FONT_VT220L8x16
config netbsd root on ? type ffs # root on miniroot

View File

@ -1,4 +1,4 @@
# $NetBSD: std.shark,v 1.5 2005/12/11 12:19:02 christos Exp $
# $NetBSD: std.shark,v 1.6 2007/08/05 13:37:31 jmmv Exp $
#
# standard NetBSD/shark options
@ -16,3 +16,8 @@ options ARM32
# XXX
options OFW
# The font to be used by vga(4); the hardware built-in font is broken.
# This also requires wsfont to be useful. Does not disturb if it is
# not enabled.
options FONT_VT220L8x16