|
Retro Rocket Kernel
BASIC-Powered Operating System
|
#include <kernel.h>Data Structures | |
| struct | idt_ptr_t |
| struct | idt_entry_t |
Functions | |
| struct idt_ptr | __attribute__ ((packed)) |
| void | init_idt () |
| void | idt_init (void *idt) |
| void | pic_eoi (int irq) |
Variables | |
| uint16_t | limit |
| void * | base |
| struct idt_entry | __attribute__ |
| volatile idt_ptr_t | idt64 |
| struct idt_ptr __attribute__ | ( | (packed) | ) |
| void idt_init | ( | void * | idt | ) |
| void init_idt | ( | ) |
| void pic_eoi | ( | int | irq | ) |
| struct idt_entry __attribute__ |
| void* base |
|
extern |
| uint16_t limit |