fix(IDT): Fix use of runtime loop

This commit is contained in:
Daniel Hammer
2025-03-08 10:46:19 +01:00
parent 942adef65f
commit b774f82625
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -116,9 +116,7 @@ namespace Hal {
IDTR.Limit = 0x0FF;
IDTR.Base = (uint64_t)&IDT;
for (size_t i = 0; i < 32; i++) {
SetHandler<0, 31>::run();
}
SetHandler<0, 31>::run();
kout << "[Hal] Created exception interrupt vectors" << "\n";