genode/ports/src/vancouver
Alexander Boettcher 0d9e5f2daf Vancouver: Reserve VM memory region early
Reserve memory region for VM as early as possible before any other
memory allocation happens. Otherwise it could happen that heap
allocations will use part of the virtual region we require for the VM.
2012-09-24 09:17:58 +02:00
..
service Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
boot_module_provider.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01: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: Reserve VM memory region early 2012-09-24 09:17:58 +02:00
nova_user_env.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
README Imported Genode release 11.11 2011-12-22 16:19:25 +01:00
target.mk NOVA: Use Genode interfaces to bootstrap Vancouver 2012-08-09 11:09:42 +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].