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 Enable WSDISPLAY_CUSTOM_OUTPUT and WSDIS...



details:   https://anonhg.NetBSD.org/src/rev/3e7ef316491c
branches:  trunk
changeset: 985818:3e7ef316491c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Thu Sep 09 13:22:50 2021 +0000

description:
Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER on
amd64 GENERIC as i386 GENERIC already does.

diffstat:

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

diffs (30 lines):

diff -r c07a416e7f3c -r 3e7ef316491c sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Thu Sep 09 13:08:07 2021 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Thu Sep 09 13:22:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.589 2021/05/17 04:07:42 yamaguchi Exp $
+# $NetBSD: GENERIC,v 1.590 2021/09/09 13:22:50 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.589 $"
+#ident         "GENERIC-$Revision: 1.590 $"
 
 maxusers       64              # estimated number of users
 
@@ -262,8 +262,11 @@
 #options       WSEMUL_SUN              # sun terminal emulation
 #options       WSEMUL_DEFAULT="\"vt100\""  # NB: default is "sun" if enabled
 # different kernel output - see dev/wscons/wsdisplayvar.h
+options        WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
 options        WS_KERNEL_FG=WSCOL_GREEN
 #options       WS_KERNEL_BG=WSCOL_BLACK
+# customization of console border color
+options        WSDISPLAY_CUSTOM_BORDER # custom border colors via wsconsctl(8)
 # compatibility to other console drivers
 options        WSDISPLAY_COMPAT_PCVT           # emulate some ioctls
 options        WSDISPLAY_COMPAT_SYSCONS        # emulate some ioctls



Home | Main Index | Thread Index | Old Index