run-config also needs -sdl

This commit is contained in:
Kevin Lange 2013-11-03 22:54:26 -08:00
parent 59cdfbe9a6
commit fa4af42294

View File

@ -53,4 +53,4 @@ if [ $DEBUG_SERIAL == true ]; then
fi
# Generate the QEMU arguments list
echo "-kernel toaruos-kernel -m $EMU_MEMORY $ENABLEKVM $FULL_SCREEN $SERIAL -vga std -rtc base=localtime -hda toaruos-disk.img -k en-us $BORDERS -append \"$GRAPHICS hdd\""
echo "-kernel toaruos-kernel -m $EMU_MEMORY $ENABLEKVM $FULL_SCREEN $SERIAL -vga std -rtc base=localtime -hda toaruos-disk.img -k en-us $BORDERS -append \"$GRAPHICS hdd\" -sdl"