genode/base-nova
Alexander Boettcher fe19103546 nova: create sm for signalling via pager
The 'pause' call on base-nova assumes that a thread can solely block in its
associated semaphore. Main reason is that so core can unblock a thread in order
that the recall exception gets delivered and the register state can be
obtained.

Unfortunately the signal session implementation creates a semaphore, which is
unknown by the pager code. Instead create the semaphore via the pager of the
thread, so that the pager can unblock the signal thread when a pause is issued.

Issue #478
2013-10-16 09:26:09 +02:00
..
doc nova: update to kernel revision r3 2013-08-13 17:08:24 +02:00
etc Fix default base-nova/etc/specs.conf 2013-01-11 20:54:46 +01:00
include nova: create sm for signalling via pager 2013-10-16 09:26:09 +02:00
lib/mk Move main bootstrap to platform-specific object 2013-09-26 15:00:16 +02:00
mk Unify framebuffer driver binary names (fix #720) 2013-05-07 13:04:30 +02:00
patches nova: update to kernel revision r3 2013-08-13 17:08:24 +02:00
run run: support target serial for base-nova 2013-08-22 15:13:12 +02:00
src nova: create sm for signalling via pager 2013-10-16 09:26:09 +02:00
Makefile nova: update to kernel revision r3 2013-08-13 17:08:24 +02: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 NOVA microhypervisor.

For more information on this base platform, please refer to the official
website.

:[http://hypervisor.org]: Official website for the NOVA microhypervisor.

For information on using Genode on NOVA, please revisit the documentation at
'base-nova/doc/nova.txt':