mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-12 05:55:37 +00:00
The 'vfs_block' component will give access to a VFS file through a Block session. For more detailed information please look at its README. (On a technical note, the server currently only allows for one active session and has only one pending back end request but can easily be extended in the future.) Fixes #3781.
4 lines
59 B
Makefile
4 lines
59 B
Makefile
TARGET = vfs_block
|
|
SRC_CC = component.cc
|
|
LIBS = base vfs
|