26 Aug, 2020
This tutorial needs understanding of basic of OS concepts as prerequisites.
Interrupts are the most important aspects of making a system interruptable and preemptable.
basically interrupts
are signal or event from a device, such as mouse, printer hard-drive or keyboard. these interrupts acknowledge CPU that stop
immediately whatever it is currently executing or doing.