Update top-level README and doc/components.txt

This commit is contained in:
Norman Feske 2014-02-27 15:59:18 +01:00 committed by Christian Helmuth
parent 64d60bbc7f
commit 00f4ff37f6
2 changed files with 19 additions and 0 deletions

7
README
View File

@ -152,6 +152,13 @@ The Genode source tree is composed of the following subdirectories:
This source-code repository contains the device-driver environment for the
audio drivers of the Open Sound System (OSS).
:'dde_rump':
This source-code repository contains the port of rump kernels, which are
used to execute subsystems of the NetBSD kernel as user level processes.
The repository contains a server that uses a rump kernel to provide
various NetBSD file systems to Genode.
:'qt4':
This source-code repository contains the Genode version of Qt4 framework.

View File

@ -332,14 +332,26 @@ Separate components:
A read-only file-system implementation that reads data from a TAR archive,
which, in turn, is provided by a ROM service.
:'dde_rump/src/server/rump_fs':
A file-system server that contains various file-systems ported from the
NetBSD kernel.
:'os/src/server/lx_fs':
A file system server that makes the file system of a Linux base platform
available to Genode.
:'os/src/server/trace_fs':
A pseudo file system that can be used as a front end to core's TRACE
service.
:'os/src/server/rom_blk':
Provides the content of a ROM file as a block session, similar to the
loop-mount mechanism on Linux
:'os/src/server/ram_blk':
Provides the content of a RAM dataspace as a block session. In contrast
to 'rom_blk', this server provides a writeable block device.
:'os/src/server/terminal_log':
Adapter for forwarding LOG messages to a terminal session.