Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PROJECT RESTRUCTURING | Danny Holman | 2025-01-12 | 2 | -82/+0 |
| | | | | | | | | 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> | ||||
* | libk: create a subset libc for kernel use | Danny Holman | 2024-05-27 | 2 | -0/+82 |
Create a subset of the C library for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.org> |