summaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: update build configsHEADmasterDanny Holman2025-08-281-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>
* kernel: x86_64: rename x86Danny Holman2025-05-031-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>
* README: update required compiler and descriptionv0.10Danny Holman2025-01-121-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>
* README: update copyright lineDanny Holman2024-02-211-1/+1
| | | | | | Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
* README: fix improper formattingDanny Holman2021-03-091-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>
* README: add project README fileDanny Holman2021-01-281-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>