mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:47:35 +00:00
Kernel: Split the Ext2FileSystem.{cpp,h} files into smaller components
This commit is contained in:
parent
1c91881a1d
commit
3cc0d60141
15 changed files with 845 additions and 802 deletions
|
@ -111,7 +111,8 @@ set(KERNEL_SOURCES
|
|||
FileSystem/Custody.cpp
|
||||
FileSystem/DevPtsFS/FileSystem.cpp
|
||||
FileSystem/DevPtsFS/Inode.cpp
|
||||
FileSystem/Ext2FileSystem.cpp
|
||||
FileSystem/Ext2FS/FileSystem.cpp
|
||||
FileSystem/Ext2FS/Inode.cpp
|
||||
FileSystem/FATFS/FileSystem.cpp
|
||||
FileSystem/FATFS/Inode.cpp
|
||||
FileSystem/FIFO.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue