refactor: clean up the virtual memory mappings
authorMinep <zelong56@gmail.com>
Sat, 27 Aug 2022 12:13:52 +0000 (13:13 +0100)
committerMinep <zelong56@gmail.com>
Sat, 27 Aug 2022 12:13:52 +0000 (13:13 +0100)
commit6d75e31596b5ac2e638c8a31c6c2185ee4053b6b
treef34e769f0b3f4619efe639baebaf7ce7b24d13d6
parenta4ec38a4c7ef61b04b92d34637c846a8e2e95f7f
refactor: clean up the virtual memory mappings
chores: other code clean up
16 files changed:
docs/img/lunaix-os-mem.png
lunaix-os/hal/pci.c
lunaix-os/includes/lunaix/common.h
lunaix-os/includes/lunaix/mm/cake.h
lunaix-os/includes/lunaix/mm/page.h
lunaix-os/includes/lunaix/sched.h
lunaix-os/kernel/asm/x86/pfault.c
lunaix-os/kernel/k_init.c
lunaix-os/kernel/mm/cake.c
lunaix-os/kernel/mm/dmm.c
lunaix-os/kernel/mm/kalloc.c
lunaix-os/kernel/mm/mmio.c
lunaix-os/kernel/mm/region.c
lunaix-os/kernel/process.c
lunaix-os/kernel/sched.c
lunaix-os/kernel/tty/tty.c