x86_64: expand IDT to 256 entries

This commit is contained in:
2023-05-07 21:43:04 +01:00
parent d8326cfec5
commit ab4eeb8e16
3 changed files with 636 additions and 7 deletions

View File

@@ -9,7 +9,7 @@
extern "C" {
#endif
#define NR_IDT_ENTRIES 48
#define NR_IDT_ENTRIES 256
enum irq_vector {
IRQ0 = 32,