Age | Commit message (Collapse) | Author | |
---|---|---|---|
9 days | kernel: vm: Add objects, page struct and pagers | Ian Moffett | |
This commit expands the virtual memory subsystem by providing the initial implementation of virtual memory objects, pager descriptors and pagers. This change currently implemenents a minimal vnode pager. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-06-24 | Clean out for expt | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-05-01 | kernel: vm_vnode: Ref the virtual memory object | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-04-17 | kernel: vm: Add vnode pager | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |