Added shutdown_started global variable. If it's set, we're in the
process of doing a shutdown. Initial purpose is - suppress dead process diagnostic message.
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
/* Variables relating to shutting down MINIX. */
|
||||
EXTERN char kernel_exception; /* TRUE after system exceptions */
|
||||
EXTERN char shutdown_started; /* TRUE after shutdowns / reboots */
|
||||
|
||||
/* Kernel information structures. This groups vital kernel information. */
|
||||
EXTERN phys_bytes aout; /* address of a.out headers */
|
||||
|
||||
Reference in New Issue
Block a user