Kernel: Remove now obsolete RamFS

Everything is using now the better TmpFS which uses physical pages
for page allocation instead of the static kmalloc memory.
This commit is contained in:
2023-11-07 16:07:11 +02:00
parent 5044810451
commit d6ae1bcf36
5 changed files with 0 additions and 576 deletions

View File

@@ -26,8 +26,6 @@ set(KERNEL_SOURCES
kernel/FS/Pipe.cpp
kernel/FS/ProcFS/FileSystem.cpp
kernel/FS/ProcFS/Inode.cpp
kernel/FS/RamFS/FileSystem.cpp
kernel/FS/RamFS/Inode.cpp
kernel/FS/TmpFS/FileSystem.cpp
kernel/FS/TmpFS/Inode.cpp
kernel/FS/VirtualFileSystem.cpp