genode/os/src/init
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
..
linux Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
config.explicit_routing Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
config.priority Remove os/config 2013-02-20 14:49:16 +01:00
config.wildcard Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
main.cc init: Read affinity assignments from config 2013-08-13 17:08:25 +02:00
pd_args.cc Update copyright headers to 2013 2013-01-10 21:44:47 +01:00
target.mk Merge base libraries into a single library 2013-02-19 14:45:55 +01:00