Added code to support getting interrupts from the PIC. Can now get some data from the keyboard, however, it's not quite working yet.
This commit is contained in:
+1
-1
@@ -16,6 +16,6 @@ struct idt_ptr
|
||||
} __attribute__((packed));
|
||||
|
||||
void install_idt(void);
|
||||
void idt_set_gate(struct idt_entry*, unsigned long, unsigned short, unsigned char);
|
||||
void idt_set_gate(unsigned char, unsigned long, unsigned short, unsigned char);
|
||||
void load_idt(struct idt_ptr*);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user