genode/repos/ports/run/vbox_auto_win8.run
Alexander Boettcher 57b90e8d75 vmm: experimental virtualbox 5 support
The main feature for this version upgrade is the use of the instruction
emulator (IEM) to speed up execution and less often the slow recompiler.

issue #2059
2016-08-29 17:29:32 +02:00

20 lines
288 B
Plaintext

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