genode/os/src
Norman Feske 5ec07614e8 init: Read affinity assignments from config
The assignment of affinities consists of two parts, the definition
of the affinity space dimensions as used for the init process, and
the association sub systems with affinity locations (relative to the
affinity space). The affinity space is configured as a sub node of the
config node. For example, the following declaration describes an
affinity space of 4x2:

<config>
  ...
  <affinity_space width="4" height="2" />
  ...
</config>

Subsystems can be constrained to parts of the affinity space using
the '<affinity>' sub node of a '<start>' entry:

<config>
  ...
  <start name="loader">
    <affinity xpos="0" ypos="1" width="2" height="1" />
    ...
  </start>
  ...
</config>
2013-08-13 17:08:25 +02:00
..
app Use cpu regulator in cli_monitor only on Arndale 2013-06-26 11:29:26 +02:00
drivers Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
init init: Read affinity assignments from config 2013-08-13 17:08:25 +02:00
lib crt0 cleanup 2013-07-05 12:37:43 +02:00
platform Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
server Attach affinity information to session requests 2013-08-13 17:08:25 +02:00
test run: make bomb test ready for auto tests 2013-08-13 17:08:24 +02:00