include a small font

This commit is contained in:
macallan 2012-01-11 17:16:35 +00:00
parent e1ed37bef6
commit 9052ce1f68
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.295 2011/12/18 05:49:29 dholland Exp $
# $NetBSD: GENERIC,v 1.296 2012/01/11 17:16:35 macallan Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.295 $"
#ident "GENERIC-$Revision: 1.296 $"
maxusers 32
@ -173,6 +173,7 @@ options WS_KERNEL_BG=WSCOL_LIGHT_WHITE
#options WSDISPLAY_COMPAT_RAWKBD # can get raw scancodes
options FONT_GALLANT12x22
options FONT_QVSS8x15 # a smaller font for lower resolutions
# Optional Mac keyboard tweaks

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.229 2011/12/18 05:49:32 dholland Exp $
# $NetBSD: GENERIC,v 1.230 2012/01/11 17:18:51 macallan Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.229 $"
#ident "GENERIC-$Revision: 1.230 $"
maxusers 32
@ -67,7 +67,7 @@ options WSDISPLAY_SCROLLSUPPORT
# generic options vlid for both wscons and RASTERCONSOLE
options FONT_GALLANT12x22 # the console font
#options FONT_BOLD8x16 # a somewhat smaller font
options FONT_BOLD8x16 # a somewhat smaller font
#### System options that are the same for all ports