summaryrefslogtreecommitdiff
path: root/include/kernel/video (follow)
Commit message (Collapse)AuthorAgeFilesLines
* PROJECT RESTRUCTURINGDanny Holman2025-01-122-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 implementationDanny Holman2024-05-272-0/+56
Add two functions to control thread-local spinlocks. Signed-off-by: Danny Holman <dholman@gymli.org>