summaryrefslogtreecommitdiff
path: root/loader/main_efi.c
AgeCommit message (Collapse)Author
2026-05-24rename and move, function renames in stdioAda Christine
2024-02-02- don't typedef away function pointersAda Christine
- cleanups
2023-01-30headers moved aroundAda Christine
2023-01-04use homespun efi codeAda Christine
2022-03-19_MSC_EXTENSIONS was causing empty definition of __attribute__ leading to ↵Ada Christine
calling convention issue in enter_shim
2022-03-18clear and reset the output consoleAda Christine
2022-03-18now using clang, native PE UEFI loader image. made an ugly hack to getAda Christine
into the shim. it's probably ok.
2022-03-17loader now uses bespoke kprintf(), no longer depends on libefiAda Christine
2022-03-17pulled out kprintf() and friends into lib/Ada Christine
2022-03-15infrastructure for dynamic symbol resolutionAda Christine
2021-12-31clean up main_efi.cAda Christine
2021-12-19i don't know what i'm doing anymoreAda Christine
2021-12-17R_AMD64_RELATIVE relocations implemented for EFI shimAda Christine
2021-12-16reworking loaderAda Christine
2021-11-03change to GET_PROTOCOL to leave the handle table aloneAda Christine
2021-11-03file renameAda Christine