Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-19 | kern: proc: Keep track of mapped areas with ranges | Ian Moffett | |
This commit adds a virtual memory range queue to the process descriptor in order to keep track of mapped pages and free their respective frames upon program exit. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-14 | kern: vm: Add virtual/physical address types | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-14 | os: vm: Add physical memory manager | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-13 | vm: Add initial vm/vm.h | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |