I finished a first working version of the new interrupt handling for the hardware interrupts on POK. I did not change the handling of system-calls or exceptions.
In this post I will describe the old handling system, the dedicated callback functions for the IDT, a general ISR handler, the meta handler structure and the control flow for registering a handler and an interruption.