mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:57:45 +00:00
Kernel/FileSystem: Add the DevLoopFS filesystem
Similarly to DevPtsFS, this filesystem is about exposing loop device nodes easily in /dev/loop, so userspace doesn't need to do anything in order to use new devices immediately.
This commit is contained in:
parent
11ead5c84f
commit
0d2e4a7e67
6 changed files with 292 additions and 0 deletions
|
@ -140,6 +140,8 @@ set(KERNEL_SOURCES
|
|||
FileSystem/AnonymousFile.cpp
|
||||
FileSystem/BlockBasedFileSystem.cpp
|
||||
FileSystem/Custody.cpp
|
||||
FileSystem/DevLoopFS/FileSystem.cpp
|
||||
FileSystem/DevLoopFS/Inode.cpp
|
||||
FileSystem/DevPtsFS/FileSystem.cpp
|
||||
FileSystem/DevPtsFS/Inode.cpp
|
||||
FileSystem/Ext2FS/FileSystem.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue