genode/repos/ports/run/vbox_auto_win8.run
Christian Prochaska af2cd7175c vbox: enable video acceleration (VBVA)
This commit enables the VirtualBox graphics adapter, provides guest mouse
pointer integration with Nitpicker using the 'vbox_pointer' application
and enhances the VirtualBox run scripts with the configuration of
Nitpicker, input merger and network driver.

Fixes #1474
2015-04-13 14:18:15 +02:00

16 lines
227 B
Plaintext

#
# Windows 8 in VirtualBox
#
assert_spec 64bit
set flavor "win8"
# Write overlay back to harddisk if set to 0
set use_ram_fs 0
set use_usb 1
set use_ps2 [have_spec ps2]
source ${genode_dir}/repos/ports/run/vbox_win.inc