Linked by Thom Holwerda on Tue 5th Apr 2011 22:48 UTC
Permalink for comment 469397
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/23/13 17:52 UTC
Linked by Thom Holwerda on 05/22/13 22:23 UTC
Linked by Thom Holwerda on 05/22/13 13:38 UTC
Linked by Thom Holwerda on 05/22/13 13:30 UTC, submitted by JRepin
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
More News »
Sponsored Links



Member since:
2009-05-19
http://www.opensource.apple.com/source/xnu/xnu-1504.9.37/README
I base my conclusion not on the things that are written in the README, but on the fact that there are no adequate pieces such as there are for i386, x86_64, ppc and ppc64.
Sample:
http://www.opensource.apple.com/source/xnu/xnu-1504.9.37/libkern/i3...
http://www.opensource.apple.com/source/xnu/xnu-1504.9.37/libkern/pp...
http://www.opensource.apple.com/source/xnu/xnu-1504.9.37/libkern/ar... << Does not exist.
Also under the following directory there are no ARM labelled files.
http://www.opensource.apple.com/source/xnu/xnu-1504.9.37/libkern/co...
It's hard to believe that there is no need for ARM specific code in the whole kernel, but there is ppc, i386, x86_64 and ppc64 specific code.
And a grep over the sources gives embarrassingly little amount of results for ARM.
EDIT:
More to the point, some kernel crashes from iPod Touch show that there are actually those ARM pieces, but not opensource - /osfmk/arm/trap.c found in the report on the following topic is nowhere in the public sources.
http://discussions.apple.com/thread.jspa?threadID=2269543
Edited 2011-04-07 02:11 UTC