this post was submitted on 23 Feb 2025
9 points (73.7% liked)

Linux

6142 readers
239 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of [email protected] 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 2 points 1 day 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.