summaryrefslogtreecommitdiff
path: root/README.md (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-28bootstrap: update build configsHEADmasterDanny Holman1-4/+2
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-2/+5
Rename the x86 arch-specific directory to x86_64, reflecting clang's architecture selector flags. Signed-off-by: Danny Holman <dholman@gymli.org>
2025-01-12README: update required compiler and descriptionv0.10Danny Holman1-4/+5
Update the required compiler to x86_64-elf, and update the description to reflect the recent project restructuring. Signed-off-by: Danny Holman <dholman@gymli.org>
2024-02-21README: update copyright lineDanny Holman1-1/+1
Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
2021-03-09README: fix improper formattingDanny Holman1-0/+1
Fix wrong formatting in the project README file. Lists should have an empty line proceeding them, otherwise the first element is italicized. Signed-off-by: Danny Holman <dholman@gymli.xyz>
2021-01-28README: add project README fileDanny Holman1-0/+14
Add a README to the root of the project. This will act as a point of information to new users/developers. Signed-off-by: Danny Holman <dholman@gymli.xyz>