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 Add commented out options WSEMUL_DEFAULT...



details:   https://anonhg.NetBSD.org/src/rev/41e051796a86
branches:  trunk
changeset: 445913:41e051796a86
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Nov 17 20:29:49 2018 +0000

description:
Add commented out options WSEMUL_DEFAULT="\"vt100\""

If WSEMUL_SUN is enabled it becomes the default emulation which is
most likely not what we want here.

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 95fff94a4e9e -r 41e051796a86 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Nov 17 19:30:51 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Nov 17 20:29:49 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.506 2018/10/07 08:00:49 maxv Exp $
+# $NetBSD: GENERIC,v 1.507 2018/11/17 20:29:49 uwe Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.506 $"
+#ident         "GENERIC-$Revision: 1.507 $"
 
 maxusers       64              # estimated number of users
 
@@ -243,8 +243,9 @@
 # wscons options
 #
 # builtin terminal emulations
+options        WSEMUL_VT100            # VT100 / VT220 emulation
 #options       WSEMUL_SUN              # sun terminal emulation
-options        WSEMUL_VT100            # VT100 / VT220 emulation
+#options       WSEMUL_DEFAULT="\"vt100\""  # NB: default is "sun" if enabled
 # different kernel output - see dev/wscons/wsdisplayvar.h
 options        WS_KERNEL_FG=WSCOL_GREEN
 #options       WS_KERNEL_BG=WSCOL_BLACK



Home | Main Index | Thread Index | Old Index