Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 246 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 246 Bytes

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.