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."

5 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. Different types of niche operating systems by adadun · · Score: 5, Insightful
    In my (somewhat limited) experience with niche operating systems for PCs, they can roughly be divided into two categories:
    • "Toy" systems that are written by a few hackers "just because they can". Those are typically written in (x86) assembler and even eary versions can produce a nice looking GUI. (Note that "toy" systems can very rigid and functional, despite their name.)
    • "Research" systems that are written by researchers to prove a point. The rarely have a GUI (unless the research involve real-time graphics as for Nemesis).
    Both kinds are extremely hard to install, only run on a very carefully selected set of hardware, and don't really gain much appreciation other than from a very small group of followers. Followers from both groups often look down on eachother.

    Lately, the operating systems research has come to a slowdown, but the operating system hackers (that produce the "toy" systems) are gaining more and more momentum. The latter can most likely be contributed to the success of Linux. Can the former be explained by that operating systems now is a fully explored area?
  3. How about this for a niche OS by Tim+Macinta · · Score: 4, Funny

    When I first looked at the title I mis-read "niche" and thought somebody had created a "Nietzsche" operating system. Now that would be a niche OS. What would such an OS do? I supposed it could complain about Jesux users.

    1. Re:How about this for a niche OS by gowen · · Score: 5, Funny
      I suppose it could complain about Jesux users.


      Jesux's webpage hasn't been updated for two years, so it looks like development may have stopped. I wouldn't rule out the whole distribution suddenly rising from the dead though...
      --
      Athletic Scholarships to universities make as much sense as academic scholarships to sports teams.
  4. Interesting OSes by DGolden · · Score: 5, Informative

    EROS is a very promising O.S. - orthogonally persistent, cool security.

    An "interesting" OS is AROS - it's AmigaOS, but open-source on x86, complete with Amiga-style:

    pre-emptive multitasking.

    total lack of memory protection, except for "cooperative" m.p. via semaphore locking.

    blazingly fast IPC by by-reference message passing

    on-the-fly shared library function patching

    user-space device drivers (though, without any memory protection, user space is a pretty abstract concept :-).

    integrated GUI + unix-like shell.

    Also has a fun "soft-pseudo-reboot in a fraction of a second" feature, based on just freeing all memory except the kernel + vectoring to the kernel entry point - whcih means, you may crash due to lack of memory protection, but you'll be back up,very,very quickly :-).

    --
    Choice of masters is not freedom.