refactor: simplify the vmm design, single responsibility. But using it should with...
authorMinep <zelong56@gmail.com>
Fri, 17 Jun 2022 23:04:09 +0000 (00:04 +0100)
committerMinep <zelong56@gmail.com>
Fri, 17 Jun 2022 23:04:09 +0000 (00:04 +0100)
commit61bcf0c65dac58d2f29ab40e016489c89ec8eec0
tree100b8a16baf57cdf66d4242c619d6995e1d4ee37
parentcd103ea1b3ff029cfc458b3913975b5600915341
refactor: simplify the vmm design, single responsibility. But using it should with great attention!
refactor: some formatting on code style.
13 files changed:
lunaix-os/bx_enh_dbg.ini [deleted file]
lunaix-os/includes/lunaix/mm/dmm.h
lunaix-os/includes/lunaix/mm/page.h
lunaix-os/includes/lunaix/mm/vmm.h
lunaix-os/kernel/asm/x86/pfault.c
lunaix-os/kernel/k_init.c
lunaix-os/kernel/mm/cow.c
lunaix-os/kernel/mm/dmm.c
lunaix-os/kernel/mm/kalloc.c
lunaix-os/kernel/mm/vmm.c
lunaix-os/kernel/proc0.c
lunaix-os/kernel/process.c
lunaix-os/kernel/sched.c