Difference between revisions of "Installing Xenix 2.x on Qemu"

From Computer History Wiki
Jump to: navigation, search
Line 1: Line 1:
As of Qemu 0.14.0 you can actually install Xenix version 2.  This works for both the i386 & the i286 versions.
+
[[Image:Xenix 2.3.4 on Qemu 0.15.0 rc2.jpg|thumb|right|250px|Xenix 2.3.4 on Qemu]]
 +
 
 +
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 [http://virtuallyfun.superglobalmegacorp.com/?p=413 here] on my blog.
 
I've documented it [http://virtuallyfun.superglobalmegacorp.com/?p=413 here] on my blog.
Line 13: Line 15:
  
 
Things to keep in mind is that the largest IDE hard disk that Xenix 2.x can support is 500MB.
 
Things to keep in mind is that the largest IDE hard disk that Xenix 2.x can support is 500MB.
 +
 +
== media table ==
 +
*fd0135 2 60
 +
*fd0135ds18 2 60
 +
*fd0135ds9 2 36
 +
*fd048 2 4
 +
*fd048ds8 2 12
 +
*fd048ds9 2 4
 +
*fd048ss8 2 8
 +
*fd048ss9 2 0
 +
*fd096 2 52
 +
*fd096ds15 2 52
 +
*fd096ds18 2 60
 +
*fd096ds9 2 36
 +
 +
Hopefully this will make some sense, until I remember how to make a table in mediawiki, but it's device, major/minor.
  
  
 
[[Category:QEMU Tutorials]] [[Category:Qemu]]
 
[[Category:QEMU Tutorials]] [[Category:Qemu]]

Revision as of 19:58, 6 August 2011

Xenix 2.3.4 on Qemu

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.

media table

  • fd0135 2 60
  • fd0135ds18 2 60
  • fd0135ds9 2 36
  • fd048 2 4
  • fd048ds8 2 12
  • fd048ds9 2 4
  • fd048ss8 2 8
  • fd048ss9 2 0
  • fd096 2 52
  • fd096ds15 2 52
  • fd096ds18 2 60
  • fd096ds9 2 36

Hopefully this will make some sense, until I remember how to make a table in mediawiki, but it's device, major/minor.