mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-13 06:25:37 +00:00
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
20 lines
288 B
Plaintext
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
|