genode/base-mb
Norman Feske 83bdfea9b0 Extend Cpu_session with thread-affinity API
This patch introduces the functions 'affinity' and 'num_cpus' to the CPU
session interface. The interface extension will allow the assignment of
individual threads to CPUs. At this point, it is just a stub with no
actual platform support.
2012-09-05 10:25:04 +02:00
..
doc Fix section declaration in 'base-mb/doc/microblaze.txt' 2012-01-10 18:56:40 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include Unify policy name for Native_capability_tpl. 2012-03-10 15:52:13 +01:00
lib/mk Unify policy name for Native_capability_tpl. 2012-03-10 15:52:13 +01:00
mk Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
platform Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
run Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
src Extend Cpu_session with thread-affinity API 2012-09-05 10:25:04 +02:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This repository contains the port of Genode for Xilinx MicroBlaze-based
platforms. It is based on an custom microkernel implementation, which is also
part of this repository. To get an overview on the this platform and the
underlying microkernel please refer to the introduction located at:

! <GENODE_DIR>/base-mb/doc/microblaze.txt

To get a quick overview about how to work with this platform, you may read the
getting-started guide located at:

! <GENODE_DIR>/base-mb/doc/getting_started.txt