Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-16 | kern: vm: Implement lazy allocation for vm_map() | Ian Moffett | |
Introduce lazy allocation in the vm_map() function. When passing a zero value to any of the base address fields of the map spec, allocate our own memory. 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> |