Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add SPLASH example, like in i386.



details:   https://anonhg.NetBSD.org/src/rev/560f48d717fa
branches:  trunk
changeset: 752290:560f48d717fa
user:      ahoka <ahoka%NetBSD.org@localhost>
date:      Mon Feb 22 05:59:04 2010 +0000

description:
Add SPLASH example, like in i386.

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 58ed3bb6641f -r 560f48d717fa sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Mon Feb 22 05:57:10 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Mon Feb 22 05:59:04 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.267 2010/02/21 05:16:29 cnst Exp $
+# $NetBSD: GENERIC,v 1.268 2010/02/22 05:59:04 ahoka Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.267 $"
+#ident                 "GENERIC-$Revision: 1.268 $"
 
 maxusers       64              # estimated number of users
 
@@ -242,6 +242,9 @@
 options        WSDISPLAY_SCROLLSUPPORT
 # enable VGA raster mode capable of displaying multilingual text on console
 #options       VGA_RASTERCONSOLE
+# enable splash screen support; requires genfb or radeonfb
+#options        SPLASHSCREEN
+#options        SPLASHSCREEN_PROGRESS
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index