mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-29 18:18:54 +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
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
#
|
|
# Windows 7 in VirtualBox
|
|
#
|
|
|
|
set flavor "win7"
|
|
|
|
set use_vbox4 1
|
|
set use_vbox5 0
|
|
|
|
# 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
|