Hacker News new | ask | show | jobs
by gayprogrammer 2044 days ago
iOS has always used the same kernel as macOS.
3 comments

Sure, it's all Darwin, but userspace matters a lot - you can do lots of things on MacOS that you can't do on iOS (JIT, arbitrary web engines, assorted emulators, pop a root shell and load arbitrary kernel modules)
And that helps i.e. Docker how?
iOS XNU is compiled with different features than macOS XNU.
They are mostly the same.