Slashdot Mirror


Niche Operating Systems

Eugenia writes: "So, you think that BeOS or AtheOS are niche Operating Systems? Well, you haven't seen anything yet. OSNews provides a list and short description of the most active and most promising Operating Systems written by individuals or small teams just for the fun of it or because they have a dream of how the perfect OS should be (is there such a thing though?). Some of them, like SkyOS for example, are even quite far down the line in terms of usability and advancements."

9 of 405 comments (clear)

  1. How about OS's that should be brought back? by sphealey · · Score: 5, Interesting

    There's an old adage that every mistake that has ever been made with computers has been made three times. It originally referred to the mainframe, minicomputer, and PC eras. That could probably be extended to at least five times today by adding "client/server" and "web" environments. One of the strange aspects of computing is that everything has to be started from scratch and nobody seems willing to even consider the lessons learned in the past.

    Given this, I would prefer to see a list of operating systems in which things were done RIGHT, but which are no longer in use or from which lessons are not being learned. Multics, TOPS-10, and TOPS-20 come to mind. Any others?

    sPh

  2. BeOS...? by joestar · · Score: 3, Interesting

    I knew BeOS long time before Linux. So if after years of existence BeOS is not yet a mainstream OS, I don't see why I shouldn't call it a "niche OS"! AtheOS on the other part, is likely to become a mainstream. If only it could come with many more supported videocards...

  3. Niche - and quixotic by kingdon · · Score: 3, Interesting

    My vote for the most obscure goes to FreeVMS. Warning: very little code got written and there hasn't been activity in years. But the way in which it failed was interesting: no one wanted to do anything unless it had the blessing of Digital ^W Compaq ^W Hewlett Paqard. The biggest leverage of the proprietary OS was over the minds of the users/enthusiasts/etc. One could argue about whether the legal issues were real, but the free unices managed to get around legal issues with Unix including the setuid patent.

  4. Dare I mention... by Crusty+Oldman · · Score: 2, Interesting

    Dare I mention that the Forth language IS an operating system in its own right? Damn good one too!

  5. I'm a developer for ReactOS (WinNT Clone) by isolation · · Score: 1, Interesting

    Check it out at www.reactos.com

    --
    Free Unix? Free Windows. http://www.reactos.com
  6. Re:Different types of niche operating systems by ReelOddeeo · · Score: 3, Interesting

    niche operating systems for PCs, ...can be divided into two categories

    They can be divided into one category: illegal operating systems.

    SSSCA

    --

    Those who would give up liberty in exchange for security and DRM should switch to Microsoft Palladium!
  7. Why is it... by humming · · Score: 2, Interesting

    ..that every programmer that thinks he knows something has to either write his own programming language or Operating System?

    //Humming

    --
    I'm too stupid to preview.
  8. Re: linux need to sort out threading by Jeffrey+Baker · · Score: 2, Interesting

    No genius. The kernel handles the interrupts from the hardware delivers I/O events to user space via a queue. The program can come along and deal with the I/O events whenever it gets around to it.

    The kernel is the RIGHT place for asynchronicity, because we definitely know what is happening when we get an interrupt on platform X. When programming in user space, who needs to deal with your program suddenly and unexpectedly jumping to a signal handler? You have NO idea where you are in the control flow. It's a stupid design, exacerbated by the non-uniform way different platforms deal with signals during system calls.

  9. Re:learning from the past by cpt+kangarooski · · Score: 2, Interesting

    UI is better in some respects, but a step down from MacOS, and by no means an improvement to the state of the art.

    Security model hasn't changed.

    Speed's not amazing, though at least 10.1 is an improvement over the earlier releases.

    Metadata's being depreciated.

    I'm sorry, I'm not seeing that it's a substantial improvement on Unix, OR that Unix is a particularly desirable choice of OS for ordinary people. (Frankly, they could all stand significant improvement)

    --
    -- This and all my posts are in the public domain. I am a lawyer. I am not your lawyer, and this is not legal advice.