0
2.8kviews
Saving the Context of a Process
1 Answer
| written 6.5 years ago by |
Interrupts and Exceptions
Handling interrupts and exceptions is an important responsibility of the system. If the system is under execution and processor is at a lower level, and if an interrupt occurs, the kernel accepts the interrupt first, before decoding the next instruction. After that, it raises the processor execution …