wip: debug memory pages persistency

This commit is contained in:
2024-10-21 13:36:42 +02:00
parent 8c936f6323
commit 4337bc11c8
5 changed files with 24 additions and 10 deletions

View File

@ -22,7 +22,7 @@ void kpanic(const char *format, ...)
kprintf("fault at address: %p\n", faulting_address);
/* for (int i = 16; i < 32; i++) */
/* kprintf("%p\n", page_table1[i]); */
show_valloc_mem();
/* show_valloc_mem(); */
/* kprintf("\n\n"); */
/* print_stack(); */
/* kprintf("\n\n"); */