Keyboard buffer + getline

This commit is contained in:
2026-03-18 13:07:26 +01:00
parent f7735eb3a4
commit b77c53ae99
7 changed files with 125 additions and 8 deletions
+1 -1
View File
@@ -258,7 +258,7 @@ struct cpu_status_t* interrupt_dispatch(struct cpu_status_t* context)
case 33: // Keyboard Interrupt
keyboard_handler();
process_create("keyboard-initiated", kbdproc_main, NULL); // DEBUG
//process_create("keyboard-initiated", kbdproc_main, NULL); // DEBUG
outb(0x20, 0x20);
break;