kernel: Prepare for v0.1-pre
This commit is contained in:
parent
6e77fbc323
commit
3bbc916ffd
6 changed files with 11 additions and 25 deletions
|
@ -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);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue