Kernel: Map interrupt handlers for all processors
This doesn't mean that processors will actually handle the irqs
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user