simplify code
This commit is contained in:
parent
c812c5f63d
commit
aed7b1ce8d
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@ void idt_set_gate(unsigned char num, size_t base, unsigned short sel,
|
|||
configure_idt_entry(&idt[num], base, sel, flags);
|
||||
}
|
||||
|
||||
extern void isrsyscall(void);
|
||||
|
||||
/* Installs the IDT */
|
||||
void idt_install(void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue