feat(IDT): IDT and exception handling support

This commit is contained in:
Daniel Hammer
2025-03-08 10:40:12 +01:00
parent 3656df42bc
commit 942adef65f
9 changed files with 245 additions and 9 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ namespace Memory {
}
[[unlikely]] if (currentLargestSection.address == 0) {
Panic("Couldn't find a usable memory section.", System::Registers{});
Panic("Couldn't find a usable memory section.", nullptr);
}
return currentLargestSection;