summaryrefslogtreecommitdiff
path: root/bootstrap/Makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-04bootstrap: create build filesDanny Holman1-4/+3
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>
2025-01-12PROJECT RESTRUCTURINGDanny Holman1-0/+18
Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org>