Module Name: src
Committed By: tsutsui
Date: Wed Jul 21 12:16:55 UTC 2010
Modified Files:
src/sys/arch/hpcarm/conf: WZERO3
Log Message:
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?
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/hpcarm/conf/WZERO3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.10 src/sys/arch/hpcarm/conf/WZERO3:1.11
--- src/sys/arch/hpcarm/conf/WZERO3:1.10 Mon Jul 5 14:30:00 2010
+++ src/sys/arch/hpcarm/conf/WZERO3 Wed Jul 21 12:16:54 2010
@@ -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 @@
#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_COLATTR=""
#options WS_KERNEL_MONOATTR=""
+options FONT_VT220L8x16
+
# Development and Debugging options
#options VERBOSE_INIT_ARM