Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/conf Add WSDISPLAY_CUSTOM_OUTPUT &co.
details: https://anonhg.NetBSD.org/src/rev/31e4c2290fd5
branches: trunk
changeset: 583886:31e4c2290fd5
user: uwe <uwe%NetBSD.org@localhost>
date: Sun Aug 28 00:28:41 2005 +0000
description:
Add WSDISPLAY_CUSTOM_OUTPUT &co.
diffstat:
sys/arch/hpcsh/conf/GENERIC | 13 +++++++++++--
1 files changed, 11 insertions(+), 2 deletions(-)
diffs (29 lines):
diff -r 074d51695075 -r 31e4c2290fd5 sys/arch/hpcsh/conf/GENERIC
--- a/sys/arch/hpcsh/conf/GENERIC Sat Aug 27 23:34:52 2005 +0000
+++ b/sys/arch/hpcsh/conf/GENERIC Sun Aug 28 00:28:41 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55 2005/08/19 05:19:50 christos Exp $
+# $NetBSD: GENERIC,v 1.56 2005/08/28 00:28:41 uwe Exp $
#
# GENERIC machine description file
#
@@ -173,9 +173,18 @@
options WSEMUL_VT100
# allocate a number of virtual screens at autoconfiguration time
options WSDISPLAY_DEFAULTSCREENS=4
-# different kernel output - see dev/wscons/wsdisplayvar.h
+
+# customization of console and kernel output - see dev/wscons/wsdisplayvar.h
+options WSDISPLAY_CUSTOM_OUTPUT # color customization from wsconsctl(8)
+#options WS_DEFAULT_FG=WSCOL_WHITE
+#options WS_DEFAULT_BG=WSCOL_BLACK
+#options WS_DEFAULT_COLATTR="(0)"
+#options WS_DEFAULT_MONOATTR="(0)"
options WS_KERNEL_FG=WSCOL_BROWN
options WS_KERNEL_BG=WSCOL_BLUE
+#options WS_KERNEL_COLATTR=""
+#options WS_KERNEL_MONOATTR=""
+
# 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