kernel: Prepare for v0.1-pre

This commit is contained in:
RaphProductions 2025-05-11 18:37:15 +02:00
parent 6e77fbc323
commit 3bbc916ffd
6 changed files with 11 additions and 25 deletions

View file

@ -74,5 +74,6 @@ void exception_handler(registers_t *regs) {
syscall_handle(regs);
}
// logln(info, "arch/ints", "Received interrupt %d\n", regs->int_no);
//vmm_load_pagemap(curr_proc->pm);
pic_ack(regs->int_no - 32);
}