Kernel: Map interrupt handlers for all processors

This doesn't mean that processors will actually handle the irqs
This commit is contained in:
2024-03-09 23:50:57 +02:00
parent 2420886c2c
commit 55d2a64f54
3 changed files with 4 additions and 8 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ namespace Kernel
BAN_NON_MOVABLE(IDT);
public:
static IDT* create(bool is_bsb);
static IDT* create();
[[noreturn]] static void force_triple_fault();