mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
Kernel: Add Plan9FS :^)
This is an (incomplete, and not very stable) implementation of the client side of the 9P protocol.
This commit is contained in:
parent
187b785a05
commit
a8489967a3
5 changed files with 1147 additions and 6 deletions
|
@ -43,6 +43,7 @@ set(KERNEL_SOURCES
|
|||
FileSystem/Inode.cpp
|
||||
FileSystem/InodeFile.cpp
|
||||
FileSystem/InodeWatcher.cpp
|
||||
FileSystem/Plan9FileSystem.cpp
|
||||
FileSystem/ProcFS.cpp
|
||||
FileSystem/TmpFS.cpp
|
||||
FileSystem/VirtualFileSystem.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue