summaryrefslogtreecommitdiff
path: root/kernel/arch/x86/include (follow)
Commit message (Collapse)AuthorAgeFilesLines
* kernel: x86_64: rename x86Danny Holman2025-05-039-419/+0
| | | | | | | 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-129-0/+419
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>