I think this title is misleading. Apple has open XNU for more than 10 years. And AFAIK this kernel does not include ARM compiling option, as the very first paragraph in the README: > XNU runs on I386, X86_64
Apple Open Sources iOS Kernel
11–20 of 25 posts
Re: Apple Open Sources iOS Kernel
#12Re: Apple Open Sources iOS Kernel
#13Re: Apple Open Sources iOS Kernel
#14I think this title is misleading. Apple has open XNU for more than 10 years. And AFAIK this kernel does not include ARM compiling option, as the very first paragraph in the README: > XNU runs on I386, X86_64
This guy works on Foundation: https://twitter.com/Catfish_Man/status/913983607777116160
Re: Apple Open Sources iOS Kernel
#15I think this title is misleading. Apple has open XNU for more than 10 years. And AFAIK this kernel does not include ARM compiling option, as the very first paragraph in the README: > XNU runs on I386, X86_64
There's also some ARM specific code: https://github.com/apple/darwin-xnu/tree/master/pexpert/arm
The Makefile also has ARM/ARM64 options.
Re: Apple Open Sources iOS Kernel
#16Re: Apple Open Sources iOS Kernel
#17Perhaps this could have something to do with the rumors of ARM Macbooks?
Re: Apple Open Sources iOS Kernel
#18XNU has always been open source, but not the iOS specific changes. There have been private efforts to compile it for ARM, but this is now officially supported in the public Apple source code.
Re: Apple Open Sources iOS Kernel
#19XNU has always been open source, but not the iOS specific changes. There have been private efforts to compile it for ARM, but this is now officially supported in the public Apple source code.
But is this compilable and usable for a bare iron iphone or mac? Or even vm?
Re: Apple Open Sources iOS Kernel
#20I think this title is misleading. Apple has open XNU for more than 10 years. And AFAIK this kernel does not include ARM compiling option, as the very first paragraph in the README: > XNU runs on I386, X86_64