Kernel: Implement basic SpinLock

This commit is contained in:
Bananymous
2023-02-01 01:51:25 +02:00
parent 1945b716ad
commit 337569b0ca
8 changed files with 109 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ kernel/PIT.o \
kernel/RTC.o \
kernel/Serial.o \
kernel/Shell.o \
kernel/SpinLock.o \
kernel/SSP.o \
kernel/TTY.o \
kernel/VesaTerminalDriver.o \