Max Wash b8ccffd2d4 vm: add vm-object to represent non-contiguous physical memory allocations
vm-object can be used to demand-allocate non-contiguous physical memory, and
will provide an api for userspace programs to do the same. unless a vm-object
is created in-place (i.e. to represent a specific area of physical memory),
its memory pages are only allocated when the object is mapped AND someone
attempts to access the memory.
2026-02-08 12:58:31 +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%