mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 00:11:07 +00:00
2c558de891
Fixes #1791
16 lines
242 B
Plaintext
16 lines
242 B
Plaintext
#
|
|
# Windows 8.1 (64 bit) in VirtualBox
|
|
#
|
|
|
|
assert_spec 64bit
|
|
|
|
set flavor "win81_64"
|
|
|
|
# Write overlay back to harddisk if set to 0
|
|
set use_ram_fs 0
|
|
|
|
set use_usb 1
|
|
set use_ps2 [have_spec ps2]
|
|
|
|
source ${genode_dir}/repos/ports/run/vbox_win.inc
|