OFP: temporary ANON mmap() rewrite

This commit is contained in:
Balazs Gerofi
2018-06-07 07:16:49 +09:00
parent 2f0c2aae9e
commit 09f63483cc
9 changed files with 239 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ void panic(const char *msg)
kprintf("%s\n", msg);
arch_print_stack();
//arch_print_stack();
while (1) {
cpu_halt();