From 632b7e4671f204d0b15bdcc76c76b3828f5624ae Mon Sep 17 00:00:00 2001 From: tsutsui Date: Wed, 21 Jul 2010 12:16:54 +0000 Subject: [PATCH] Make FONT_VT220L8x16 default for aesthetics. XXX1: Is it better to use FONT_VT220ISO8x16? XXX2: Should we change the default font from FONT_BOLT8x16 in MI wsfont.c? --- sys/arch/hpcarm/conf/WZERO3 | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys/arch/hpcarm/conf/WZERO3 b/sys/arch/hpcarm/conf/WZERO3 index 9bb6f12b5a3e..b2d2c905caa8 100644 --- a/sys/arch/hpcarm/conf/WZERO3 +++ b/sys/arch/hpcarm/conf/WZERO3 @@ -1,4 +1,4 @@ -# $NetBSD: WZERO3,v 1.10 2010/07/05 14:30:00 tsutsui Exp $ +# $NetBSD: WZERO3,v 1.11 2010/07/21 12:16:54 tsutsui Exp $ # # WZERO3 -- Sharp Windows Mobile 5 based PDA # @@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.pxa2x0" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.10 $" +#ident "GENERIC-$Revision: 1.11 $" # estimated number of users maxusers 32 @@ -132,6 +132,8 @@ options WS_KERNEL_FG=WSCOL_GREEN #options WS_KERNEL_COLATTR="" #options WS_KERNEL_MONOATTR="" +options FONT_VT220L8x16 + # Development and Debugging options #options VERBOSE_INIT_ARM