mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-30 10:38:55 +00:00
13 lines
184 B
Plaintext
13 lines
184 B
Plaintext
|
#
|
||
|
# Windows 8 in VirtualBox
|
||
|
#
|
||
|
|
||
|
assert_spec 64bit
|
||
|
|
||
|
set flavor "win8"
|
||
|
|
||
|
# Write overlay back to harddisk if set to 0
|
||
|
set use_ram_fs 0
|
||
|
|
||
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|