Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/dreamcast/conf Add options KLOADER, to make it easi...



details:   https://anonhg.NetBSD.org/src/rev/91561cf3acef
branches:  trunk
changeset: 572538:91561cf3acef
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 07 11:32:43 2005 +0000

description:
Add options KLOADER, to make it easier to boot a new kernel on the console.

diffstat:

 sys/arch/dreamcast/conf/GENERIC |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 681849136fce -r 91561cf3acef sys/arch/dreamcast/conf/GENERIC
--- a/sys/arch/dreamcast/conf/GENERIC   Fri Jan 07 11:19:55 2005 +0000
+++ b/sys/arch/dreamcast/conf/GENERIC   Fri Jan 07 11:32:43 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.46 2004/11/10 17:54:04 christos Exp $
+# $NetBSD: GENERIC,v 1.47 2005/01/07 11:32:43 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -136,6 +136,9 @@
 
 options        NFS_BOOT_DHCP   # Support DHCP NFS root
 
+options        KLOADER         # in-kernel bootloader
+#options       KLOADER_DEBUG
+
 # wscons options
 options        WSEMUL_VT100            # VT100 / VT220 emulation
 options        FONT_BOLD8x16



Home | Main Index | Thread Index | Old Index