genode/base-nova
Stefan Kalkowski dc3d784e6d Introduce platform-specific services for core
By now all services in core where created, and registered in the generic
main routine. Although there exists already a x86-specific service (I/O ports)
there was no possibility to announce core-services for certain platforms only.
This commit introduces a hook function in the 'Platform' class, that enables
registration of platform-specific services. Moreover, the io-port service
is offered on x86 platforms only now.
2012-10-29 10:08:29 +01:00
..
doc
etc
include Cleanup: remove 'first' and 'next' of cpu_session 2012-10-24 11:34:38 +02:00
lib/mk NOVA: implement pause using recall kernel feature 2012-08-30 10:40:00 +02:00
mk
patches NOVA: drop special utcb handling of main thread 2012-10-04 14:35:38 +02:00
run
src Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
Makefile
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':