genode/repos/base
Martin Stein a5cf09fa6e hw: re-organize file structure
fix #1197
2014-08-15 10:19:48 +02:00
..
etc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
include hw: re-organize file structure 2014-08-15 10:19:48 +02:00
lib Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
mk Build-system support for creating host tools 2014-05-27 11:14:42 +02:00
run run: fix parsing of mp_server output test 2014-07-24 10:18:07 +02:00
src Add 'Weak_ptr' to the public Genode API 2014-08-11 15:55:32 +02:00
README Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00

README

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.