fix: Fixed some issues regarding creating new page map levels

This commit is contained in:
Kevin Alavik 2025-05-08 19:22:40 +02:00
parent 442b26df09
commit 6488abfcba
No known key found for this signature in database
GPG key ID: 0570047215B43EBD
4 changed files with 13 additions and 3 deletions

View file

@ -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");