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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user