Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/luna68k/conf Use "options WS_KERNEL_FG=WSCOL_GREEN"...
details: https://anonhg.NetBSD.org/src/rev/1acb9ddf3f33
branches: trunk
changeset: 359972:1acb9ddf3f33
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Fri Feb 04 18:28:53 2022 +0000
description:
Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support.
For demonstration on nono that supports 4bpp framebuffer recently.
diffstat:
sys/arch/luna68k/conf/GENERIC | 7 +++++--
sys/arch/luna68k/conf/INSTALL | 5 ++++-
2 files changed, 9 insertions(+), 3 deletions(-)
diffs (47 lines):
diff -r 48c6256fec98 -r 1acb9ddf3f33 sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Fri Feb 04 17:21:56 2022 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Fri Feb 04 18:28:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.130 2020/09/27 13:48:52 roy Exp $
+# $NetBSD: GENERIC,v 1.131 2022/02/04 18:28:53 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.130 $"
+#ident "GENERIC-$Revision: 1.131 $"
makeoptions COPTS="-O2 -fno-reorder-blocks -fno-omit-frame-pointer"
# See share/mk/sys.mk. -fno-omit-frame-pointer is necessary for
@@ -130,6 +130,9 @@
options WSEMUL_VT100
options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
options WSDISPLAY_COMPAT_RAWKBD
+options WS_KERNEL_FG=WSCOL_GREEN
+#options WS_KERNEL_BG=WSCOL_BLACK
+
options FONT_OMRON12x20
config netbsd root on ? type ?
diff -r 48c6256fec98 -r 1acb9ddf3f33 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL Fri Feb 04 17:21:56 2022 +0000
+++ b/sys/arch/luna68k/conf/INSTALL Fri Feb 04 18:28:53 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.31 2020/09/27 13:48:52 roy Exp $
+# $NetBSD: INSTALL,v 1.32 2022/02/04 18:28:53 tsutsui Exp $
#
# config for installation ramdisk kernel
#
@@ -108,6 +108,9 @@
options WSEMUL_VT100
options WSDISPLAY_DEFAULTSCREENS=1
#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
+options WS_KERNEL_FG=WSCOL_GREEN
+#options WS_KERNEL_BG=WSCOL_BLACK
+
options FONT_OMRON12x20
config netbsd root on ? type ?
Home |
Main Index |
Thread Index |
Old Index