diff options
Diffstat (limited to 'src/interrupts/idt.c')
-rw-r--r-- | src/interrupts/idt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interrupts/idt.c b/src/interrupts/idt.c index c75d378..0fb95df 100644 --- a/src/interrupts/idt.c +++ b/src/interrupts/idt.c @@ -31,7 +31,6 @@ void idt_set_gate(unsigned char num, unsigned long base, unsigned short sel, uns idt[num].flags = flags; } - // Install IDT void idt_install() { // Set IDT pointer and limit |