mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-06-13 12:54:24 +00:00
remove the definition of idt & idt_reg in 'idt.h', which is included by 2 files and causes multiple definition. Definite the variable idt & idt_reg here to solve the problem. |
||
|---|---|---|
| .. | ||
| idt.c | ||
| idt.h | ||
| interrupt.asm | ||
| isr.c | ||
| isr.h | ||
| types.h | ||