Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf Comment-out the RASTERCONSOLE_{BG, FG} co...
details: https://anonhg.NetBSD.org/src/rev/bf0cc74c91f4
branches: trunk
changeset: 485065:bf0cc74c91f4
user: pk <pk%NetBSD.org@localhost>
date: Mon Apr 17 21:48:23 2000 +0000
description:
Comment-out the RASTERCONSOLE_{BG,FG} color settings; they represent
the default initialization.
diffstat:
sys/arch/sparc/conf/GENERIC | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 05a9b0ecbffc -r bf0cc74c91f4 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Mon Apr 17 21:28:49 2000 +0000
+++ b/sys/arch/sparc/conf/GENERIC Mon Apr 17 21:48:23 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.102 2000/02/29 06:32:29 simonb Exp $
+# $NetBSD: GENERIC,v 1.103 2000/04/17 21:48:23 pk Exp $
include "arch/sparc/conf/std.sparc"
-#ident "GENERIC-$Revision: 1.102 $"
+#ident "GENERIC-$Revision: 1.103 $"
maxusers 32
@@ -27,8 +27,10 @@
options RASTERCONSOLE # fast rasterop console
options FONT_GALLANT12x22 # the console font
#options FONT_BOLD8x16 # a somewhat smaller font
-options RASTERCONSOLE_FGCOL=WSCOL_BLACK
-options RASTERCONSOLE_BGCOL=WSCOL_WHITE
+## default console colors: black-on-white; this can be changed
+## using the following two options.
+#options RASTERCONSOLE_FGCOL=WSCOL_BLACK
+#options RASTERCONSOLE_BGCOL=WSCOL_WHITE
#### System options that are the same for all ports
Home |
Main Index |
Thread Index |
Old Index