Kernel: Add Semaphore to block threads

This commit is contained in:
Bananymous
2023-03-30 18:45:47 +03:00
parent 7b7f4eb141
commit c2e3b422cc
7 changed files with 129 additions and 7 deletions

View File

@@ -57,6 +57,7 @@ kernel/PIT.o \
kernel/Process.o \
kernel/RTC.o \
kernel/Scheduler.o \
kernel/Semaphore.o \
kernel/Serial.o \
kernel/Shell.o \
kernel/SpinLock.o \