Overview

We have a lot to show since the 0.7.0 release! This release, care has been taken to ensure real hardware is working, i686 support has been added, features like audio and preliminary multi-display support have been enabled, and the boot and install infrastructure has been simplified and made more robust. I highly recommend skimming through the changes listed below before jumping into the images, if you want more details.

  • Helix 🧬
    link
    fedilink
    71 year ago

    From the book:

    We are not a Linux clone, or POSIX-compliant, nor are we crazy scientists, who wish to redesign everything. Generally, we stick to well-tested and proven correct designs. If it ain’t broken don’t fix it.

    That almost sounds sane! Refreshing to see a project which doesn’t try to reinvent the wheel.

    • serenityOP
      link
      fedilink
      51 year ago

      Agreed. And the developer is a System76 Engineer and Pop!_OS Maintainer.

      I’ve tried the new ISO image on real hardware, and that was fine, except that I have no supported NIC for network. I guess in the future when Redox OS has better USB support I can try again with a NIC adapter for USB.

      • Jonny
        link
        fedilink
        11 year ago

        I’m looking forward to test too, is the performance better compared to the Linux kernel?

        • ronny
          link
          fedilink
          01 year ago

          @ravermeister @serenity what’s wrong with the Linux “performance”? The topic is wide spread, so it is important to name one spefic topic where other systems shine, but without further running software/daemons Linux should be very close to what is possible with native compiled code. A slim kernel without a lot of overhead, for instance for security, is always very fast. The more you add, the slower it will be. Most of the times the running software wastes performance, not the kernel.

          • Jonny
            link
            fedilink
            1
            edit-2
            1 year ago

            @ronny, there is nothing wrong in particular with the linux Kernel Performance. I’ve only read here and there that he has become a little “messy” over the time e.g. mixed assembler/C/C++ Code (and in more recent versions RUST) inside. And the aspect that a new Kernel is completely written in one language which aims to be really good at Memory Management seems a good Idea to test. I would love to see a more Technical Comparison between the linux Kernel and the RedoxOS Kernel regarding IO latency Memory Management and so on :)