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-x86
- qemu-system-arm - qemu-system-arm
- virtualbox - virtualbox
- bochs-x - bochs-sdl
- sikuli-ide - sikuli-ide
# Missing dependencies for sikuli-ide # Missing dependencies for sikuli-ide
#- libantlr3-runtime-java # on 16.04 #- libantlr3-runtime-java # on 16.04

View File

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