bochs-x is buggy on ubuntu 14.04, use bochs-sdl instead
This commit is contained in:
parent
c4fb6e3cfb
commit
f377f2f7f7
|
@ -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
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user