Announcement

Collapse
No announcement yet.

MINIX 3.2.1 Brings More Polish, Better User-Space

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • MINIX 3.2.1 Brings More Polish, Better User-Space

    Phoronix: MINIX 3.2.1 Brings More Polish, Better User-Space

    As pointed out in the forums, the MINIX 3.2.1 micro-kernel operating system has been officially released...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    mmap & dynamic shared libraries

    With this out of the way, I think we'll finally start seeing a lot of ports, which will make minix3 actually useful.

    Things are gonna get pretty interesting from now on.

    Comment


    • #3
      Dynamically-linked executables? Hot damn, what an innovative industry-leading feature. :P

      Comment


      • #4
        > dynamically-linked executables,
        > EXT2 file-system support improvements,
        > AHCI driver support,

        ....and they also finally ditched brand-new a.out format! Oh, really decent changelogs for 2013. Looks like if necromancers got their own OS with some recent innovations, eh?

        Comment


        • #5
          It is an OS in development, stupid trolls...

          Comment


          • #6
            History of Minix3 releases:


            A feature-complete pure microkernel architecture OS isn't written in a weekend by a single person and I'm honestly optimistic about them looking at that article and considering how fast their pace is compared to the HURD. I think the key difference is that Minix3 seems to have direction in its development, which HURD utterly lacks.

            Linux, which is just yet another monolithic UNIX-like system, that is, an old, well-known and proven system design, took over 20 years to get to the point where it is now. In contrast, Minix3 is a pure microkernel architecture, a field where there's a lot of research going on, so what they've done in just a few years with few contributors is pretty commendable.

            Comment


            • #7
              Originally posted by 0xBADCODE View Post
              > dynamically-linked executables,
              > EXT2 file-system support improvements,
              > AHCI driver support,

              ....and they also finally ditched brand-new a.out format! Oh, really decent changelogs for 2013. Looks like if necromancers got their own OS with some recent innovations, eh?
              Minix has its own filesystem (MFS) but of course supports a few other popular FSs for interoperability, EXT2 being one of them. AHCI has been there for at least three years and the change is that it's used by default now, as until now the well-tested legacy IDE driver was preferred instead. Linux still supports a.out. Minix3 has supported ELF for a long time.

              I'm pretty sure necromancers will keep their jobs at least while we still rely on UNIX-like systems, dating to the early 70s. These senile old systems will panic and die at the slightest bug on any driver. When there's so much driver code and the bug density in driver code is so high, it's a wonder the necromancers can keep these systems going.

              However, a new generation of systems is reaching puberty. Some mutations in these make it so drivers are isolated and so the drivers can survive system bugs. On top of that the world these lucky bastards live is plentiful, with awesome resources such as IOMMUs which enforce peace in the wilderness, keeping each tribe of hardware golems away from killing each other while poisoning the food supply of the elites living in the userspace district of the city.

              And these new systems aren't like the aberrations (the so-called Mach generation) which alchemists concocted a long time ago. Those promised a lot of things but had such sluggish IPC that they could barely walk, and those that tried putting them to work ended up giving up (Windows NT, MacOS X, HURD) and going for an hybrid approach instead which doesn't do driver isolation and so is barely any better than the necromancers's favorite.


              By Andrew TanenbaumMINIX started in 1987 and led to several offshoots, the best known being Linux. MINIX 3 is the third major version of MINIX and is now foc...



              Comment


              • #8
                Funnily enough, the Plan9 kernel is smaller than many so-called microkernels...

                Comment


                • #9
                  Originally posted by staalmannen View Post
                  Funnily enough, the Plan9 kernel is smaller than many so-called microkernels...
                  It is not the size of the kernel that determines whether it is a microkernel or otherwise.

                  Comment

                  Working...
                  X