[−][src]Function sunrise_kernel::elf_loader::map_grub_module
pub fn map_grub_module(
module: &ModuleTag
) -> Result<MappedGrubModule, KernelError>
Maps a grub module, which already lives in reserved physical memory, into the KernelLand.
Error:
- VirtualMemoryExhaustion: cannot find virtual memory where to map it.