Filesystem services: Difference between revisions
Line 163: | Line 163: | ||
= IFileSystem = | = IFileSystem = | ||
There are two main implementations of this interface: | |||
* '''RomFS''': Filesystem implementation statically linked in the binary. Uses an [[#IStorage]] interface as underlying raw device. | |||
* '''IPC proxy''': Used for all non-RomFS filesystems. In this case, actual filesystem implementation is in the FS process. | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
|- | |- |