this post was submitted on 21 Dec 2023
148 points (100.0% liked)

Linux

1257 readers
51 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

This isn't Linux, but Linux-like. Its a microkernel built from the rust programming language. Its still experimental, but I think it has great potential. It has a GUI desktop, but the compiler isn't quite fully working yet.

Has anyone used this before? What was your experience with it?

Note: If this is inappropriate since this isn't technically Linux, mods please take down.

top 11 comments
sorted by: hot top controversial new old
[–] jack@monero.town 18 points 10 months ago (1 children)

Now imagine the new COSMIC desktop environment in Rust on Redox, that would be great

load more comments (1 replies)
[–] wiki_me@lemmy.ml 10 points 10 months ago (1 children)

Having some hardware mentioned on the site that is supported and ready for use could be helpful if someone wants to try it (say raspberry pi), There are probably people who are worried to will make their computer explode.

[–] frogmint 1 points 10 months ago
[–] ICastFist@programming.dev 10 points 10 months ago

How long would it take to compile their Rust microkernel alone compared to a similar one done in C? There are many posts around the web complaining about Rust's long compile times, though thankfully rarely as slow as C++

[–] Alsephina@lemmy.ml 9 points 10 months ago (1 children)

Oh my god they rewrote Linux in Rust. Amazing.

[–] baconicsynergy 14 points 10 months ago (1 children)

Kinda. Redox uses a microkernel architecture and tries to keep only the most important functionality in ring 0 while they push everything else in userspace. It's great.

[–] cmeerw@programming.dev 4 points 10 months ago (1 children)

So they actually rewrote The Hurd in Rust.

[–] baconicsynergy 1 points 10 months ago

Many lessons were learned from the Hurd that has impacted ALL microkernel kernel and userspace designs, but it is ancient by today's standards.

Its more accurate to say they were "rewriting" MINIX, but I don't like the word "rewriting" as all of these systems are unique in their own way.

[–] callyral@pawb.social 4 points 10 months ago (1 children)

I've heard about it due to the Ion shell which I tried out once

[–] wuphysics87@lemmy.ml 1 points 10 months ago

Ion's been my go to local scripting language for a while

[–] stirner@lemmy.ml 3 points 10 months ago (1 children)

Shame they don't have a list of the packages they offer.

load more comments (1 replies)