Exception handling

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 16 7:27
Editor
Edited
Edited
2023 Oct 24 16:43
The action to be taken is thus deferred until the process receives the signal
Standard sequence for exception handling is similar to
Interrupt handling
  1. Save the contents of most registers in the Kernel Mode stack
  1. Handle the exception (by C function)
  1. Exit from the handler (by ret_from_exception())
Exception handling notion
 
 
 
 
 
 

Recommendations