this post was submitted on 14 Oct 2025
90 points (93.3% liked)

Linux

58957 readers
1169 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 6 years ago
MODERATORS
 

you are viewing a single comment's thread
view the rest of the comments
[–] racketlauncher831@lemmy.ml 2 points 2 days ago (1 children)

The talent has nothing to do with Rust AFAIK. Only the GPU driver is written in Rust. There are however efforts put into other drivers written in Rust.

The developers could have written those drivers in C instead, or to hell with those close-minded Linux developers, fork Linux and keep writing in Rust.

[–] axum@lemmy.blahaj.zone 2 points 13 hours ago (1 children)

Forking Linux and continuing to do that instead of up streaming is a massive task, especially as time goes by and code similarities drift. It's much better to upstream. This is why fortune 500 companies contribute to the Linux kernel.

The old guard in the Linux kernel have a real stick up their ass against anything not C, despite Linus himself advocating that rust drivers should at least be looked at. It's turned off a lot of new blood doing projects like Asahi because they don't have upstream support so the burden of the project is much too great for a hobbyist endeavor for something that should otherwise be fun and mentally engaging.

[–] racketlauncher831@lemmy.ml 1 points 13 hours ago

Agreed. I was fully aware that forking Linux is more of a joke than anything.

Spot on on the hobby point. If I am writing code while not being paid, I need to enjoy every moment of it. In addition to coding, project managing and ensuring backlash make me nope the fuck out of it.