--- Gnu-Mach/kern/debug.c 2020/09/02 04:36:57 1.1.1.1 +++ Gnu-Mach/kern/debug.c 2020/09/02 04:41:11 1.1.1.2 @@ -159,7 +159,7 @@ panic(s, va_alist) /* Give the user time to see the message */ { - int i = 60; /* seconds */ + int i = 1000; /* seconds */ while (i--) delay (1000000); /* microseconds */ }