Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/stand/boot Add a prompt message.



details:   https://anonhg.NetBSD.org/src/rev/0e3416343ff6
branches:  trunk
changeset: 515672:0e3416343ff6
user:      minoura <minoura%NetBSD.org@localhost>
date:      Mon Oct 01 16:59:34 2001 +0000

description:
Add a prompt message.

diffstat:

 sys/arch/x68k/stand/boot/boot.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7af8def6c473 -r 0e3416343ff6 sys/arch/x68k/stand/boot/boot.c
--- a/sys/arch/x68k/stand/boot/boot.c   Mon Oct 01 16:58:01 2001 +0000
+++ b/sys/arch/x68k/stand/boot/boot.c   Mon Oct 01 16:59:34 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: boot.c,v 1.4 2001/09/29 03:50:12 minoura Exp $ */
+/*     $NetBSD: boot.c,v 1.5 2001/10/01 16:59:34 minoura Exp $ */
 
 /*
  * Copyright (c) 2001 Minoura Makoto
@@ -219,6 +219,7 @@
        char input[80];
        int n = 5, c;
 
+       printf("Press return to boot now, any other key for boot menu\n");
        printf("booting %s - starting in %d seconds. ",
                default_kernel, n);
        while (n-- > 0 && (c = awaitkey_1sec()) == 0) {



Home | Main Index | Thread Index | Old Index