Kernel: Remove Shell from kernel

This is now obsolete since we have a userspace Shell.
This commit is contained in:
Bananymous
2023-06-12 02:04:52 +03:00
parent 9f9a70713e
commit 2253c45feb
4 changed files with 0 additions and 755 deletions

View File

@@ -41,7 +41,6 @@ set(KERNEL_SOURCES
kernel/Scheduler.cpp
kernel/Semaphore.cpp
kernel/Serial.cpp
kernel/Shell.cpp
kernel/SpinLock.cpp
kernel/SSP.cpp
kernel/Storage/ATABus.cpp