2) FILESYSTEM
No due date
90% complete
All IO are implemented as files
- Mount manager, (http://code.google.com/p/naclports/source/browse/trunk/src/packages/scripts/?r=343#scripts%2Fnacl-mounts)?
- Non-persistent filesystem mountable on any input channel, by loading it all into RAM and mounting using MemMount from nacl-mounts
- TempFS in-memory filesystem ( mem-mount from above naclmounts project ?)
- …
All IO are implemented as files
- Mount manager, (http://code.google.com/p/naclports/source/browse/trunk/src/packages/scripts/?r=343#scripts%2Fnacl-mounts)?
- Non-persistent filesystem mountable on any input channel, by loading it all into RAM and mounting using MemMount from nacl-mounts
- TempFS in-memory filesystem ( mem-mount from above naclmounts project ?)
- Network IO represented to ZeroVM program as RO and WO files (nacl-mount would be great for that)
Everything comprehensively tested, but right now 100% coverage of third party code is not a requirement.
No need to implement now ZFS-based filesystem as we talked previously