-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature
Description
This issue proposes adding support for file backed pages to the memory subsystem.
A file mapped page refers to a memory page that is mapped directly to a file, allowing the contents of the file to be accessed via memory rather than explicit I/O operations.
TODO
- Change
vm_normalsegment driver tovm_vnode - Associate vm_segment with a vnode + offset
- Fill page with the vnode's content during lazy loading phase
- Make physical page CoW by default
References
- SunOS VI - Virtual Memory Implementation
Metadata
Metadata
Assignees
Labels
arch: noneNot architecture specificNot architecture specifictarget: kernelKernel related featuresKernel related featurestype: newImplement a new featureImplement a new feature