genode/repos/base
Adrian-Ken Rueegsegger 408cec32f5 base: Add errcode to x86_64 Cpu_state
The new errcode field is used to store the error code that some
interrupts provide (e.g. #PF). Rework mode transition reserved space and
offset constants to match the new CPU_state layout.
2015-03-27 11:53:21 +01:00
..
etc
include base: Add errcode to x86_64 Cpu_state 2015-03-27 11:53:21 +01:00
lib ldso: Refactor dynamic linker 2015-03-19 08:57:22 +01:00
mk Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00
run base: adjust 'affinity.run' time for vea9x4 2015-03-19 08:57:22 +01:00
src base: check result of bind_thread 2015-03-27 11:53:12 +01: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.