genode/repos/ports/src/app/seoul
Alexander Boettcher 57fcd5e0c4 seoul: adjust vga model to framebuffer host size
Configure the available vga/vesa memory based on the given Genode framebuffer
size and not the way around.

Issue #2715
2018-03-27 13:44:26 +02:00
..
include/service Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
spec seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +02:00
boot_module_provider.h Streamline exception types 2017-05-31 13:16:07 +02:00
console.cc seoul: adjust vga model to framebuffer host size 2018-03-27 13:44:26 +02:00
console.h seoul: adjust vga model to framebuffer host size 2018-03-27 13:44:26 +02:00
device_model_registry.cc seoul: adjust vga model to framebuffer host size 2018-03-27 13:44:26 +02:00
device_model_registry.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
disk.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
disk.h seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +02:00
keyboard.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
keyboard.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
main.cc seoul: adjust vga model to framebuffer host size 2018-03-27 13:44:26 +02:00
mono.tff ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
network.cc seoul: adjust Intel network model to recent VM 2018-03-27 13:44:26 +02:00
network.h seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +02:00
nova_user_env.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
README ports: migrate to new ports mechanism 2014-05-27 11:14:43 +02:00
synced_motherboard.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
target.inc seoul: support g++ -Weffc++ option 2018-03-27 13:43:10 +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].