summaryrefslogtreecommitdiff
path: root/bootstrap/stage1/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: update build configsHEADmasterDanny Holman2025-08-281-9/+50
| | | | | | | Update the build configuration files for the included bootloader to match the formatting requirements of the main build configs. Signed-off-by: Danny Holman <dholman@gymli.org>
* bootstrap: create build filesDanny Holman2025-05-041-0/+16
Create build infrastructure for a bootloader implementation. This loader should support UEFI and be able to load an ELF kernel at a designated entry point. Signed-off-by: Danny Holman <dholman@gymli.org>