Handle ps2 keyboard, no APIC for now

This commit is contained in:
2025-09-07 14:25:23 +02:00
parent 0cbf308d95
commit 4f3053bc8e
13 changed files with 61 additions and 226 deletions

View File

@ -65,7 +65,6 @@ void kmain(void) {
storedev_init();
baseimg_init();
vfs_init();
hal_init_withmalloc();
proc_init();
for(;;);