summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2021-09-09 13:22:50 +0000
committerjakllsch <jakllsch@NetBSD.org>2021-09-09 13:22:50 +0000
commit40ffcc0e00ecf4eaed311f255abaa3428c7987d1 (patch)
treea1de91a7d72f23778a93cf2551a161790ad1b5cf /sys
parent218538e667ec52c360408809f038d5903330deb1 (diff)
Enable WSDISPLAY_CUSTOM_OUTPUT and WSDISPLAY_CUSTOM_BORDER on
amd64 GENERIC as i386 GENERIC already does.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/conf/GENERIC7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC
index 03665ec3e59..76aee0918e0 100644
--- a/sys/arch/amd64/conf/GENERIC
+++ b/sys/arch/amd64/conf/GENERIC
@@ -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 @@ include "arch/amd64/conf/std.amd64"
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_VT100 # VT100 / VT220 emulation
#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