genode/base
Stefan Kalkowski c9c21ad39c Merge Native_capability implementations (fix #145).
This patch unifies the Native_capability classes for the different kernel
platforms by introducing an appropriate template, and eliminating naming
differences. Please refer issue #145.
2012-03-08 18:42:39 +01:00
..
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Merge Native_capability implementations (fix #145). 2012-03-08 18:42:39 +01:00
lib Follow-up for spin-lock unification, ref #123 2012-03-01 10:57:05 +01:00
mk Add 'select_from_repositories' in 'dep_lib.mk' 2012-03-06 17:09:54 +01:00
run Complement test for MMIO framework 2012-02-23 10:42:12 +01:00
src Don't memcpy the parent capability. Fix #144. 2012-03-08 18:41:38 +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.