Expand description
A datatype which describes a region of memory, used when memory only gets mapped in paging early on and later recieves VMAs
Authors: MarioS271
Structs§
- Boot
Mapping - A data structure to define a memory mapping for when its definition needs to be remembered briefly (like when VMAs and pages get build at different times)
Functions§
Type Aliases§
- Boot
Mappings - A type to avoid repeating
[BootMapping; 4]everywhere