summaryrefslogtreecommitdiff
path: root/patterns.mk (unfollow)
Commit message (Collapse)AuthorFilesLines
3 daysbuild: align all build filesDanny Holman1-1/+1
Align all the build makefiles so that the standard template is used OS-wide. Remove all the dangling files leftover from pre-standardization. Signed-off-by: Danny Holman <dholman@gymli.org>
2025-08-28bootstrap: update build configsDanny Holman1-13/+16
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>
2025-05-03kernel: x86_64: rename x86Danny Holman1-0/+33
Rename the x86 arch-specific directory to x86_64, reflecting clang's architecture selector flags. Signed-off-by: Danny Holman <dholman@gymli.org>