Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mongoose-os-libs/vfs-common

Mongoose OS VFS common bits
https://github.com/mongoose-os-libs/vfs-common

Last synced: 21 days ago
JSON representation

Mongoose OS VFS common bits

Awesome Lists containing this project

README

        

VFS subsystem multiplexes calls to libc file API methods such as open,
read, write and close between (potentially) several filesystems attached
at different mount points.

A filesystem is backed by a device which supports block reads and writes.