Skip to content

Commit

Permalink
[qemu] Fix floppy boot with latest SeaBIOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mfld-fr committed Sep 27, 2019
1 parent ab7778d commit 99591ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qemu.sh
Expand Up @@ -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 $@

0 comments on commit 99591ed

Please sign in to comment.