mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
163fe6caaa
Issue #2455
27 lines
407 B
Plaintext
27 lines
407 B
Plaintext
#
|
|
# Windows 10 in VirtualBox 5
|
|
#
|
|
|
|
assert_spec nova
|
|
assert_spec 64bit
|
|
|
|
set flavor "win10"
|
|
set vm_ram "1280M"
|
|
|
|
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
|