fix: Fixed some issues regarding creating new page map levels
This commit is contained in:
parent
442b26df09
commit
6488abfcba
4 changed files with 13 additions and 3 deletions
|
@ -47,7 +47,7 @@ void exception_handler(registers_t *regs) {
|
|||
log("ints - PF: Faulting page flags: %p\n", vmm_get_flags(vmm_current_pm, cr2));
|
||||
}
|
||||
|
||||
dump_backtrace(regs);
|
||||
// dump_backtrace(regs);
|
||||
asm ("cli");
|
||||
while (1)
|
||||
asm ("hlt");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue