mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
57b90e8d75
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
22 lines
333 B
Plaintext
22 lines
333 B
Plaintext
#
|
|
# Windows 7 in VirtualBox 5
|
|
#
|
|
|
|
assert_spec nova
|
|
assert_spec 64bit
|
|
|
|
set flavor "win7"
|
|
|
|
set use_vbox4 0
|
|
set use_vbox5 5
|
|
|
|
# Write overlay only into ram
|
|
set use_ram_fs 1
|
|
# However read initial overlay from disk
|
|
set use_overlay_from_disk 1
|
|
|
|
set use_usb 1
|
|
set use_ps2 [have_spec ps2]
|
|
|
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|