Slashdot Mirror


The End Of Minix?

Otter writes "Minix is best known as the Unix clone for x86 that inspired Linus Torvalds to write one himself. It's pretty much dropped off the map since. The latest patch for XFree86's xterm drops support for Minix. As the changelog notes, 'Juliusz Chroboczek noted it was removed from XFree86 server; there have been no users since 1996.'"

76 of 401 comments (clear)

  1. The question is by Compact+Dick · · Score: 5, Funny

    will Andrew T. [Minix's creator] start another flame war? :-)

    1. Re:The question is by Soko · · Score: 4, Funny

      Doubt it, though I wonder if Mr. Tanenbaum will ever want to change his mind and give Mr. Tovalds "a passing grade" for his kernel design. ^_^

      --
      "Depression is merely anger without enthusiasm." - Anonymous
    2. Re:The question is by Anonymous Coward · · Score: 5, Interesting

      Give me a break. I know you're all Linus fanboys ("yes, Mr. Torvalds!" "excellent idea, Mr. Torvalds" "That's a great tie, Mr. Torvalds"), but all the Minix guy did was put forth his opinion that microkernels were the wave of the future, and then had that turned into a personal thing. Read the exchange

    3. Re:The question is by RobinH · · Score: 3, Insightful

      all the Minix guy did was put forth his opinion that microkernels were the wave of the future

      If you want proof that MicroKernels are neat, go and get QNX.

      --
      "I have never let my schooling interfere with my education." - Mark Twain
  2. so XFree86 = usage stattistics? by garcia · · Score: 4, Insightful

    since when were you required to run XF86 when you ran any Unix-based OS?

    Just b/c they feel that there have been no users since 1996 (which is probably the case, but not the point) that means the end of Minix?

    At least get some real proof it is dead before you put such scandalous headlines on the frontpage ;)

    1. Re:so XFree86 = usage stattistics? by Jace+of+Fuse! · · Score: 3, Interesting

      since when were you required to run XF86 when you ran any Unix-based OS?

      Ever since everybody begun to think desktops were requirements of a computer.

      I for one don't even run X on my FreeBSD machine. I mean, it's installed, don't get me wrong. But I don't use it. I don't like it, why would I use it?

      What's wrong with Bash?

      --

      "Everything you know is wrong. (And stupid.)"

      Moderation Totals: Wrong=2, Stupid=3, Total=5.
    2. Re:so XFree86 = usage stattistics? by sg_oneill · · Score: 5, Insightful

      Actially the shame of this is Minix(VMD) and X make a seriously slim little X terminal on crappy old hardware.
      This is a shame, as I learned on Minix, and still have a spot in me heart for it.

      --
      Excuse the Unicode crap in my posts. That's an apostrophe, and slashdot is busted.
    3. Re:so XFree86 = usage stattistics? by Anonymous Coward · · Score: 5, Insightful

      "...why would I use it?"

      To browse the web. Lynx and co are nice and all, but the web really was the one final killer app in favour of the GUI.

      The entire web paradigm is built graphical manipulation. You simply can not get a good web experience from the CLI.

      Everything else you could argue, but not the web.

    4. Re:so XFree86 = usage stattistics? by shepd · · Score: 3, Interesting

      >Do you think my old 286 running Minix could handle X well enough to be a remote x terminal?

      Not a problem. I have old NCD X-Terms which only have a 68k processor @ 10 or 12 Mhz and 1-4 MB RAM. They run X just fine. Don't expect miracles, though. Netscape takes a minute to draw...

      --
      If you could be told what you can see or read, then it follows that you could be told what to say or think - BoC
    5. Re:so XFree86 = usage stattistics? by Empty+Threats · · Score: 3, Insightful

      Those Xterms are substantially more powerful than a 286 and they're not running the ever-so-bloated XF86.

      That's assuming that the godawful graphics in your 286 make X worthwhile. Anything less than 1024x768 would just be pointless.

      Worse, wasting a 15+" monitor on a 286, when a pentium can be had for less than the price of a monitor?

    6. Re:so XFree86 = usage stattistics? by qortra · · Score: 5, Informative

      I entirely agree; Minix was never much for Xfree. Visit Andrew T's FAQ:

      "Is MINIX dead?
      Oh no. Far from it. It is simply focused on the target area it was always focused on: education. The excursion into hackerland was a detour. A co-author, Al Woodhull, and I have rewritten the MINIX book based on the new, POSIX-compliant, version of MINIX which Kees Bot produced. It is still be aimed at having students be able to learn the principles of operating systems and most of a real system in one semester. "

    7. Re:so XFree86 = usage stattistics? by jeremyp · · Score: 3, Funny

      If it wasn't installed, everybody would think FreeBSD is dead like Minix.

      --
      All I want is a secure system where it's easy to do anything I want. Is that too much to ask ~~ Randall Munroe
    8. Re:so XFree86 = usage stattistics? by arkanes · · Score: 4, Funny

      I don't even really want to think about what kind of freak gets off looking at the ALT tags of porn pictures.

  3. Hmmm... by Anonymous Coward · · Score: 4, Interesting

    You know, considering that Minix made Linus Torvalds want to write his own OS, is that really much of a compliment to Minix? I'm surprised it still had that support. But you know, without Minix, you have to wonder if we'd have anything like GNU/Linux right now.

    1. Re:Hmmm... by Anonymous Coward · · Score: 3, Informative

      Actually, MINIX alone did not make Linus write his own OS. Linus was dissatisfied with all the OS available then, as he felt they did not fully exploit his i386 machine. Infact, Linus based Linux on MINIX....so if anything, it(Linux) complemented MINIX.
      BTW, MINIX was an OS written by Andrew T, to be used chiefly, for teaching his students Operating Sytems. Linux, as we know it today, is a commercial Operating System. Hence it would be wrong to compare the two.

    2. Re:Hmmm... by ceswiedler · · Score: 5, Informative

      The big problem with Minix wasn't technical, but political; any changes that were made to it couldn't be released except as patches (i.e., you couldn't change it and still call it Minix). Linus bitched once that Minix was only usable with a set of patches by a developer other than AST.

      So the real influence of Minix on Linux was in the GPL. Linus was certain that he wanted to release his code under a license which encouraged change, because of his experiences with Minix. And in fact, it is the GPL which distinguishes Linux from other x86 Unices such as the BSDs, much more than anything technical.

    3. Re:Hmmm... by Tim+Browse · · Score: 3, Interesting

      Heh...I just reread the Torvalds/Tanenbaum exchange, and was amused to see this from Tanenbaum on the newer and better CPUs that would be appearing:

      What is going to happen is that they will gradually take over from the 80x86 line. They will run old MS-DOS programs by interpreting the 80386 in software.

      I found that funny, considering what Linus does for a living now :-)

      Tim

  4. "Minix is dying!"? by Mage+Powers · · Score: 5, Insightful

    this post makes me think of that BSD is dying stuff ;o
    Minux is dying! Clearly you can see that because its users don't use X windows!

    Just had to ;)

  5. If Linus were Homer... by stevens · · Score: 5, Funny

    ...I'd expect to see a post to comp.os.minix that had a single line:

    In your face, Tanenbaum!

    1. Re:If Linus were Homer... by Pseudonym · · Score: 5, Interesting

      The ironic thing is that Tanenbaum's argument is now correct, even though it was not ten years ago.

      Nobody would now would make a new monolithic kernel if they were in their right minds. However, nobody now would make a new Mach-alike if they were in their right minds either. Microkernels have finally proven themselves to be up to the job of being the basis of serious operating systems (e.g. BeOS, QNX, ChorusOS etc), but they're not the kinds of microkernels that Tanenbaum was advocating in 1992. Microkernels of the time spent far too much time shifting data between servers, whereas modern microkernels a) do at most as much address-space shifting as a monolithic kernel, plus b) they're even more "micro".

      --
      sub f{($f)=@_;print"$f(q{$f});";}f(q{sub f{($f)=@_;print"$f(q{$f});";}f});
    2. Re:If Linus were Homer... by Timmeh · · Score: 5, Funny
      Man, I was going to wait until Google groups cached this so I could provide an HTML link, but it just can't wait.
      From: "Kevin Snaden" <kevin@technokev.com>
      Newsgroups: comp.os.minix
      Subject: In your face, Tanenbaum!
      Message-ID: <UF5r9.538333$Ag2.20790885@news2.calgary.shaw.ca>
      Date: Wed, 16 Oct 2002 04:11:32 GMT

      In your face, Tanenbaum!
      It would seem someone took your advice :P Made *me* laugh.
    3. Re:If Linus were Homer... by Anonymous Coward · · Score: 4, Insightful

      You miss the same point that all the newly baptized Linux zealots miss when they read that seminal thread.

      The point? Tanenbaum is a *Professor*. The key line "If you were my student, I'd give you an F." -- and he's right. From an academic standpoint, Linux's design was and mostly is completely uninteresting. He's not arguing for microkernels as much as telling a student that plagurizing 20-year old monolithic Unix wasn't exactly groundbreaking work.

      The interesting parts of Linux (free versus $1000/seat, the development model, the licencing) probably belong in a Sociology or History of Technology paper rather than in the Computer Science department with Tanenbaum.

    4. Re:If Linus were Homer... by Anonymous Coward · · Score: 5, Informative

      eh?

      QNX is an industry-proven, source-available-proprietary, hard-realtime OS. It's certainly a "serious operating system".

      BeOS wasn't a microkernel in the first place.

      MacOSX is not a microkernel, despite having Mach (bleurgh) code in it - device drivers are not shielded from eachother as in a true microkernel like QNX.

      The Hurd is a collection of interacting processes intended to be based upon a microkernel. Mach-Hurd does indeed suck royally. L4-Hurd should not.

    5. Re:If Linus were Homer... by stu_coates · · Score: 3, Informative
  6. Learning Source by antibios · · Score: 4, Insightful

    Minix makes an awesome unix OS to learn from. You all must agree that it doesn't have to be used as a production machine, it's really quite suited to use for teaching students.

    1. Re:Learning Source by ceswiedler · · Score: 5, Interesting

      Because it's relatively simple. Have you ever compared Linus's original .99 version (the first he released publically, or anyway the first that I can find) with a modern 2.5 kernel? It's orders-of-magnitude more complex. Minix was designed to follow academic operating system principles, above practical issues such as performance. Because of that, it was easy to understand and teach.

    2. Re:Learning Source by oh · · Score: 4, Insightful

      Minux wasn't intended to help you learn how to use a UNIX, it was intended to help you learn how to write UNIX.

      It was written to be used as lab work for Operating sytem courses. I don't know about the "no users since 1996" comment. As recently as 1999 (when I was last in University) a group of undergrads were writing a process migration system for it.

      While I agree BSD or Linux are probably much more practical for production use, they are a bit more daunting to the programming student.

      --
      Democracy isn't about no one telling you what to do. It's about everyone telling you what to do.
  7. What I would like to know is... by messiertom · · Score: 5, Insightful

    If there have been no minix users since 1996, why did they wait six years to drop support?

    1. Re:What I would like to know is... by stwrtpj · · Score: 4, Informative
      If there have been no minix users since 1996, why did they wait six years to drop support?

      Why do many TERMCAP databases contain vt100 definitions even though most people use a windowing system of some type? Why is the term tty used to describe your login session/device on many UNIX OS's when teletypes went out of fashion years ago? Why do we still refer to the act of the cursor returning to the beginning of a line as a carriage return?

      Most likely the answer is cultural inertia. People are loathe to change things that either work just fine the way they are or simply show no pressing need to change them.

      --
      Karma: Frotzed (mostly due to the Frobozz Magic Karma Company)
    2. Re:What I would like to know is... by falzer · · Score: 5, Funny

      Well, you never know when all hell could break loose. That's why you should keep an old vt100 behind a glass case for when the shit hits the fan, and you need a terminal, pronto!

      "BREAK GLASS IN CASE OF EMERGENCY"

    3. Re:What I would like to know is... by Clover_Kicker · · Score: 3, Funny

      >Well, you never know when all hell could break
      >loose. That's why you should keep an old vt100
      >behind a glass case for when the shit hits the fan,
      >and you need a terminal, pronto!

      I know you're joking, but There Was This One Site...

      We got a call from another office in our organization asking if we still had any VT100s, their last terminal had just died. We did not have any, and we asked them why they wanted one...

      The were using them to configure hubs/switches etc, and didn't realize that any old PC running Procomm or Telix etc. would be an acceptable VT100 replacement.

      I can just imagine those guys lugging around VT100s to set up new hubs, heh heh.

      Our solution wasn't sexy, we had a 286 monochrome laptop with Procomm, but it sure was portable.

  8. is this really a question? by Anonymous+Cowrad · · Score: 5, Funny

    If there have been no users since 1996, is there really a need for the question mark in this article's headline?

    --

    --
    pants ahoy
    1. Re:is this really a question? by BitGeek · · Score: 5, Funny


      There are 25 million mac users, at least.

      I'm not aware of any hippie communes that got larger than 25 people total-- at some point the fighting over women destroys the idea.

      On the other hand, there were some religious sects that were able to grow their communes much more, and were much bigger than 25 people.

      But they were only able to do this because they used religion to eliminate sex, and its attending issues.

      Since Mac users get far more sex than the average computer user, (according to Gartner and IDC) this is not the case for Apple's market.

      --
      Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
    2. Re:is this really a question? by Skjellifetti · · Score: 3, Interesting

      On the other hand, there were some religious sects that were able to grow their communes much more, and were much bigger than 25 people.

      But they were only able to do this because they used religion to eliminate sex, and its attending issues.


      Except for the issue that eliminating sex meant that the commune wouldn't last but a single genration.

      BTW: The Farm in Tennessee is still going strong with 200 members. So is Twin Oaks, a community based on B.F. Skinners ideas in Walden 2. Twin Oaks has 100 members. East Wind in Missouri has 85 members.

  9. Eh by Junky191 · · Score: 5, Funny

    *Pours out some of the Colt 45 for the OS's from my hood that didn't make it* I'll miss you man.

  10. educational by capnjack41 · · Score: 4, Interesting

    Isn't it more of an educational tool these days, rather than a practical OS? I think every CS student had to buy Tanenbaum's book for their OS class. I think it's more of a prototypical UNIX that's good for studying how OS's actually work.

  11. Minix is dying by Anonymous Coward · · Score: 5, Funny

    Minix is dying

    Yet another crippling bombshell hit the beleaguered Minix community when last month IDC confirmed that Minix accounts for less than a fraction of 1 percent of all servers. Coming on the heels of the latest Netcraft survey which plainly states that Minix has lost more market share, this news serves to reinforce what we've known all along. Minix is collapsing in complete disarray, as further exemplified by failing dead last in the recent Sys Admin comprehensive networking test.

    You don't need to be a Kreskin to predict Minix's future. The hand writing is on the wall: *BSD faces a bleak future. In fact there won't be any future at all for Minix because Minix is dying. Things are looking very bad for Minix As many of us are already aware, Minix continues to lose market share. Red ink flows like a river of blood. FreeBSD is the most endangered of them all.

    Let's keep to the facts and look at the numbers.

    Minix leader Julien states that there are 7000 users of OpenBSD. How many users of X86 Minix are there? Let's see. The number of X86 Minix versus 68K Minix posts on Usenet is roughly in ratio of 5 to 1. Therefore there are about 7000/5 = 1400 68K Minix users. PPC Minix posts on Usenet are about half of the volume of 68K Minix posts. Therefore there are about 700 users of PPC Minix. A recent article put X86 Minix at about 80 percent of the Minix market. Therefore there are (7000+1400+700)*4 = 36400 X86 Minix users. This is consistent with the number of X86 Minix Usenet posts.

    Due to the troubles of Walnut Creek, abysmal sales and so on, Minix went out of business and was taken over by BSDI who sell another troubled OS. Now BSDI is also dead, its corpse turned over to yet another charnel house.

    All major surveys show that Minix has steadily declined in market share. Minix is very sick and its long term survival prospects are very dim. If Minix is to survive at all it will be among OS hobbyist dabblers. Minix continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, Minix is dead.

    Minix is dying

  12. Re:I had to say this... by messiertom · · Score: 5, Insightful

    No.

    The name "GNU/Linux" is derived from the fact that almost all Linux distros make good use of the GNU tools. Minix makes no use of them.

  13. Let's not forget ... by vlad_petric · · Score: 5, Insightful
    ... that, leaving aside the political debates, flamewars, etc, Minix was the operating system from which Linux was bootstrapped (IIRC the very first Linux versions were compiled under Minix, had the Minix fs "hardcoded" - way before VFS existed, etc.)

    So, while it may be dead (some may claim that it wasn't ever really alive), it is still alive through one of its most successful offsprings, our most beloved Linux!

    The Raven.

    --

    The Raven

  14. Re:I had to say this... by RAMMS+EIN · · Score: 3, Insightful

    ``Shouldn't it be called GNU/Minix?''

    No, because Minix doesn't use the GNU toolset. Besides, I am thinking about installing Minix on my 486-without-FPU. Guess I need to go for an old version of X if I want it?

    --
    Please correct me if I got my facts wrong.
  15. It's still around by Sheetrock · · Score: 4, Insightful
    True, not many people are using it on the desktop anymore, but there are still a number of things that Minix excels at. It was adapted to embedded computing before Linux, for one thing, because it could run the 286 processor in extended mode. It makes a much more efficient/lightweight server than any *BSD, and is actually responsible for a large segment of the Apache userbase on the Internet yet goes underreported because the server string in the apache-minix package says Linux. Additionally, the code is (IMHO) much easier to follow for CS students, and demonstrates many more esoteric yet practical systems engineering principles than can be found in its fork (Linux).

    So no, I wouldn't fire off that 'Minix is dying' troll just yet; the presence of Minix filesystem compatibility in its friendly rivals betrays the foothold Minix yet retains among many of the computers that power the Internet today. We wouldn't argue that Linux is dying simply because it doesn't have nearly the desktop share of Microsoft Windows, because we are aware that it is churning away out there just beneath the consciousness of most computer users. So too we should remember that Minix occupies as well a place within our hearts as well as within the Internet.

    --

    Try not. Do or do not, there is no try.
    -- Dr. Spock, stardate 2822-3.




  16. Was it superior by SexyKellyOsbourne · · Score: 4, Insightful

    Even though Minix is long dead, there still is a good question: was a microkernel architecture better, or is Linux's monolithic kernel the right way to go?

    WindowsNT uses the microkernel design, but most operating systems since DOS haven't used a monolithic kernel, which was only truly necessary in the days of extremely scarce resources. It's true that Linux does extremely well under many circumstances, but could it have been done even better with a nice, modular, microkernel design?

    If history had changed and Minix took off instead of Linux, would we be better off today with the superiority of a microkernel design?

    I think we would.

    1. Re:Was it superior by RAMMS+EIN · · Score: 4, Interesting

      I believe in microkernels. Just look at QNX. Ever tried to make a decent Linux boot floppy? It's hard, and would be easier if the kernel were more modular. Fortunately, it is moving in that direction. The MINIX file system is still available, and makes a very good choice for floopies: full file permissions and very little space wasted. ext2 takes up half the floppy and reiserfs doesn't even fit on it. MINIX may be dead as a production system, but its legacy lives on, and it's still good for OS courses, which is what it was made for.

      --
      Please correct me if I got my facts wrong.
    2. Re:Was it superior by rweir · · Score: 4, Informative

      WindowsNT uses the microkernel design

      Er, no. It started off as microkernel, but things keep getting but into kernel space for performance reasons: thusly.

      If history had changed and Minix took off instead of Linux, would we be better off today with the superiority of a microkernel design?

      Hehe.

      In conclusion: microkernels may or may not be theoretically `better', may or may not perform better, but they are fuckloads more work to do right.

  17. No its, Minix is dying by toupsie · · Score: 3, Funny

    Netcraft has now confirmed: Minix is dead Yet another crippling bombshell hit the beleaguered Minix community when recently IDC confirmed that Minix accounts for less than a fraction of 1 percent of 1 percent of all servers. Coming on the heels of the latest Netcraftsurvey which plainly states that Minix has mo market share, this news serves to reinforce what we've known all along. Minix is collapsing in complete disarray, as further exemplified by failing dead last in the recent Sys Admin operating system awareness test.

    You don't need to be a Kreskin to predict Minix's future. The hand writing is on the wall: Minix faces a bleak future. In fact there won't be any future at all for Minix because Minix is dead. Things are looking very bad for Minix. As many of us are already aware, Minix has no market share. Red ink flows like a river of blood. Minix is the most endangered of all operating systems, having lost 99.99999% of its core developers.

    Let's keep to the facts and look at the numbers.
    Juliusz Chroboczek noted it was removed from XFree86 server; there have been no users since 1996. This is consistent with the number of Minix related XFree86 Usenet posts.

    All major surveys show that Minix has steadily declined in market share. Minix is very sick and its long term survival prospects are nil. If Minix is to survive at all it will be among OS hobbyist dabblers. Minix continues to decay. Nothing short of a miracle could save it at this point in time. For all practical purposes, Minix is dead.

    Minix is dead.
    --
    Strange women lying in ponds distributing swords is no basis for a system of government.
  18. Minix is a toy by steveha · · Score: 5, Informative

    Minix is a toy. But that's not a bad thing, and people are still playing with it.

    Minix was written to give some "real-life" examples for a textbook on operating system design. The guy who wrote it wanted to keep it simple, so that it would be easier to understand.

    Back when there wasn't a free *NIX, some people hacked on Minix to turn it into less of a toy and more of a real operating system. The biggest obstacle was licensing issues: Minix is owned by a book publisher, and you needed to deal with them if you wanted to do anything with Minix. If you just wanted to be legal to use Minix you could buy a copy of the book, but anything else (trying to distribute on CD-ROM for example) was pretty much impossible.

    If Minix had been released under GPL, Linus might have simply written patches for it, rather than ginning up his own project. Linux would have likely never happened, and I would be using Minix to type this rather than Linux. This is nice history lesson about the importance of software licensing.

    Anyway, between the *BSD family and Linux, we have plenty of *NIX operating systems to use; we don't need one more that is stuck back at the toy level and has a messy license. So people are not working on Minix to make it less toy-like anymore.

    Because Minix is a toy, you can read the book and dive right in to the Minix code base. You can hack around with it and have a good time. As long as people still read the book, Minix will be a useful toy.

    The efforts to grow Minix beyond its toy status are dead. Minix itself remains educational and fun.

    steveha

    --
    lf(1): it's like ls(1) but sorts filenames by extension, tersely
    1. Re:Minix is a toy by AJWM · · Score: 3, Troll

      Nice comparison. Lego and Meccano (aka "Erector Set" in the US) are toys too, but can be darn educational and occasionally useful. And fun.

      --
      -- Alastair
    2. Re:Minix is a toy by foonf · · Score: 5, Informative

      Minix is owned by a book publisher, and you needed to deal with them if you wanted to do anything with Minix. If you just wanted to be legal to use Minix you could buy a copy of the book, but anything else (trying to distribute on CD-ROM for example) was pretty much impossible.

      Actually Minix was finally relicensed under a BSD-like license recently, albeit 10 years or so too late.

      --

      "(Man) tries to live his own life as if he were telling a story. But you have to choose: live or tell." --Sartre
    3. Re:Minix is a toy by jsse · · Score: 3, Funny

      If Minix had been released under GPL, Linus might have simply written patches for it, rather than ginning up his own project.

      And Linus wouldn't have to argue with AST. Look at my sig.

  19. Minix is NOT dead. by rice_burners_suck · · Score: 3, Interesting

    I am SO upset right now that you simply cannot imagine what I am going through. First of all, I use Minix on three of my four computers. Minix is certainly NOT dead, and I don't know why so many people think that it is. It's the most retarded thing I have ever heard of.

    1. Re:Minix is NOT dead. by mj01nir · · Score: 5, Interesting

      Yeah, we're still out here. From what I can gather from the MINIX-L list, it has more of a following outside the US. There seem to be few folks in the Middle East and Southeast Asia using it. Still not a large number in any case.

      It may not be Linux, but what the hell else am I gonna run on an IBM 5150? Besides, I keep telling myself that "someday" I'll learn how to code, then hack around with it.

      --
      the no .sig .sig
  20. Now hold it just a minute. by Archeopteryx · · Score: 3, Insightful

    The fact that they are no longer supporting Minix has no consequences whatsoever!

    Minix is frozen in time, and any of the old XFree86 sources that have ever worked with it will work with it forever. After a certain amount of debugging has taken place, one no longer needs to support software for an unchanging OS.

    --
    Dog is my co-pilot.
  21. The REAL Question is by Breakfast+Pants · · Score: 5, Funny

    What is wrong with the slashdot editors that they can't call it by its proper name: GNU/Minix !!!!

    --

    --

    WHO ATE MY BREAKFAST PANTS?
    1. Re:The REAL Question is by kasperd · · Score: 3, Interesting

      GNU/Minix

      Let's get some facts. Is that true or not? Does Minix, like Linux, use the entire GNU suite of tools?

      --

      Do you care about the security of your wireless mouse?
    2. Re:The REAL Question is by KewlPC · · Score: 3, Informative

      No. As far as I could tell, all the Minix tools were written specifically for Minix, lame C compiler and all.

  22. Minux is a teaching OS by Katz_is_a_moron · · Score: 4, Insightful

    Comparing Minux to Linux is like comparing a wagon to a Lexus. Minux was never designed to be a production O/S. It was designed to teach for students taking a first course in operating systems design.

  23. I installed it last night by idiotnot · · Score: 3, Interesting

    Okay, so it's not finished, but it's somewhat useable, especially on older 32 bit hardware. Looking through dselect, there's quite a few apps available for it. The machine I'm using it on is a bit flaky (think there's a mobo/mem problem, because Linux actually crashes on it, too). I've got another machine sitting around that I'm going to try it on.

    Haven't gotten around to trying X yet.

    I'm not sure where they're going with the project, really, because, as you said, there doesn't seem to be alot of active development. What is there are quite a few good ideas, and something that's Not Unix. :-)

    Got a spare ext2 partition sitting around? Give it a shot. The Hurd.

  24. I'm going to be the only user! by BrookHarty · · Score: 4, Funny

    I'm downloading it now, just to say I'm the only user left!

    Please, dont download it and ruin it for me.

  25. As with BeOS, the M$ monopoly strikes again!!! by timeOday · · Score: 3, Funny

    Not really :)

  26. +1, Funny by Mike+Schiraldi · · Score: 4, Funny

    A new variant on the tired:

    "God is dead" - Nietzsche
    "Nietzsche is dead" - God

    can be:

    "Linux is obsolete" - Andy Tannenbaum
    "Minix is obsolete" - Linus Torvalds

    1. Re:+1, Funny by Mike+Schiraldi · · Score: 3, Funny

      I'm honored. Here are some more Tanenbaum quotes:

      "As a result of my occupation, I think I know a bit about where operating are going in the next decade or so."

      "To me, writing a monolithic system in 1991 is a truly poor idea."

      "... my guess is that the fraction of the 60 million existing PCs that are 386/486 machines as opposed to 8088/286/680x0 etc is small. ... Making software free, but only for folks with enough money to buy first class hardware is an interesting concept. Of course 5 years from now that will be different, but 5 years from now
      everyone will be running free GNU on their 200 MIPS, 64M SPARCstation-5."

  27. Karma whoring by Mike+Schiraldi · · Score: 5, Interesting

    Here's the obligatory link to Tanenbaum's 1992 "Linux is obsolete" post.

  28. Re:OT: Your sig by Anonymous+DWord · · Score: 3, Funny

    This one's better. (Stolen from Fark)

    --
    "If he thinks he can hide and run from the United States and our allies, he's sorely mistaken." Bush on bin Laden
  29. Aw man... by Lord+Puppet · · Score: 5, Funny


    I just installed Minix on my XBox, and now I find out that it's dead.

  30. You know... by Loki_1929 · · Score: 5, Funny

    You know, there's some poor bastard out there reading this on a machine running Minix who just read the line, "no one's used it since 1996". Imagine for a moment, if you will, how that person must feel right now...

    --
    -- "Government is the great fiction through which everybody endeavors to live at the expense of everybody else."
  31. From the horse's mouth.. by irexe · · Score: 5, Interesting
    This is an entry from Tanenbaum's personal faq. I think this explains fairly well why the comparison between Minix and production unices is fundamentally crippled:

    What do you think of Linux?
    I would like to take this opportunity to thank Linus for producing it. Before there was Linux there was MINIX, which had a 40,000-person newsgroup, most of whom were sending me email every day. I was going crazy with the endless stream of new features people were sending me. I kept refusing them all because I wanted to keep MINIX small enough for my students to understand in one semester. My consistent refusal to add all these new features is what inspired Linus to write Linux. Both of us are now happy with the results. The only person who is perhaps not so happy is Bill Gates. I think this is a good thing.

  32. The real truth about Linux by Ektanoor · · Score: 3, Insightful

    The statements about the death of Minix are out of the line. Minix is dead, dead from the very start. It is not a OS in the same way other OSes are and never was supposed to be such way. Minix is the crash dummy, the body of the anatomic room, the prototype A. Tanenbaum was not trying to make a real OS but a tool for students to learn how to create operating systems. And he kept this OS in such way.

    However, there was this guy that came from the Northern cold, played a little with the cadaver and thought he could even overwhelm Frankenstein. For a few starry nights, he chunked, cutted, ripped Minix body into pieces to rejoin them into a new more perfect body, something that today reminds to some people a cute penguin...

    That is probably one of the reasons for the harsh reaction of Tanenbaum on seeing the new monster and realizing that "it's alive". Well, Frankenstein was made from mortified human pieces, while Minix was dead from start and should have stayed in that status for long. So we may understand his shock seeing a living Linux.

    Well this is half-humour half-stupidity but I tried to give another view of the story, in a more dummy way. Minix is a great system but, it was never intended to become another OS in the market. It is interesting that it gave birth to such an OS, but it never was in a position to concur with it. Minix and Linux have had always different purposes. The fact that it is being buried down, is not a problem on Minix but on the system. If one looks well around, he may see that the bottom line of development is dying. For the last years, there's been a fall on the creation and development of software infrastructure like OSes. So, this is not a sweet thing to see. It is a worrying signal that we may see some downgrade on specialists for the near future.

  33. duh... by joto · · Score: 3, Insightful
    Of course minix is dying for real-world use. Minix was never designed to do anything practical. Minix was designed to be a minimal multi-tasking unix-like micro-kernel OS that was small and simple enough for students to understand in half a year. It still is.

    If people were running XF86 on top of Minix, that would in my mind make them crazy. The way to work with minix nowadays is to run it inside e.g. VMware, not to run it as your primary OS. Minix was never intended to be anything but a toy.

    But it is a good toy. I have just recently started to look at it, and it is very easy to learn from. And personally, I would rather see it stay that way. It's much better to have a simple educational toy, than a half-assed attempt at making it more complex, and more suitable for actual work. Because for actual work, there are already so many alternatives that are so much better: Windows, Linux, *BSD, Solaris, ...

    I doubt many minix users really care about the dropped support. They are there for the kernel, and could care less about support for third-party programs.

    And Tannenbaums strict control of the source have proven to be right. I can today download minix, and it still has some resemblance to what is described in the book. If Linus and the other good minix hackers had had their own way, minix would today look entirely different, and thus be useless for teaching.

  34. Use of Minix by Pflipp · · Score: 3, Insightful

    Minix was a cute little UNIX introduction to a lot of people. An older version ran on the Amiga as well. It's the way I've made my transition from Amiga -> Minix -> Linux. This Minix never came with XFree86, and I believe it was quite a hassle to install if you really wanted it. Most people playing with Minix ever since Linux was ported to the Amiga, did it as a toy introduction to UNIX, and had no real need for X, anyway.

    While I believe Minix does prove to be a little silly a choice these days, it's still a nice look back into the old-style (Version 7??) UNIX, for people who just weren't born that long ago :-)

    --
    "We can confirm that Debian does *not* ship the version with the trojan horse. Our version predates it." [CA-2002-28]
  35. WTF? by NoMoreNicksLeft · · Score: 3, Interesting

    You think that's funny.

    I use awstats as my web statistics package, which happens to check if the OS is CP/M. I didn't know what to think when I saw that... maybe they werer just being thorough.

    Well, once per month, I actually get a hit from someone using it. I mean... damn. I like vintage stuff and all (I just managed to get my Amiga 2000 up and running not so long ago, and I actually have a copy of Atari ST Minix) but how in the hell do you browse from CP/M?

    I need to find this guy. Whether I should bitchslap him, or bow down in worship when I do, is something to debate

    Note: I have a friend that likes to screw with me, telnets in and manually adds bizarre headers. But this isn't him, nor can I imagine someone else doing this for kicks on strangers' websites. I really am shocked and bewildered, in a way.

  36. Minix = great OS on old hardware/embedded by Florian · · Score: 4, Informative
    I fail to see why dropped XFree86 support would kill Minix - as it doesn't make much sense to run Minix on hardware powerful enough to run an X server. After trying several alternatives (Small Linux with kernel 1.0.9, FreeDOS, V2OS), I found Minix an excellent OS for a laptop with a 386sx/20Mhz CPU with 2 MB RAM and 40 MB hard disk. On this hardware, Minix gives me a fast-running, stripped-down Unix shell environment comparable to Busybox (or respectively, Linux rescue floppies like Tomsrtbt), with a decent vi clone (elvis-tiny), a C compiler (!) and full man page documentation. It is a very sound choice for turning fleamarket hardware into a word processor with the Uni toolchain (grep, sed, sort, make etc. - for a full list see here). Exchanging data between Minix and other OSes is a snap thanks to Minix-fs support in the Linux kernel and the availability of mtools for Minix. With its academic background, Minix is a very cleanly designed, BSDish OS. Its major drawbacks are lacking job control (suspending, backgrounding and foregrounding processes), an almost DOS-like limitation on the length of file names and, unless you use the MinixVM fork, no virtual memory.

    Since Minix has been put under the BSD license since April 2000, I wonder why nobody has made an effort yet to port it to embedded systems (PalmOS PDAs with Dragonball CPUs, for example, should be an ideal target). Minix should be much better suited for many embedded applications than the much more complex Linux kernel.

    --
    gopher://cramer.plaintext.cc http://cramer.plaintext.cc:70
  37. Comparisons with Linux Miss the Point by reallocate · · Score: 3, Informative

    Right. Measuring Minix against Linux or any OS with pretensions to be a production tool is inappropriate. For some, it probably reflects an unfamiliarity with the Tannenbaum book and a perspective that began sometime after the the code's initial appearance in 1987.

    I own both the first and second editions of Tannenbaum's Minix book. They're both buried in boxes right now, so I can't post a quote, but Minix was written as a teaching tool, not with any intent that it would ever be used a production OS or, for that matter, as a hobbyist OS. At the time, the only way for Tannenbaum to legally use source code as a pedagogic device to illstrate the workings of a Unix-like OS was to write it himself. The typical PC box then -- remember, this is 1987 -- was an XT without a hard drive.

    In other words, Minix code was written to illustrate the points Tannenbaum makes in the book and to work on 640k green-screen XT's with one tiny 5 & 1/4-inch floppy.

    --
    -- Slashdot: When Public Access TV Says "No"
  38. Minix is not for general use by DrStrange · · Score: 3, Informative

    I'm a bit tired of reading about the Minix vs. Linux debate when its apparent that most don't realize that Tanenbaum et al. did not write Minix as a general purpose OS. Minix was written as a teaching tool for operating systems classes. Tanenbaum has refused to add more "user" features to Minix because he wanted an educational Unix clone students could interact and program with without getting lost. Writing an operating system that a student can understand and learn from is a lot harder than writing an operating system that only already-knowledgable-programmers can work on. So in the future please be kind to Mr. Tanenbaum or at least do a touch of research before blasting him with "in your face Tanenbaum" statements I've read here. I realize siding with Tanenbaum on /. is not a popular position but the one thing that really gets me upset here is when people blast a good man (Tanenbaum) who's done a lot of good work over blind advocacy to on operating system.

    Oh and just to make sure I get modded down as Troll...let us all remember this quote from Mr. Tanenbaum's books: "The desire for a free production (as opposed to educational) version of Minix led a Finnish student, Linux Torvalds, to write Linux. This system was developed on Minix and originally supported various Minix features (e.g., the Minix file system)". So yes if you are a Linux fan remember Linux's roots come from Minix so trashing Minix its tantamount to trashing your parents.

  39. Minux still alive and well by j-turkey · · Score: 3, Insightful
    Minix is not dead.

    Al Woodhull's Minux box is still alive, well, and running here, in the third floor of Cole Science center at Hampshire College, in Amherst, MA. Al Woodhull is the co-author of the Minix operating system, and I believe that he still helps maintain it (occasionally).

    The fact that it is still up and running an Apache server is a testament that it is still a functional operating system...more than just an educational toy. Here is a quote from the site:

    To the best of our knowledge, minix1.hampshire.edu is the oldest web site based upon standard Minix. The site actually began operation in April 1994, offering anonymous ftp access using Michael Temari's Tnet system on Minix 1.5 on an 80286 system. In February 1996 the web site was added to the site, then operating under Minix 1.7.0 on an 80386. The mirror site at turing.oit.umass.edu was added in 1998, and changed its name to minix1.bio.umass.edu in October 2001.

    So what if XF86 isn't being written for it? Does X make it a real OS? Is an OS not functional without X11R6? Does that make all of those X-less servers that I built and maintain toys?

    --Turkey
    --

    -Turkey

  40. Unix implemented on a microkernel? by Nicolai+Haehnle · · Score: 3, Insightful

    Hmm. I'm sure a microkernel system will work for a UN*X-like OS. However, I really doubt that it's a good idea to implement yet another Unix-alike on a microkernel - it won't really make use of the kernel.

    Unix is built around the central idea of files (and the related pipes, sockets, etc...).

    Microkernels, on the other hand, are built around the idea of IPC, or, to be more direct, function calls.

    So if a microkernel is used only to exchange the function calls that are necessary to provide file system capabilities, then it is probably used very inefficiently.

    I think microkernels are really the way to go for desktop systems, because desktop systems, while benefitting from the concept of files, have almost nothing to do with files. When you're working with a spreadsheet app, all that happens are function calls (or callbacks, which is really the same): you click the mouse, and the graphics/input systems calls a function in the spreadsheet app, which then performs some calculations. To display the changes, the spreadsheet app calls a series of functions in the graphics/input system.
    No files involved, are there?

    Of course, the X client/server design uses a file (a socket) to communicate the function calls, but that's really just an unnecessary layer of complexity.

    So yes, I'm calling for a paradigm shift. Implement a system on top of a microkernel that doesn't give a shit about Unix (if it can run most POSIX apps then great - but don't make it a priority). Make it a desktop system. Use C++ as the major language of the operating system, so that components that reside in a different address space can easily be accessed as native language objects - and applications won't have to bother whether those components are local, in a different address space or on a different computer. There are many things that need to be worked out, but it can result in a very sane and flexible design.

    Maybe something like this has already been implemented (or started), but I haven't found anything - microkernel developers seem to be focussed extremely on theory instead of practice.

  41. Hardware requirements by 1155 · · Score: 3, Informative

    Thought you might be interested in this then (minix looks like what I need to run on any 486 or lower machines I run across, as my fiance is liking unix, so she'll need a compy...):

    HARDWARE REQUIRED
    To run MINIX 2.0, you need a PC driven by an 8088, 286, 386, 486, or Pentium CPU. The system must be 100% hardware compatible with the PC-AT and its successors (i.e, EISA bus, IDE disk, etc.).
    To run the 16-bit version, 640K is the minimum. To run the 32-bit version, 2MB is the minimum. To run comfortably, another 512K is needed.

    A hard disk is not technically required, but is strongly recommended to take full advantage of the system. To load all the sources and be able to recompile the system, 30 MB is the practical minimum but with a 20 MB disk partition, you can still run and compile parts of the system.

    The system must have either a CGA, EGA, VGA, monochrome, or Hercules video card, or another card that emulates one of these. Both 5.25" and 3.5" diskettes are supported, as are printers using the parallel port and modems and terminals using the serial ports. Mitsumi CD-ROMs are also supported, as are some Ethernet cards.