From 3cec75ca6c6c7d0c3d07d4533653c285a819812b Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Fri, 24 May 1996 16:29:10 +0000 Subject: (reboot_mach): Insert a brief pause before actually rebooting the kernel so that the user has a chance to see any messages that may be displayed. --- init/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'init') diff --git a/init/init.c b/init/init.c index c15381dc..902c2fc5 100644 --- a/init/init.c +++ b/init/init.c @@ -134,6 +134,7 @@ reboot_mach (int flags) { printf ("init: %sing Mach (flags %#x)...\n", BOOT (flags), flags); fflush (stdout); + sleep (5); while ((errno = host_reboot (host_priv, flags))) perror ("host_reboot"); for (;;); -- cgit v1.2.3