mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
163fe6caaa
Issue #2455
24 lines
367 B
Plaintext
24 lines
367 B
Plaintext
#
|
|
# Windows 7 in VirtualBox
|
|
#
|
|
|
|
set flavor "win7"
|
|
set vm_ram "1280M"
|
|
|
|
set use_vbox4 1
|
|
set use_vbox5 0
|
|
|
|
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
|