![]() |
Xyris
0.5
|
#include <Arch/Arch.hpp>#include <Arch/i686/idt.hpp>#include <Arch/i686/isr.hpp>#include <Arch/i686/Assembly/Interrupts.h>#include <Panic.hpp>
Include dependency graph for isr.cpp:Go to the source code of this file.
Namespaces | |
| Interrupts | |
Functions | |
| void | Interrupts::exceptionHandler (struct registers *regs) |
| void | Interrupts::interruptHandler (struct registers *regs) |
| void | Interrupts::init () |
| void | Interrupts::registerHandler (uint8_t interrupt, InterruptHandler_t handler) |
Variables | |
| InterruptHandler_t | Interrupts::interruptHandlers [256] |
| void(* | Interrupts::exceptionHandlerStubs [ARCH_EXCEPTION_NUM])(void) |
| void(* | Interrupts::interruptHandlerStubs [ARCH_INTERRUPT_NUM])(void) |
Definition in file isr.cpp.