Max Wash 883b5ac9e2 vm: add vm-region to manage userspace virtual memory address spaces
vm-region supports creating nested regions of virtual memory, each with their
own memory protection restrictions.

vm-objects can be mapped into a vm-region, making the underlying memory
accessible. all mappings are lazy: page tables are not updated until the
mapped memory is accessed.
2026-02-08 12:59:08 +00:00
2026-02-08 12:32:48 +00:00
2026-02-08 12:52:14 +00:00
2026-02-03 21:28:15 +00:00
2023-05-07 12:37:21 +01:00
2023-01-31 13:11:53 +00:00
2024-11-02 11:31:51 +00:00
Description
Microkernel
Readme BSD-3-Clause 1.4 MiB
Languages
C 91.2%
Python 4%
Assembly 3.6%
CMake 0.8%
Shell 0.3%
Other 0.1%