Linux Interrupt handler

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2023 Oct 11 7:39
Editor
Edited
Edited
2023 Oct 24 16:31
notion image
 
 
 
notion image
 
 

Step 1

Saving the IRQ Number and Registers
notion image

Step 2

do_IRQ(struct pt_regs regs)
Executing Interrupt Service Routine
notion image
 
 
 
 
 
 

Recommendations