Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-15 | os/amd64: Make MMU header standard per arch | Ian Moffett | |
Lunos's virtual memory system is split into two parts, the machine dependent MMU layer and the machine independent layer. The MMU side exposes a standard bridge header that allows the MI layer to interface with the MD layer. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-15 | kern: Add TLSF allocator port | Ian Moffett | |
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> |