bochs-x is buggy on ubuntu 14.04, use bochs-sdl instead

This commit is contained in:
Georges Dupéron 2018-06-26 02:39:53 +02:00
parent c4fb6e3cfb
commit f377f2f7f7
2 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ addons:
- qemu-system-x86
- qemu-system-arm
- virtualbox
- bochs-x
- bochs-sdl
- sikuli-ide
# Missing dependencies for sikuli-ide
#- libantlr3-runtime-java # on 16.04

View File

@ -7,6 +7,7 @@ bochsrc="$(tempfile)"
cat > "$bochsrc" <<EOF
floppya: 1_44=${os_file}, status=inserted
boot: floppy
display_library: sdl
EOF
bochscontinue="$(tempfile)"