summaryrefslogtreecommitdiff
path: root/sys/include/vm/vm_obj.h
AgeCommit message (Collapse)Author
8 dayskernel: vm: Add objects, page struct and pagersIan 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>