Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-15 | kern: vm_map: Add guard pages at end of mappings | Ian Moffett | |
Place a guard page at the end of every mapping to catch overflows before they start corrupting the system. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-15 | kern: vm: Add MI vm_map() function | Ian Moffett | |
Introduce a machine independent mechanism to map multiple pages through the new vm_map() function Signed-off-by: Ian Moffett <ian@osmora.org> |