Module Name:    src
Committed By:   rin
Date:           Sat Nov 20 00:23:51 UTC 2021

Modified Files:
        src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Add commented out FONT_DROID_SANS_MONO10x20 option. This enables 80x24
terminal on WVGA models, which is slightly easier on the eyes ;)


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 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.53 src/sys/arch/hpcarm/conf/WZERO3:1.54
--- src/sys/arch/hpcarm/conf/WZERO3:1.53	Sat Apr 18 11:00:41 2020
+++ src/sys/arch/hpcarm/conf/WZERO3	Sat Nov 20 00:23:51 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.53 2020/04/18 11:00:41 skrll Exp $
+#	$NetBSD: WZERO3,v 1.54 2021/11/20 00:23:51 rin Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -8,7 +8,7 @@ include	"arch/hpcarm/conf/files.wzero3"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.53 $"
+#ident 		"GENERIC-$Revision: 1.54 $"
 
 # estimated number of users
 maxusers	32
@@ -122,6 +122,9 @@ options 	WS_KERNEL_FG=WSCOL_GREEN
 
 options 	FONT_VT220L8x16
 
+# 80x24 terminal on WVGA models
+#options 	FONT_DROID_SANS_MONO10x20
+
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.
 #options 	BUFQ_READPRIO

Reply via email to