Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf Follow arm64 and provide two sizes of fo...
details: https://anonhg.NetBSD.org/src/rev/345663424479
branches: trunk
changeset: 450581:345663424479
user: maya <maya%NetBSD.org@localhost>
date: Thu Apr 18 17:13:00 2019 +0000
description:
Follow arm64 and provide two sizes of fonts, so a larger one is chosen
for larger displays.
diffstat:
sys/arch/amd64/conf/GENERIC | 7 +++++--
sys/arch/amd64/conf/INSTALL | 6 ++++--
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (50 lines):
diff -r b2929e72c8a6 -r 345663424479 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Thu Apr 18 16:46:11 2019 +0000
+++ b/sys/arch/amd64/conf/GENERIC Thu Apr 18 17:13:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.523 2019/04/18 16:46:11 christos Exp $
+# $NetBSD: GENERIC,v 1.524 2019/04/18 17:13:00 maya Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.523 $"
+#ident "GENERIC-$Revision: 1.524 $"
maxusers 64 # estimated number of users
@@ -1185,6 +1185,9 @@
# wscons pseudo-devices
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device wsfont
+# Give us a choice of fonts based on monitor size
+options FONT_BOLD8x16
+options FONT_BOLD16x32
# pseudo audio device driver
pseudo-device pad
diff -r b2929e72c8a6 -r 345663424479 sys/arch/amd64/conf/INSTALL
--- a/sys/arch/amd64/conf/INSTALL Thu Apr 18 16:46:11 2019 +0000
+++ b/sys/arch/amd64/conf/INSTALL Thu Apr 18 17:13:00 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.94 2018/12/11 16:52:49 maya Exp $
+# $NetBSD: INSTALL,v 1.95 2019/04/18 17:13:00 maya Exp $
#
# INSTALL - Installation kernel.
#
@@ -8,9 +8,11 @@
include "arch/amd64/conf/GENERIC"
options CONSDEVNAME="\"com\"",CONADDR=0x2f8,CONSPEED=115200
-#ident "INSTALL-$Revision: 1.94 $"
+#ident "INSTALL-$Revision: 1.95 $"
no options MEMORY_DISK_DYNAMIC
+no options FONT_BOLD16x32
+no options FONT_BOLD8x16
options MEMORY_DISK_IS_ROOT # force root on memory disk
options MEMORY_DISK_SERVER=0 # no userspace memory disk support
options MEMORY_DISK_ROOT_SIZE=10000 # size of memory disk, in blocks
Home |
Main Index |
Thread Index |
Old Index