Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PROJECT RESTRUCTURING | Danny Holman | 2025-01-12 | 2 | -56/+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> | ||||
* | arch: i386: add a spinlock implementation | Danny Holman | 2024-05-27 | 2 | -0/+56 |
Add two functions to control thread-local spinlocks. Signed-off-by: Danny Holman <dholman@gymli.org> |