Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/conf add a commented out WS_KERNEL_BG option, ...
details: https://anonhg.NetBSD.org/src/rev/aad82864c5b4
branches: trunk
changeset: 467812:aad82864c5b4
user: drochner <drochner%NetBSD.org@localhost>
date: Mon Mar 29 19:57:34 1999 +0000
description:
add a commented out WS_KERNEL_BG option, closes PR port-i386/7271
by Charlie Root <root%theprovider.com@localhost>
diffstat:
sys/arch/i386/conf/GENERIC | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 9244766cb2b1 -r aad82864c5b4 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Mon Mar 29 19:54:23 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC Mon Mar 29 19:57:34 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.229 1999/03/27 23:27:58 nathanw Exp $
+# $NetBSD: GENERIC,v 1.230 1999/03/29 19:57:34 drochner Exp $
#
# GENERIC -- everything that's currently supported
#
@@ -148,6 +148,7 @@
options WSEMUL_VT100 # VT100 / VT220 emulation
# different kernel output - see dev/wscons/wsdisplayvar.h
options WS_KERNEL_FG=WSCOL_GREEN
+#options WS_KERNEL_BG=WSCOL_BLACK
# 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