Interrupt handling

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 11 6:10
Editor
Edited
Edited
2023 Dec 20 1:44
Core feature of OS how efficiently load balancing between interrupts
The process on behalf of which an interrupt handler is executed must always stay in the TASK_RUNNING state so interrupt handlers cannot perform any blocking procedure such as I/O disk operations

Requirements

  • Kernel efficiency
  • Efficient handling of multiple I/Os
Interrupt handler notion
 
 
 
 
 
 

Recommendations