this post was submitted on 17 Jul 2023
125 points (94.3% liked)

Linux

47237 readers
3343 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
 

I just found about this distro, which is relatively new (2021). Its specificity is that it doesn't features any GNU software by default, which I find interesting.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 10 points 1 year ago (2 children)

This is kind of intriguing. I like FreeBSD's userland tools a lot better. Have you tried running it? If not, I might see what it's all about. The GNU toolchain is a mixed bag. Some of it is really well documented, some stuff average, and others is just a dog's breakfast.

[–] [email protected] 4 points 1 year ago (1 children)

I only learnt about it today, so I couldn't check it. I have this project of building my own distro using musl and a non GNU userland, and it is a very annoying process, so I felt like I should share this one.

[–] [email protected] 1 points 1 year ago

I can only imagine that this project is not an easy one! Wishing you the best with it.

[–] [email protected] 3 points 1 year ago* (last edited 1 year ago) (1 children)

I have been running it for a while. It is mostly awesome.

A non-trivial amount of software assumes Glibc though and so you will have the odd hiccup because of MUSL. I think one of the goals of Chimera is to improve that situation.

[–] [email protected] 1 points 1 year ago

I have one old laptop where I installed Gentoo with musl+llvm profile. It's fun to tinker with. If I need to run any game binaries, I guess I'd need to run some containers...