Expand description
Implements a loader for the kernel ELF binary.
Structs§
- ElfMemory
Requirements - Basic information about the memory segments of an elf file.
- Virtual
Address Offset - A helper type used to offset virtual addresses for position independent executables.
Functions§
- calc_
elf_ memory_ requirements - Calculates basic requirements needed to allocate memory for an elf file.
- load_
kernel - Loads the kernel ELF file given in
bytesin the givenpage_table.