drop to prom on "halt" as well.

This commit is contained in:
mrg 2001-05-31 08:55:19 +00:00
parent 4d3b32a658
commit 283e406cb0
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: boot.c,v 1.2 2000/09/24 12:32:39 jdolecek Exp $ */
/* $NetBSD: boot.c,v 1.3 2001/05/31 08:55:19 mrg Exp $ */
#define DEBUG
/*
* Copyright (c) 1997, 1999 Eduardo E. Horvath. All rights reserved.
@ -128,7 +128,7 @@ parseargs(str, howtop)
int i;
/* Allow user to drop back to the PROM. */
if (strcmp(str, "exit") == 0)
if (strcmp(str, "exit") == 0 || strcmp(str, "halt") == 0)
_rtt();
/* Insert the kernel name if it is not there. */