genode/ports/src/vancouver
Alexander Boettcher 8af582fac2 Vancouver: catch exception during module loading
Catch any kind of exception we get from the rm_session during module
loading. Panic if modules can't be processed (too big images and so on)
2012-09-24 09:17:59 +02:00
..
service Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
boot_module_provider.h Vancouver: catch exception during module loading 2012-09-24 09:17:59 +02:00
device_model_registry.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
device_model_registry.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
main.cc Vancouver: catch exception during module loading 2012-09-24 09:17:59 +02:00
nova_user_env.cc Vancouver: zero initialize memory of the heap 2012-09-24 09:17:58 +02:00
README
target.mk Vancouver: dimension VM size dynamically 2012-09-24 09:17:58 +02:00

Vancouver is a virtual machine monitor specifically developed for the use with
the NOVA hypervisor. It virtualizes 32bit x86 PC hardware including various
peripherals. The combination of NOVA and Vancouver is described in the
following paper by Udo Steinberg and Bernhard Kauer:

[http://os.inf.tu-dresden.de/papers_ps/steinberg_eurosys2010.pdf - NOVA: A Microhypervisor-Based Secure Virtualization Architecture]

The official project website is [http://hypervisor.org].