Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sparc64/conf Use the new WSCOL_REALWHITE as default...



details:   https://anonhg.NetBSD.org/src/rev/994ca0b6f62d
branches:  trunk
changeset: 581061:994ca0b6f62d
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 22 20:17:09 2005 +0000

description:
Use the new WSCOL_REALWHITE as default background color.

diffstat:

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

diffs (26 lines):

diff -r 0cc9ec5fc883 -r 994ca0b6f62d sys/arch/sparc64/conf/GENERIC32
--- a/sys/arch/sparc64/conf/GENERIC32   Sun May 22 20:16:08 2005 +0000
+++ b/sys/arch/sparc64/conf/GENERIC32   Sun May 22 20:17:09 2005 +0000
@@ -1,10 +1,10 @@
-#      $NetBSD: GENERIC32,v 1.102 2005/05/03 14:48:52 martin Exp $
+#      $NetBSD: GENERIC32,v 1.103 2005/05/22 20:17:09 martin Exp $
 
 include "arch/sparc64/conf/std.sparc64"
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.102 $"
+#ident                 "GENERIC-$Revision: 1.103 $"
 
 maxusers       64
 
@@ -799,8 +799,7 @@
 # sun console as possible
 options        WSEMUL_SUN              # sun terminal emulation
 options        WS_DEFAULT_FG=WSCOL_BLACK
-options        WS_DEFAULT_BG=WSCOL_WHITE
-# options      WS_KERNEL_COLATTR=WSATTR_HILIT
+options        WS_DEFAULT_BG=WSCOL_REALWHITE
 options        WSDISPLAY_COMPAT_USL            # VT handling
 options        WSDISPLAY_COMPAT_RAWKBD         # can get raw scancodes
 options        WSDISPLAY_DEFAULTSCREENS=4



Home | Main Index | Thread Index | Old Index