summaryrefslogtreecommitdiff
path: root/arch/i386/kernel/spinlock.s
AgeCommit message (Collapse)Author
4 daysPROJECT RESTRUCTURINGDanny Holman
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-05-27arch: i386: add a spinlock implementationDanny Holman
Add two functions to control thread-local spinlocks. Signed-off-by: Danny Holman <dholman@gymli.org>