The action to be taken is thus deferred until the process receives the signal
Standard sequence for exception handling is similar to Interrupt handling
- Save the contents of most registers in the Kernel Mode stack
- Handle the exception (by C function)
- Exit from the handler (by ret_from_exception())
Exception handling notion