mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-29 15:44:02 +00:00
84f8305cdf
This patch replaces the direct use of a file-system session via the 'file_system/util.h' helpers by the VFS using the os/vfs.h API. This makes the component more flexible while removing the dependence from read and write utilities of file_system/util.h, which happen to rely on the (now removed) blocking packet-stream semantics. Issue #4390
This directory contains ports of popular 3rd-party applications to Genode. The 'ports' repository follows the line of the 'libports' repository. For instructions about downloading and building 3rd-party applications, please refer to 'libports/README'. Dependencies from other repositories ------------------------------------ Application provided by the 'ports' repository typically expect a rich runtime environment, including shared libraries provided by the 'libports' repository. Hence, 'ports' depends on 'libports'.