genode/base-foc
Norman Feske 297538678e foc: Create thread at core at construction time
Originally, a thread was created at core not before calling the 'start'
function. In order to configure the thread affinity before starting the
thread, we have to make the thread known at core right at construction
time. This patch moves the needed thread-creation sequence from the
'start' function to the '_init_platform_thread' function.
2013-03-21 12:47:42 +01:00
..
config foc: Add 'uboot' spec to Arndale 2013-02-25 16:45:48 +01:00
doc base-foc: remove links to obsolete initrd archives 2013-03-14 10:50:33 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include base-foc: Do not touch memory during map operation 2013-03-20 10:06:16 +01:00
lib/mk foc: Make context area configurable in core 2013-02-25 16:45:48 +01:00
mk foc: Add 'uboot' spec to Arndale 2013-02-25 16:45:48 +01:00
run Fiasco(.OC) KDB UART driver 2013-03-18 15:28:16 +01:00
src foc: Create thread at core at construction time 2013-03-21 12:47:42 +01:00
Makefile foc: SVN revision r47 2013-02-25 16:45:49 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00

README

This repository contains the port of Genode to the Fiasco.OC microkernel.
For further information, please refer to the following documents:

:[http://genode.org/community/wiki/GenodeOnFiascoOC - Genode on Fiasco.OC Wiki page]:
  This Wiki page contains the information on how to build and use
  Genode with Fiasco.OC.

:[http://os.inf.tu-dresden.de/fiasco]:
  Official website for the Fiasco.OC microkernel.