#include <oskit/x86/pc/base_irq.h>
Pointer to a software interrupt handler called by the interrupt entry/exit stub code when a software interrupt has been requested and needs to be run. The default value of this pointer is the function base_irq_softint_default_handler, which simply returns; to use software interrupts, the kernel must override it.The handler is free to examine and modify the processor state in state.
- state
- A pointer to the processor state at the time of the interrupt.
- struct trap_state
- 15.8.1