interrupt: remove global IDTR/GDTR

LIDT/LGDT is now called with addresses in stack
This commit is contained in:
2021-11-07 17:48:41 +08:00
parent 7f7a985ed6
commit 3b9fc2f4d0
2 changed files with 2 additions and 4 deletions

View File

@ -6,8 +6,7 @@
#include "../runtime/panic_assert.h"
#include "testcode.h"
interrupt_DescriptorTableReference *interrupt_IDTR, *interrupt_GDTR;
bool interrupt_Enabled;
bool interrupt_Enabled;
/*