summaryrefslogtreecommitdiff
path: root/sys/include/vm
AgeCommit message (Collapse)Author
2024-06-10kernel: vm: Add initial code for MI layerIan Moffett
Add initial code for the machine independent virtual memory layer Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-09kernel/amd64: pmap: Add initial pmap codeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-05kernel: vm: Add port of TLSFIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-04kernel: vm: Add physical memory allocatorIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2024-06-04kernel: Add initial virtual memory codeIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>