Kernel: Start work on adding support for new filesystems

Old code tried to create ext2 filesystem from all devices.
This commit is contained in:
2024-06-11 10:50:26 +03:00
parent d4903caafa
commit 766439db6d
7 changed files with 62 additions and 23 deletions

View File

@@ -32,6 +32,7 @@ set(KERNEL_SOURCES
kernel/FS/DevFS/FileSystem.cpp
kernel/FS/Ext2/FileSystem.cpp
kernel/FS/Ext2/Inode.cpp
kernel/FS/FileSystem.cpp
kernel/FS/Inode.cpp
kernel/FS/Pipe.cpp
kernel/FS/ProcFS/FileSystem.cpp