genode/repos/ports/src/app/seoul
Norman Feske bfdc4138ba seoul: remove superfluous includes from console
The console included nitpicker_view headers, which were not used. The
headers vanished with the recent nitpicker API change, which broke the
build of seoul.
2014-08-15 10:19:48 +02:00
..
32bit ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
64bit ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
include/service ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
boot_module_provider.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
console.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
console.h seoul: remove superfluous includes from console 2014-08-15 10:19:48 +02:00
device_model_registry.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
device_model_registry.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
disk.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
disk.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
keyboard.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
keyboard.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
main.cc x86 vmm: add general multiprocessor support 2014-07-24 10:18:07 +02:00
mono.tff ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
network.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
network.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
nova_user_env.cc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
README ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
synced_motherboard.h ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
target.inc ports: migrate to new ports mechanism 2014-05-27 11:14:43 +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].