mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
106a0db664
Issue #2338
25 lines
366 B
Plaintext
25 lines
366 B
Plaintext
#
|
|
# Windows 7 in VirtualBox 5
|
|
#
|
|
|
|
assert_spec nova
|
|
|
|
set flavor "win7"
|
|
|
|
set use_vbox4 0
|
|
set use_vbox5 1
|
|
|
|
set use_rumpfs 1
|
|
# 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]
|
|
|
|
set use_vms 1
|
|
set use_cpu_load 0
|
|
|
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|