mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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 source-code repository contains genuine low-level OS components and interfaces of Genode. It solely depends on the framework's base API.