genode/base-nova/patches
Alexander Boettcher 6862ab481a NOVA: drop special utcb handling of main thread
Unify handling of UTCBs. The utcb of the main thread is with commit
ea38aad30e at a fixed location - per convention.
So we can remove all the ugly code to transfer the utcb address during process
creation.

To do so also the UTCB of the main thread of Core must be inside Genode's
thread context area to handle it the same way. Unfortunately the UTCB of the
main thread of Core can't be chosen, it is defined by the kernel.

Possible solutions:
- make virtual address of first thread UTCB configurable in hypervisor
- map the utcb of the first thread inside Core to the desired location

This commit implements the second option.

Kernel patch: make utcb map-able
With the patch the Utcb of the main thread of Core is map-able.

Fixes #374

Noux actually uses the sp variable during thread creation and expects to be
set accordingly. This wasn't the case for the main thread, it was ever set
to the address of the main thread UTCB.
2012-10-04 14:35:38 +02:00
..
README Kernel patch is obsolete. 2012-07-04 14:56:47 +02:00
del_able_utcb.patch NOVA: drop special utcb handling of main thread 2012-10-04 14:35:38 +02:00
portal_id.patch NOVA: kernel patch - deliver only local portal id 2012-08-09 10:24:01 +02:00
remove_utcb.patch NOVA: kernel patch - remove utcb if ec creation fails 2012-08-09 10:24:01 +02:00
translate.patch NOVA: translate item patch, issue #268 2012-08-09 10:24:00 +02:00
xlt_rcv.patch NOVA: translate item patch, issue #268 2012-08-09 10:24:00 +02:00

README

This directory contains patches for the NOVA microhypervisor @ github
required for using this kernel with Genode.