this post was submitted on 23 Feb 2025
12 points (80.0% liked)

Linux

8983 readers
1829 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

To clear it up I am referring to just the kernel. You can set anything you'd like as PID 1 so we can have a non-unixlike userland. For example, some users set their kernel to boot directly into Emacs, without an init system.

you are viewing a single comment's thread
view the rest of the comments
[–] FizzyOrange@programming.dev 2 points 5 months ago

You won't really find anything since the kernel dictates a huge amount about how the OS behaves. If you look at the differences of Linux to other OSes, most of them are in the kernel.

Android is still very Unix-like in its userspace. I think probably the biggest thing you can change is to ditch the archaic /bin, /usr, etc. filesystem. Android and NixOS both sort of do that.