misc: IDT itself does not need to be in .realmode
This commit is contained in:
parent
94887a4533
commit
63bccd9b0a
|
@ -5,7 +5,6 @@
|
|||
|
||||
#if defined (bios)
|
||||
|
||||
__attribute__((section(".realmode")))
|
||||
static struct idt_entry idt_entries[32];
|
||||
|
||||
__attribute__((section(".realmode")))
|
||||
|
|
Loading…
Reference in New Issue