summaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.c
AgeCommit message (Collapse)Author
4 hoursproject: Correct malformed copyright headersHEADmasterIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: vm: Add frame allocation and deallocationIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: phys: Find free memory to fit a bitmapIan Moffett
This commit introduces logic for bitmap allocation and population so that allocations can be made Signed-off-by: Ian Moffett <ian@osmora.org>
2 dayskern: vm: Add initial physical memory managementIan Moffett
Signed-off-by: Ian Moffett <ian@osmora.org>