genode/base
Norman Feske b1f63e3356 Turn 'platform_env.h' into a private header
This patch removes 'platform_env.h' from the public API headers because
this header was not part of the API anyway.
2013-02-14 13:23:36 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
lib Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
mk Use the host c++ for linking hybrid applications 2013-02-12 12:53:35 +01:00
run base: enable rm_fault test case for nova 2013-01-16 16:06:36 +01:00
src Turn 'platform_env.h' into a private header 2013-02-14 13:23:36 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

This is generic part of the Genode implementation. It consists of two parts:

:_Core_: is the ultimate root of the Genode application tree
  and provides abstractions for the lowest-level hardware resources
  such as RAM, ROM, CPU, and generic device access. All generic parts of Core
  can be found here - for system-specific implementations refer to the
  appropriate 'base-<system>' directory.

:_Base libraries and protocols_: that are used by each Genode component
  to interact with other components. This is the glue that holds everything
  together.