Expand description
Arch-Independent VMM Code (traits, AddressSpace, VMAs)
Authors: MarioS271
Modulesยง
- address_
space ๐ - Stores the page pointer and VMAs for a process or the kernel
- boot_
mapping ๐ - A datatype which describes a region of memory, used when memory only gets mapped in paging early on and later recieves VMAs
- traits ๐
- Authors: MarioS271
- vma ๐
- Type that represents virtual memory areas which are used to mark certain memory read, write, user or execute
- vmm ๐
- VMM definitions (VMM struct, common helpers)