Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mongoose-os-libs/vfs-common
- Owner: mongoose-os-libs
- License: other
- Created: 2018-06-22T07:28:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T17:59:44.000Z (over 2 years ago)
- Last Synced: 2024-07-31T21:51:55.171Z (4 months ago)
- Language: C
- Size: 114 KB
- Stars: 2
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mongoose-os - vfs-common - Mongoose OS VFS common bits (Awesome Mongoose OS [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) / Official Libraries)
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.