Kernel: Split ext2 implementation to multiple files

This commit is contained in:
Bananymous
2023-09-01 15:10:23 +03:00
parent f31c6b847f
commit a711462ef4
9 changed files with 791 additions and 762 deletions

View File

@@ -19,7 +19,8 @@ set(KERNEL_SOURCES
kernel/Errors.cpp
kernel/Font.cpp
kernel/FS/DevFS/FileSystem.cpp
kernel/FS/Ext2.cpp
kernel/FS/Ext2/FileSystem.cpp
kernel/FS/Ext2/Inode.cpp
kernel/FS/Inode.cpp
kernel/FS/Pipe.cpp
kernel/FS/RamFS/FileSystem.cpp