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-arm
|
||||
- virtualbox
|
||||
- bochs-x
|
||||
- bochs-sdl
|
||||
- sikuli-ide
|
||||
# Missing dependencies for sikuli-ide
|
||||
#- libantlr3-runtime-java # on 16.04
|
||||
|
|
|
@ -7,6 +7,7 @@ bochsrc="$(tempfile)"
|
|||
cat > "$bochsrc" <<EOF
|
||||
floppya: 1_44=${os_file}, status=inserted
|
||||
boot: floppy
|
||||
display_library: sdl
|
||||
EOF
|
||||
|
||||
bochscontinue="$(tempfile)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user