Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2025-01-12 | PROJECT RESTRUCTURING | Danny Holman | 1 | -28/+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> | |||||
2024-03-28 | kernel: add a basic thread scheduler | Danny Holman | 1 | -0/+28 | |
Add a basic thread scheduler. This should allow the kernel to schedule threads according to the round robin algorithm. Signed-off-by: Danny Holman <dholman@gymli.org> |