x86_64: expand IDT to 256 entries
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define NR_IDT_ENTRIES 48
|
||||
#define NR_IDT_ENTRIES 256
|
||||
|
||||
enum irq_vector {
|
||||
IRQ0 = 32,
|
||||
|
||||
Reference in New Issue
Block a user