IDT: set entry, load into IDTR, interrupt stub + dispatcher for common faults

This commit is contained in:
2025-12-22 19:38:50 +01:00
parent 0031c2fe03
commit d0b4da0596
5 changed files with 418 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
#include <stddef.h>
#include <stdint.h>
// We won't be linked to standard library, but still need the basic mem* functions
// so everything goes allright with the compiler