Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Who has heard of the MINIX 3 OS?

I want to know what the MINIX 3 OS is about. Please help.

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    MINIX 3 is a new open-source operating system designed to be highly reliable, flexible, and secure. It is loosely based somewhat on previous versions of MINIX, but is fundamentally different in many key ways. MINIX 1 and 2 were intended as teaching tools; MINIX 3 adds the new goal of being usable as a serious system on resource-limited and embedded computers and for applications requiring high reliability

    This new OS is extremely small, with the part that runs in kernel mode under 4000 lines of executable code. The parts that run in user mode are divided into small modules, well insulated from one another. For example, each device driver runs as a separate user-mode process so a bug in a driver (by far the biggest source of bugs in any operating system), cannot bring down the entire OS. In fact, most of the time when a driver crashes it is automatically replaced without requiring any user intervention, without requiring rebooting, and without affecting running programs. These features, the tiny amount of kernel code, and other aspects greatly enhance system reliability.

    MINIX 3 is initially targeted at the following areas:

    Applications where very high reliability is required

    Single-chip, small-RAM, low-power, $100 laptops for Third-World children

    Embedded systems (e.g., cameras, DVD recorders, cell phones)

    Applications where the GPL is too restrictive (MINIX 3 uses a BSD-type license)

    Education (e.g., operating systems courses at universities

    for more info u can visit here

    http://www.minix3.org/

Still have questions? Get your answers by asking now.