|
My Kernel v0.1.0
|
Frame passed onto the interrupt handlers by our stub handler.
#include <interrupts.h>
Data Structures | |
| struct | cpu_interrupt_frame |
| Default x86 interrupt frame pushed by the cpu Intel developper manual, figure 6-4. More... | |
| struct | registers_dump |
| Dump of the process's registers. More... | |
Data Fields | |
| u32 | nr |
| Interrupt number (pushed by our stub) | |
| u32 | error |
| Error code for this exception (pushed by our stub) | |