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