Expand description
General bootloader-independent stuff.
Structs§
- Bootloader-independent information.
Enums§
- A type of memory, for use in MemoryMappings. The memory allocator will ignore all memory except for memory with type MemoryType::Free or MemoryType::HardwareSpecific memory with the boolean argument set.
Traits§
- Memory mapping. Used so that we can downcast.
- A single memory mapping for MemoryMap.
- Memory mapping.