Closed sleiderr closed 5 months ago
Implements InterruptManager, that manages the IDT and allows interrupt handlers to be registered in a more straightforward way.
InterruptManager
Introduces "dynamic" interrupt handlers that allows multiple handlers be defined for a same interrupt vector.
Implements
InterruptManager
, that manages the IDT and allows interrupt handlers to be registered in a more straightforward way.Introduces "dynamic" interrupt handlers that allows multiple handlers be defined for a same interrupt vector.