Once all processes have been killed...
Posted: Thu Feb 05, 2009 7:01 am
What do you do once all processes/tasks have been killed?
In my microkernel you need at least one process running to spawn another, so a process-less environment is really pointless. So requesting all processes to be terminated, and waiting for them to die (or kill them directly if you have the privileges) is the only way to do a software shutdown.
I guess in some macrokernels it may be possible to press Ctrl+Alt+Delete and launch the task manager or something.
In my microkernel you need at least one process running to spawn another, so a process-less environment is really pointless. So requesting all processes to be terminated, and waiting for them to die (or kill them directly if you have the privileges) is the only way to do a software shutdown.
I guess in some macrokernels it may be possible to press Ctrl+Alt+Delete and launch the task manager or something.