summaryrefslogtreecommitdiff
path: root/loader/Makefile
AgeCommit message (Collapse)Author
2024-02-25garbage dayAda Christine
2023-07-22make breakAda Christine
2023-07-14fix clean targetAda Christine
2023-01-30moved strtoull() into string.cAda Christine
2023-01-29remove pdbAda Christine
2022-03-23fix collision with /usr/include/efi/lib.hAda Christine
squash me
2022-03-19_MSC_EXTENSIONS was causing empty definition of __attribute__ leading to ↵Ada Christine
calling convention issue in enter_shim
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
2021-12-19i don't know what i'm doing anymoreAda Christine
2021-12-16reworking loaderAda Christine
2021-11-03file renameAda Christine
2021-05-06moved image stuff to image_efi.cAda Christine
2021-05-06moved paging code, slight modificationsAda Christine
2021-03-29don't echo command spamAda Christine
move common files to new source add VPATH to loader and kernel makefiles for common source
2021-03-17initial commitAda Christine