Skip to content

Interrupt

Celve edited this page Jun 18, 2023 · 2 revisions

Interrupt

When a user program receives a outside interrupt, it would trap and hand over the control to the kernel. The kernel would then handle the interrupt, returning to the user program. The scheduling might occur depending on the type of the interrupt.

Clone this wiki locally