Fork of the Genode OS framework
Go to file
Alexander Boettcher 80838831d8 make dde_linux repository an optional one
Since dde_linux now contains the port of the Linux IP stack available for all
Genode base-* platforms move the repository out of drivers_arm and drivers_x86
build.conf to the optional build.conf (available to all platforms).
2013-11-26 14:32:05 +01:00
base base: Local signal submit 2013-11-25 12:12:31 +01:00
base-codezero base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
base-fiasco base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
base-foc base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
base-host base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
base-hw hw: re-add priority down-scaling 2013-11-25 09:50:27 +01:00
base-linux base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
base-nova nova: support creation of vCPU in own PD 2013-11-25 12:12:31 +01:00
base-okl4 okl4 & priority.run: new order of core services 2013-11-25 09:46:28 +01:00
base-pistachio base: count caps replied by a rpc function 2013-11-18 11:01:45 +01:00
dde_ipxe Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
dde_linux lxip: Port of the Linux TCP/IP stack 2013-11-26 14:32:05 +01:00
dde_oss Rename 'oss_drv' to 'audio_out_drv' 2013-08-13 17:27:40 +02:00
demo launchpad: Support configuration of launch entries 2013-11-25 09:45:30 +01:00
doc Server for writing terminal output to LOG session 2013-11-12 17:59:29 +01:00
gems block_session: extend interface with sync() call 2013-11-25 12:12:31 +01:00
hello_tutorial hello_tutorial: add missing <config> snippets 2013-09-29 12:23:22 +02:00
libports x86emu: avoid compiler warning 2013-11-18 11:01:45 +01:00
os block_session: extend interface with sync() call 2013-11-25 12:12:31 +01:00
ports lxip: Port of the Linux TCP/IP stack 2013-11-26 14:32:05 +01:00
ports-foc l4lx: extend l4linux_dynamic run script 2013-10-30 12:27:43 +01:00
qt4 qt4: Workarounds for missing C++11 compatibility 2013-11-07 14:58:34 +01:00
tool make dde_linux repository an optional one 2013-11-26 14:32:05 +01:00
.gitignore stdcxx: Add 'initializer_list' header of supc++ 2013-09-23 14:26:02 +02:00
LICENSE Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
README Remove OKLinux 2013-10-22 08:00:16 +02:00

README

                      =================================
                      Genode Operating System Framework
                      =================================


This is the source tree of the reference implementation of the Genode OS
architecture. For a general overview about the architecture, please refer to
the project's official website:

:Official project website for the Genode OS Framework:

  [http://genode.org/documentation/general-overview]

The current implementation can be compiled for 8 different kernels: Linux,
L4ka::Pistachio, L4/Fiasco, OKL4, NOVA, Fiasco.OC, Codezero, and a custom
kernel for running Genode directly on ARM-based hardware. Whereas the Linux
version serves us as development vehicle and enables us to rapidly develop the
generic parts of the system, the actual target platforms of the framework are
microkernels. There is no "perfect" microkernel - and neither should there be
one. If a microkernel pretended to be fit for all use cases, it wouldn't be
"micro". Hence, all microkernels differ in terms of their respective features,
complexity, and supported hardware architectures.

Genode allows the use of each of the kernels listed above with a rich set of
device drivers, protocol stacks, libraries, and applications in a uniform way.
For developers, the framework provides an easy way to target multiple different
kernels instead of tying the development to a particular kernel technology. For
kernel developers, Genode contributes advanced workloads, stress-testing their
kernel, and enabling a variety of application use cases that would not be
possible otherwise. For users and system integrators, it enables the choice of
the kernel that fits best with the requirements at hand for the particular
usage scenario.


Directory overview
##################

The Genode source tree is composed of the following subdirectories:

:'doc':

  This directory contains general documentation. Please consider the following
  document for a quick guide to get started with the framework:

  ! doc/getting_started.txt

  If you are curious about the ready-to-use components that come with the
  framework, please review the components overview:

  ! doc/components.txt

:'base':

  This directory contains the source-code repository of the fundamental
  frameworks and interfaces of Genode. Furthermore, it contains the generic
  parts of core.

:'os':

  This directory contains the non-base OS components such as the init process,
  device drivers, and basic system services.

:'demo':

  This directory contains the source-code repository of various services and
  applications that we use for demonstration purposes. For example, a graphical
  application launcher called Launchpad and the Scout tutorial browser.

:'base-<platform>':
  These directories contain platform-specific source-code repositories
  complementing the 'base' repository. The following platforms are supported:

  :'linux':
    Linux kernel (both x86_32 and x86_64)

  :'nova':
    NOVA hypervisor developed at University of Technology Dresden
    See [http://genode.org/documentation/platforms/nova]

  :'foc':
    Fiasco.OC is a modernized version of the Fiasco microkernel with a
    completely revised kernel interface fostering capability-based
    security. It is not compatible with L4/Fiasco.
    See [http://genode.org/documentation/platforms/foc]

  :'hw':
    The hw platform allows the execution of Genode on bare ARM hardware
    without the need for a separate kernel. The kernel functionality is
    included in core.
    See [http://genode.org/documentation/platforms/hw]

  :'okl4':
    OKL4 kernel (x86_32 and ARM) developed at Open-Kernel-Labs.
    See [http://genode.org/documentation/platforms/okl4]

  :'pistachio':
    L4ka::Pistachio kernel developed at University of Karlsruhe.
    See [http://genode.org/documentation/platforms/pistachio]

  :'fiasco':
    L4/Fiasco kernel developed at University of Technology Dresden.
    See [http://genode.org/documentation/platforms/fiasco]

  :'codezero':
    Codezero microkernel developed by B-Labs
    See [http://genode.org/documentation/platforms/codezero]

  :'host':
    Pseudo platform documenting the interface between the generic and
    platform-specific parts of the base framework. This is not a functional
    base platform.

:'tool':

  Source-code management tools and scripts. Please refer to the README file
  contained in the directory.

:'hello_tutorial':

  Tutorial for creating a simple client-server scenario with Genode. This
  repository includes documentation and the complete source code.

:'libports':

  This source-code repository contains ports of popular open-source libraries
  to Genode, most importantly the C library. The repository contains no
  upstream source code but means to download the code and adapt it to Genode.
  For instructions about how to use this mechanism, please consult the README
  file at the top level of the repository. Among the 3rd-party libraries
  are Qt5, libSDL, freetype, Python, ncurses, Mesa, and libav.

:'dde_linux':

  This source-code repository contains the device driver environment for
  executing Linux device drivers natively on Genode. Currently, this
  repository hosts the USB stack.

:'linux_drivers':

  Deprecated version of the Linux device driver environment featuring audio
  drivers and the Intel GEM driver. This repository is in a transitionary
  phase. Its functionality will be incorporated into 'dde_linux'.

:'dde_ipxe':

  This source-code repository contains the device-driver environment for
  executing drivers of the iPXE project.

:'dde_oss':

  This source-code repository contains the device-driver environment for the
  audio drivers of the Open Sound System (OSS).

:'qt4':

  This source-code repository contains the Genode version of Qt4 framework.
  Please find more information about using Qt4 with Genode in the repository's
  'README' file. Please note that the Qt4 support is deprecated. Use Qt5
  as contained in 'libports' instead.

:'ports':

  This source-code repository hosts ports of 3rd-party applications to
  Genode. The repository does not contain upstream source code but provides
  a mechanism for downloading the official source distributions and adapt
  them to the Genode environment. The used mechanism is roughly the same
  as used for the 'libports' repository. Please consult 'libports/README'
  for further information.

:'ports-<platform>':

  These platform-specific source-code repositories contain software that
  capitalizes special features of the respective kernel platform.
  For the Fiasco.OC platform, 'ports-foc' hosts a port of the L4Linux
  kernel. For further information, please refer to the README file at the
  top level of the respective repository.

:'gems':

  This source-code repository contains Genode applications that use
  both native Genode interfaces as well as features of other high-level
  repositories, in particular shared libraries provided by 'libports'.


Contact
#######

The best way to get in touch with Genode developers and users is the project's
mailing list. Please feel welcome to join in!

:Genode Mailing Lists:

  [http://genode.org/community/mailing-lists]