cfenollosa_os-tutorial/18-interrupts/cpu
ppw a61be311da
fix the multiple definition of idt & idt_reg
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.
2020-09-21 10:20:48 +08:00
..
idt.c fix the multiple definition of idt & idt_reg 2020-09-21 10:20:48 +08:00
idt.h Lesson 18 - the IDT 2015-02-02 12:32:46 +01:00
interrupt.asm Lesson 18 - the IDT 2015-02-02 12:32:46 +01:00
isr.c Lesson 18 - the IDT 2015-02-02 12:32:46 +01:00
isr.h Lesson 18 - the IDT 2015-02-02 12:32:46 +01:00
types.h Lesson 18 - the IDT 2015-02-02 12:32:46 +01:00