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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.