Have a way for the kernel to interrupt the processes suddenly, this can mean stuff to handle: - memory faults (have a way for the process to catch that if possible? not sure if possible tho) - terminate/kill (implemented separate from this issue) - other?
Have a way for the kernel to interrupt the processes suddenly, this can mean stuff to handle: