mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
e4aea2efeb
We use the use old IOAPIC implementation, which works for us much better than the new one. Issue #2338
25 lines
380 B
Plaintext
25 lines
380 B
Plaintext
#
|
|
# Windows 8.1 (64 bit) in VirtualBox
|
|
#
|
|
|
|
assert_spec 64bit
|
|
|
|
set flavor "win81_64"
|
|
|
|
set use_vbox4 1
|
|
set use_vbox5 0
|
|
|
|
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
|