genode/base-nova
Christian Helmuth f763e5ec2a Move main bootstrap to platform-specific object
To prevent multiple execution of main-bootstrap, I moved the code to a
statically initialized object. The reason for this change is that
_main() is exeuted twice when starting dynamic binaries. Now, the object
is part of the base-common library which is linked with ld.lib.so.
2013-09-26 15:00:16 +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: speed up cap selector allocation 2013-09-23 14:26:01 +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 Move main bootstrap to platform-specific object 2013-09-26 15:00:16 +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':