Broken term scrolling

This commit is contained in:
2026-01-10 14:43:51 +01:00
parent b469952d91
commit 091f94f89e
6 changed files with 26 additions and 23 deletions

View File

@@ -185,13 +185,14 @@ struct cpu_status_t* interrupt_dispatch(struct cpu_status_t* context)
break;
case 32:
//DEBUG("Tick!");
//DEBUG("Timer Interrupt");
ticks++;
// Send an EOI so that we can continue having interrupts
outb(0x20, 0x20);
break;
case 33:
DEBUG("Keyboard Interrupt");
keyboard_handler();
break;