Modularize interrupt handlers, split up scheduler and PIT interrupt handlers

This commit is contained in:
2025-11-17 01:08:23 +01:00
parent f2b7c5da57
commit 77b5a4a153
6 changed files with 70 additions and 25 deletions

View File

@ -45,9 +45,9 @@ void kmain(void) {
log_bootinfo();
log_time();
gdt_init();
intr_init();
pmm_init();
vmm_init();
intr_init();
randcrypto_init();
ipc_mbusinit();
dev_init();