this post was submitted on 03 Mar 2024
463 points (83.2% liked)
Memes
45535 readers
218 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Isn't android built off Linux?
It technically is, but "Linux" in Android's case is meant as the kernel.
In a rather unorthodox way, yes.
Android is one of those rare examples of a Linux kernel not being paired with GNU tools. I believe Android wrote their own versions of all the tools they wanted.
The kernel is also extremely locked down by default. They very intentionally designed the OS in such a way that every facet of the kernel is kept abstracted away from you. It's about as black-boxed as you can get, to the point where the fact that it's Linux underneath is almost meaningless.
iOS is a unix-like operating system too (but doesn't use the linux kernel... also, linux isn't really an operating system, it's a kernel
And MacOS is BSD :)