| You might want to experiment yourself before making bold assertions, because you are wrong. I've just tried these (with qemu-system-x86-6.0.0-7.fc35.x86_64): • Microsoft_Windows_NT_Server_Version_4.0_227-075-385_CD-KEY_419-1343253_1996.iso (1996, own copy) Installer starts, locks up with screen corruption about 5 seconds in. • https://archive.org/details/windows-95_fixcpu_iso_windows_is... (1994-ish) Cannot read the emulated CD-ROM. • https://archive.org/details/redhat-9.0_release (2003) Installer boots, but fails at partitioning stage, the first time it accesses the disk. • https://archive.org/details/IBMOS2Warp4Collection (1996) Cannot read the emulated CD-ROM. • Plan 9, 4th ed. (2003, own copy) Gets quite far, up to the login, although with a lot of errors, but later hangs hard. (Out of all of them this looks closest to being possible to make work.) I can also tell you that we're moving away from emulating i440fx entirely (to q35), and nothing prior to 2005 will work once that change has been made. In addition, changes to how virtio works means that guests before about 2010 that use virtio will have problems unless you take special steps. |
1) Don't use Qemu from the kvm binary.
2) Don't use VirtIO
3) Don't set the CPU higher than a Pentium for w95/w98/NT4, Pentium2 may be fine for w98SE.
This should work for NT4 Also, if qemu enables kvm by default, set the machine acceleration method to TCG.Bye, "virt engineer".