Installing Xenix 2.x on Qemu
From Computer History Wiki
As of Qemu 0.14.0 you can actually install Xenix version 2. This works for both the i386 & the i286 versions.
I've documented it here on my blog.
The whole thing hinges on changing the boot strings so that instead of detecting the media type, it is instead forced to use the actual media type. For example, using the 3 1/2 inch diskette the boot string goes from:
fd(64)xenix root=fd(64) swap=ram(0) pipe=ram(1) swplo=0 nswap=1000 ronly
Into this:
fd(60)xenix root=fd(60) swap=ram(0) pipe=ram(1) swplo=0 nswap=1000 ronly
Things to keep in mind is that the largest IDE hard disk that Xenix 2.x can support is 500MB.