genode/base-nova
Alexander Boettcher 869abe4ec6 NOVA: make noux_tool_chain happy
Multiple calls to get the dataspace capability on NOVA lead to the situation
that the caller gets each time a new mapping of the same capability at
different indexes.

The client/caller assumes to get every time the very same index, e.g. in
Noux the index is used to look up structures.

Cache the dataspace capability returned via a rm_session for base-nova.
2012-08-17 11:43:04 +02:00
..
doc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
etc Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
include NOVA: make noux_tool_chain happy 2012-08-17 11:43:04 +02:00
lib/mk NOVA: force to map cap in pd_session::assing_pd 2012-08-09 11:09:41 +02:00
mk Use NOVA microkernel from github, add 64bit 2012-06-20 19:44:07 +02:00
patches NOVA: kernel patch - remove utcb if ec creation fails 2012-08-09 10:24:01 +02:00
run NOVA: use grub instead of pxe 2012-06-22 11:38:14 +02:00
src Set ERR_INVALID_OBEJCT if call failed to server 2012-08-10 10:57:54 +02:00
Makefile NOVA: kernel patch - deliver only local portal id 2012-08-09 10:24:01 +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':