summaryrefslogtreecommitdiff
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bootstrap: update build configsHEADmasterDanny Holman2025-08-281-0/+4
| | | | | | | 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-4/+6
| | | | | | | Rename the x86 arch-specific directory to x86_64, reflecting clang's architecture selector flags. Signed-off-by: Danny Holman <dholman@gymli.org>
* PROJECT RESTRUCTURINGDanny Holman2025-01-121-8/+33
| | | | | | | | 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>
* README: update copyright lineDanny Holman2024-02-211-0/+6
| | | | | | Update the copyright year and contact email in the README file. Signed-off-by: Danny Holman <dholman@gymli.org>
* git: stop ignoring assembly filesDanny Holman2021-08-301-1/+36
| | | | | | | Remove the '*.s' line from .gitignore. There are important assembler files that should be in a distribution. Signed-off-by: Danny Holman <dholman@gymli.xyz>
* Initial commitDanny Holman2021-01-171-0/+3
Signed-off-by: Danny Holman <dholman@gymli.xyz>