Linked by Thom Holwerda on Wed 18th Apr 2007 20:46 UTC
OSNews, Generic OSes "An early preview of the next version has been released under version number 3.1.3, an interim release intended for developers who want to see the bleeding edge of MINIX and perhaps then track the current source. For more information, see the 3.1.3 release notes and the download page." MINIX3 will now also release weekly snapshots.
Thread beginning with comment 232122
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE: Minix 3
by Xaero_Vincent on Wed 18th Apr 2007 23:43 UTC in reply to "Minix 3"
Xaero_Vincent
Member since:
2006-08-18

Minix could only be a viable alternative if the embedded system used x86 architecture.

But IIRC, ARM is used much more frequently.

Reply Parent Bookmark Score: 5

RE[2]: Minix 3
by renox on Thu 19th Apr 2007 10:58 in reply to "RE: Minix 3"
renox Member since:
2005-07-06

>Minix could only be a viable alternative if the embedded system used x86 architecture.

What do you mean? Does Minix only run on x86?

If this is the case, I find it very funny, remembering that in the flamewar Tanenbaum vs Linus, one criticism against Linux was that it was x86 only at the time.

Reply Parent Bookmark Score: 3

RE[3]: Minix 3
by Morin on Thu 19th Apr 2007 13:28 in reply to "RE[2]: Minix 3"
Morin Member since:
2005-12-31

> What do you mean? Does Minix only run on x86?

I'll quote from the main page of minix3.org:

> To run MINIX 3, you need a PC driven by a 386, 486,
> or Pentium CPU or compatible.

and the FAQ:

> What hardware do I need to run MINIX 3?
> You need an Intel 386 or higher with 4 MB of RAM, an
> IDE hard disk with100 MB of free disk space, and an
> IDE CD-ROM for booting. It is not possible to boot
> off a USB CD-ROM drive (yet).

And from the Tanenbaum vs. Torvalds debate (Tanenbaum quote):

> MINIX was designed to be reasonably portable, and
> has been ported from the Intel line to the 680x0
> (Atari, Amiga, Macintosh), SPARC, and NS32016.
> LINUX is tied fairly closely to the 80x86. Not the
> way to go.

I'll omit a quote that tells what hardware Linux runs on. Seems like one of AST's arguments has turned against him.

Mr Tanenbaum still deserves credit for engineering an architecture that makes bug-free programming and porting simpler by design. Yet he obviously missed that good engineering is not all you need. From actually looking at the Linux code, I can tell that the code is rather messy, but I can't deny the fact that it works well and was ported to more platforms than Minix can ever hope to reach.

Reply Parent Bookmark Score: 4