uefi_loader/
elf.rs

1//! # ELF file handling
2
3pub mod loader;
4pub mod parser;
5
6pub const PAGE_SIZE: u64 = 4096;