mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2025-12-16 11:32:10 +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 | ||