⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

load_elf_from_file

Function load_elf_from_file 

Source
pub fn load_elf_from_file(path: &str) -> Result<ElfBinary, ElfError>
Expand description

Load an ELF binary from the filesystem