From 99591ed1420a49ec95bbc4cbf710b8b10d3d4cc7 Mon Sep 17 00:00:00 2001 From: mfld-fr Date: Fri, 27 Sep 2019 20:30:18 +0200 Subject: [PATCH] [qemu] Fix floppy boot with latest SeaBIOS See https://www.mail-archive.com/qemu-devel@nongnu.org/msg638785.html --- qemu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu.sh b/qemu.sh index 2eb57cd2c..f62297a45 100755 --- a/qemu.sh +++ b/qemu.sh @@ -29,6 +29,6 @@ HOSTFWD="-net user" SERIAL="-chardev pty,id=chardev1 -device isa-serial,chardev=chardev1,id=serial1" -$QEMU -nodefaults -name ELKS -monitor stdio -machine isapc -cpu 486 -m 1M \ +$QEMU -nodefaults -name ELKS -machine isapc -cpu 486,tsc -m 1M \ $KEYBOARD -display sdl -vga std -rtc base=utc $SERIAL \ -net nic,model=ne2k_isa $HOSTFWD $NETDUMP -fda $IMAGE $@