Results 1 to 6 of 6
I've already googled this but the only reliable source I could come up with was wikipedia. But I find that it's not very clear. In addition, it doesn't mention what ...
- 12-18-2009 #1Just Joined!
- Join Date
- Apr 2008
- Posts
- 36
How does kernel version numbering work?
I've already googled this but the only reliable source I could come up with was wikipedia. But I find that it's not very clear. In addition, it doesn't mention what dashes " - " mean in the numbers. I'd really appreciate a good, complete explanation..
- 12-18-2009 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Version numbering is explained in the Linux Kernel article found at Wikipedia:
Linux kernel - Wikipedia, the free encyclopediaoz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-19-2009 #3Just Joined!
- Join Date
- Apr 2008
- Posts
- 36
I said.. I already read that..
I doesn't seem to give the full picture...
on launchpad bug reports I frequently see stuff like
2.6.31-14.x
what does that mean?
- 12-20-2009 #4forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,086
Oops! Sorry... I missed that you had already read the wikipedia article. I can't really explain it any better than that, but perhaps someone else will be able to do so.
The x in your example above means any subsequent version of a particular kernel. For example, the 2.6.32.x version would include the 2.6.32 kernel and all in that series, such as 2.6.32.1, 2.6.32.2, etc.oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 12-20-2009 #5Just Joined!
- Join Date
- Apr 2008
- Posts
- 36
Thanks... Anyone know about the ' - ' ?
- 12-21-2009 #6
I think everything after the 4 basic numbers denoting the kernel and patch version are distro specific.
In Arch, for example, the current kernel is 2.6.31.6-1. The -1 here is the release number specific to Arch. If they tweaked the build script, but otherwise it was unchanged, they would release it as 2.6.31.6-2.
Other distros have similar schemes, so I would assume in this case the -14.x would be the 14th release of that kernel for this distro, and the .x probably indicates some other minor tweak.


Reply With Quote

