mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
Kernel: Split the ISO9660FileSystem.{cpp,h} files to smaller components
This commit is contained in:
parent
fca3b7f1f9
commit
1c91881a1d
11 changed files with 871 additions and 779 deletions
|
@ -122,7 +122,9 @@ set(KERNEL_SOURCES
|
|||
FileSystem/InodeFile.cpp
|
||||
FileSystem/InodeMetadata.cpp
|
||||
FileSystem/InodeWatcher.cpp
|
||||
FileSystem/ISO9660FileSystem.cpp
|
||||
FileSystem/ISO9660FS/DirectoryIterator.cpp
|
||||
FileSystem/ISO9660FS/FileSystem.cpp
|
||||
FileSystem/ISO9660FS/Inode.cpp
|
||||
FileSystem/Mount.cpp
|
||||
FileSystem/OpenFileDescription.cpp
|
||||
FileSystem/Plan9FS/FileSystem.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue