#include <oskit/x86/pc/base_irq.h>void base_irq_default_handler(struct trap_state *state);
This routine is the default handler for all interrupts in the base environment. It simply displays a warning message and returns.It is expected that the client OS will override this default behavior for all interrupts it cares about, leaving this routine to be called only for unexpected interrupts.
- state
- A pointer to the processor state at the time of the interrupt.
- struct trap_state
- 10.8.1
- printf
- 9.6