If the user has halted the system, allow them to press a key to reboot.

This commit is contained in:
thorpej 1997-02-02 05:33:30 +00:00
parent 6dc3c24a7c
commit 834bef67f2
1 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.78 1997/01/31 23:01:23 carrel Exp $ */
/* $NetBSD: machdep.c,v 1.79 1997/02/02 05:33:30 thorpej Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -1148,9 +1148,8 @@ boot(howto, bootstr)
/* Finally, halt/reboot the system. */
if (howto & RB_HALT) {
printf("System halted.\n\n");
asm(" stop #0x2700");
/* NOTREACHED */
printf("System halted. Hit any key to reboot.\n\n");
(void)cngetc();
}
printf("rebooting...\n");