diff options
Diffstat (limited to 'sys/arch/sgi')
-rw-r--r-- | sys/arch/sgi/stand/boot/boot.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sgi/stand/boot/boot.c b/sys/arch/sgi/stand/boot/boot.c index 0bc0e1b7cc5..4c9045e2108 100644 --- a/sys/arch/sgi/stand/boot/boot.c +++ b/sys/arch/sgi/stand/boot/boot.c @@ -1,4 +1,4 @@ -/* $OpenBSD: boot.c,v 1.9 2008/03/08 16:52:28 jsing Exp $ */ +/* $OpenBSD: boot.c,v 1.10 2008/03/28 02:50:02 jsing Exp $ */ /* * Copyright (c) 2004 Opsycon AB, www.opsycon.se. @@ -113,8 +113,8 @@ main(int argc, char *argv[]) ((void (*)())entry)(argc, argv); /* We failed to load the kernel. */ - printf("Boot FAILED!\n "); - Bios_Restart(); + printf("Boot FAILED!\n"); + Bios_EnterInteractiveMode(); } /* |