mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 17:48:53 +00:00
ca971bbfd8
This patch changes the top-level directory layout as a preparatory step for improving the tools for managing 3rd-party source codes. The rationale is described in the issue referenced below. Issue #1082 |
||
---|---|---|
.. | ||
directory.h | ||
file.h | ||
lookup.h | ||
main.cc | ||
node_handle_registry.h | ||
node.h | ||
README | ||
record.h | ||
symlink.h | ||
target.mk | ||
util.h |
This directory contains a service that provides the contents of a TAR archive via the 'File_system::Session' interface. Configuration: ! <config> ! <archive name="tar_archive.tar" /> ! <policy label="label_of_client" root="/rootdir/for/client" /> ! </config> For an example, please refer to the 'libports/run/libc_fs_tar_fs.run' script.