Module Name:    src
Committed By:   tsutsui
Date:           Fri Feb  4 18:28:53 UTC 2022

Modified Files:
        src/sys/arch/luna68k/conf: GENERIC INSTALL

Log Message:
Use "options WS_KERNEL_FG=WSCOL_GREEN" as most ports with color support.

For demonstration on nono that supports 4bpp framebuffer recently.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/arch/luna68k/conf/GENERIC
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/luna68k/conf/INSTALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/conf/GENERIC
diff -u src/sys/arch/luna68k/conf/GENERIC:1.130 src/sys/arch/luna68k/conf/GENERIC:1.131
--- src/sys/arch/luna68k/conf/GENERIC:1.130	Sun Sep 27 13:48:52 2020
+++ src/sys/arch/luna68k/conf/GENERIC	Fri Feb  4 18:28:53 2022
@@ -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 @@ include 	"arch/luna68k/conf/std.luna68k"
 
 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 	NFS_BOOT_DHCP	# superset of BOO
 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 ?

Index: src/sys/arch/luna68k/conf/INSTALL
diff -u src/sys/arch/luna68k/conf/INSTALL:1.31 src/sys/arch/luna68k/conf/INSTALL:1.32
--- src/sys/arch/luna68k/conf/INSTALL:1.31	Sun Sep 27 13:48:52 2020
+++ src/sys/arch/luna68k/conf/INSTALL	Fri Feb  4 18:28:53 2022
@@ -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 	NFS_BOOT_DHCP	# superset of BOO
 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 ?

Reply via email to