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> |