refactor: vmm_set_map has option to ignore existed mapping.
authorMinep <zelong56@gmail.com>
Sat, 18 Jun 2022 10:16:23 +0000 (11:16 +0100)
committerMinep <zelong56@gmail.com>
Sat, 18 Jun 2022 10:16:23 +0000 (11:16 +0100)
commitd251b620d312e819923e55e223e0eb43b72a3bc6
treeb4cb5bb1cbad48bcc5644498595556c027c354c4
parent61bcf0c65dac58d2f29ab40e016489c89ec8eec0
refactor: vmm_set_map has option to ignore existed mapping.
chore: optimize memcpy and memset with x86 feature.
lunaix-os/includes/lunaix/mm/vmm.h
lunaix-os/kernel/k_init.c
lunaix-os/kernel/mm/cow.c
lunaix-os/kernel/mm/dmm.c
lunaix-os/kernel/mm/vmm.c
lunaix-os/kernel/proc0.c
lunaix-os/kernel/process.c
lunaix-os/kernel/sched.c
lunaix-os/libs/klibc/string/mem.c