mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
11 lines
165 B
Plaintext
11 lines
165 B
Plaintext
|
#
|
||
|
# Windows 7 in VirtualBox
|
||
|
#
|
||
|
|
||
|
set flavor "win7"
|
||
|
|
||
|
# Write overlay back to harddisk if set to 0
|
||
|
set use_ram_fs 0
|
||
|
|
||
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|