On 2015-10-20 18:26Z, Ruud Baltissen wrote:
> I have several old IBM PC-XTs and Commodore compatibles. One member of the
> Commodore community came with the idea to run Minix on these old machines.
> I was able to find some floppy images of 1.1 and 1.2. I tried these on
> Microsoft Virtual PC and the first floppies of both sets booted fine. But
> then things stucked.
Pretty much to be expected: virtual machines emulate 90-mm floppy
drives, while these ancient versions of Minix only know about XT floppy
drives, which are 5¼" 360K (not even HD as used on AT.)
Minix 1.3 was the first version which more or less worked on AT-class
machines, albeit still with 5½" drives (and lots of problems with them);
there were patches floating around to support 90-mm floppy drives but
they were biased to PS2 machines.
As Roc said, you will have _much_ more success with 1.5.10.
> It is possible that this only runs on a real PC, but I doubt.
Don't.
> So my question: what is needed to install Minix on these PCs?
Sorry, you lost me: what is "these"? The real hardware, or Virtual PC?
In the first case, assuming your "old XT" are real IBM PC-XTs (not XT286
nor anything enhanced with a 90-mm drive), Minix 1.1 or (better) 1.2
should work, even if 1.3 or 1.5 are vastly better (less bugs.)
About the compatibles, I guess 1.5 is a better base to start.
Regarding Virtual PC, do yourself a favour and jump to 2.0.2: you won't
have stupid issues with things like volumes limited to 32MB, kind of
trap you might very easily dig into inadvertently...
> To be honest, I haven't read the famous book yet. Worse, I can't even find
> the first edition. I found the PDFs of the second and third edition but I
> haven't any idea if they can be used as well. So any suggestions to make
> Minix run on these old PCs are welcome!
While I learned Minix with the 1st edition, I believe the 2nd is a
better choice, at the very least because it collected the experience of
many bug hunts. 3rd edition (and Minix 3.1) is quite a bit different,
and won't apply so smoothly to old machines; on the other hand, it is
less antiquated.
Antoine