UbixOS
2.0
|
Go to the source code of this file.
Macros | |
#define | EFLAG_IF 0x200 |
#define | EFLAG_IOPL3 0x3000 |
#define | EFLAG_TF 0x100 |
#define | EFLAG_VM 0x20000 |
Functions | |
int | idt_init () |
void | setTaskVector (uInt8 interrupt, uInt16 controlMajor, uInt8 selector) |
void | setVector (void *handler, unsigned char interrupt, unsigned short controlMajor) |
void | timerInt () |
void setVector | ( | void * | handler, |
unsigned char | interrupt, | ||
unsigned short | controlMajor | ||
) |
Definition at line 208 of file idt.c.
Referenced by atkbd_init(), fdc_init(), and initLNC().
void timerInt | ( | ) |