1

make qemu-stdio to default

This commit is contained in:
2022-07-24 02:24:06 +02:00
parent 3aec6243ab
commit f291938bfc

View File

@ -229,9 +229,6 @@ bootdisk-hd: $(OBJDIR)/bootdisk.img
# 'qemu' ruft den qemu-Emulator mit dem System auf.
qemu: $(OBJDIR)/bootdisk.vmi
qemu-system-i386 -fda $(OBJDIR)/bootdisk.vmi -boot a -k en-us -soundhw pcspk -vga std -cpu 486
qemu-stdio: $(OBJDIR)/bootdisk.vmi
qemu-system-i386 -fda $(OBJDIR)/bootdisk.vmi -boot a -k en-us -soundhw pcspk -vga std -cpu 486 -serial stdio
# --------------------------------------------------------------------------