summaryrefslogtreecommitdiff
path: root/scripts/run_qemu.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run_qemu.sh')
-rwxr-xr-xscripts/run_qemu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run_qemu.sh b/scripts/run_qemu.sh
index ad5fe1b..0747c46 100755
--- a/scripts/run_qemu.sh
+++ b/scripts/run_qemu.sh
@@ -3,7 +3,7 @@
qemu-nbd -f raw root.img -x ROOT &
sleep 2 && \
qemu-system-i386 -cpu 486 -m 24M -machine isapc \
- -drive "file=floppy00,if=floppy,format=raw" \
+ -drive "file=floppy00.img,if=floppy,format=raw" \
-netdev user,id=net0,net=10.0.0.0/24,host=10.0.0.2,dhcpstart=10.0.0.16,hostfwd=tcp::2222-:22,hostfwd=tcp::6001-:6000 \
-vga std \
-device ne2k_isa,iobase=0x300,irq=10,netdev=net0