execute ltr in position where it doesnt fault

This commit is contained in:
2025-11-23 21:06:14 +01:00
parent d0e6c1e607
commit a7b488f270
5 changed files with 20 additions and 14 deletions

View File

@@ -40,7 +40,11 @@ extern "C" int main() {
tout.setPos(33, 0);
tout << OS_NAME << " (2.x)" << flush;
// Initialize IOAPIC
//// double faults correctly
//volatile uint16_t test1 = 0;
//volatile uint16_t test = 8/test1;
// Initialize IOAPIC
IOAPIC::init();
// Init timer (1000us = 1ms)