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.

  • 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 :)