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
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.