interrupt: remove global IDTR/GDTR
LIDT/LGDT is now called with addresses in stack
This commit is contained in:
@ -6,8 +6,7 @@
|
||||
#include "../runtime/panic_assert.h"
|
||||
#include "testcode.h"
|
||||
|
||||
interrupt_DescriptorTableReference *interrupt_IDTR, *interrupt_GDTR;
|
||||
bool interrupt_Enabled;
|
||||
bool interrupt_Enabled;
|
||||
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user