anfang aufgabe 5 und notizen

This commit is contained in:
Simon
2025-06-27 15:49:07 +02:00
parent f5c42a8e77
commit 38a10f2010
4 changed files with 199 additions and 1 deletions

View File

@@ -123,7 +123,8 @@ void initInterruptHandlers() {
// TODO: Add more handlers here
IDT::set(Core::Interrupt::Vector::KEYBOARD,
IDT::InterruptDescriptor::Returning(handle_keyboard_asm));
IDT::set(Core::Interrupt::Vector::Timer,
IDT::InterruptDescriptor::Returning(handle_timer));
// Load the idt pointer
IDT::load();
}