Source-Changes-HG archive

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

[src/netbsd-9]: src/sys/arch/luna68k/conf Pull up following revision(s) (requ...



details:   https://anonhg.NetBSD.org/src/rev/7970d4c9f354
branches:  netbsd-9
changeset: 366125:7970d4c9f354
user:      martin <martin%NetBSD.org@localhost>
date:      Sun May 15 12:29:46 2022 +0000

description:
Pull up following revision(s) (requested by tsutsui in ticket #1450):

        sys/arch/luna68k/conf/INSTALL: revision 1.32
        sys/arch/luna68k/conf/GENERIC: revision 1.131

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 085a12ae409f -r 7970d4c9f354 sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC     Sat May 14 11:42:17 2022 +0000
+++ b/sys/arch/luna68k/conf/GENERIC     Sun May 15 12:29:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.127 2019/04/26 22:46:03 sevan Exp $
+# $NetBSD: GENERIC,v 1.127.2.1 2022/05/15 12:29:46 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.127 $"
+#ident                 "GENERIC-$Revision: 1.127.2.1 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -128,6 +128,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 085a12ae409f -r 7970d4c9f354 sys/arch/luna68k/conf/INSTALL
--- a/sys/arch/luna68k/conf/INSTALL     Sat May 14 11:42:17 2022 +0000
+++ b/sys/arch/luna68k/conf/INSTALL     Sun May 15 12:29:46 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: INSTALL,v 1.27 2019/04/26 22:46:03 sevan Exp $
+# $NetBSD: INSTALL,v 1.27.2.1 2022/05/15 12:29:46 martin 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