this post was submitted on 26 Nov 2022
20 points (100.0% liked)

Open Source

30379 readers
939 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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.

you are viewing a single comment's thread
view the rest of the comments
[–] ravermeister@lemmy.rimkus.it 1 points 2 years ago (1 children)

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

[–] ronny@fosstodon.org 0 points 2 years ago (1 children)

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

[–] ravermeister@lemmy.rimkus.it 1 points 2 years ago* (last edited 2 years 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 :)