osx - How can I find the xnu version that corresponds to a particular OS X release? -
i'm attempting find list of supported syscalls in old version of os x.
for each version of xnu kernel, there syscalls.master
file gives me want (for example, here 1 xnu 2782.20.48). can see current xnu version uname -a
. don't know how find version of xnu included in historical releases of os x.
is there list somewhere mapping os x version number (e.g. 10.9.0) or build number xnu version number?
not perfect, can work out apple open source release listings at:
http://www.opensource.apple.com/
for each release linked (eg http://www.opensource.apple.com/release/os-x-10105/ osx 10.10.5), have link towards bottom of page xnu version release (eg, xnu-2782.40.9).
@pajp has gone effort of converting these tarballs useable git repo at:
with appropriate tagging osx release , xnu version, use put listing.
Comments
Post a Comment