Skip to main content

Module vmm

Module vmm 

Source
Expand description

a very simple virtual memory manager

Structs§

VMArea
The paging facility must handle the case where vm_range > file range, i.e. vm_range.end - vm_range.start > f.len(). The trailing virtual memory range will be BSS (anonymous backed, zeroed). See fn bss_range
VMMan
VMPerms

Enums§

VMType