mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-01 19:46:45 +00:00
c8a9b1802e
Fixes #1438
14 lines
208 B
Plaintext
14 lines
208 B
Plaintext
#
|
|
# Windows 7 in VirtualBox
|
|
#
|
|
|
|
set flavor "win7"
|
|
|
|
# Write overlay back to harddisk if set to 0
|
|
set use_ram_fs 0
|
|
|
|
set use_usb 0
|
|
set use_ps2 [have_spec ps2]
|
|
|
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|