Linux Kernal version numbering


 
Thread Tools Search this Thread
Operating Systems Linux Linux Kernal version numbering
# 1  
Old 09-16-2013
Linux Linux Kernal version numbering

Please clarify on below two which one is the latest Kernal version.

Also clarify me , how to break and understand, which part meant for what?

kernel-2.6.18-348.6.1.el5.i686.rpm
kernel-2.6.18-308.11.1.el5.i686.rpm

Thanks
# 2  
Old 09-16-2013
The kernel is just source code. The kernel version here is 2.6.18. To boot and load a kernel you must first build it of course, and you can choose many options when you do so; not all 2.6.18 kernels will be identical! Distributions can also patch the source before building, putting in their own custom modifications for bugfixes or specific features they need or what have you.

So, 348.6.1.el5.i686 refers to a specific configuration, architecture(i686), and patching of 2.6.18. Its exact meaning is up to whoever released it, presumably your distribution. What's your distribution?
# 3  
Old 09-17-2013
Code:
LSB Version:      :core-4.0-amd64:core-4.0-ia32:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-ia32:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-ia32:printing-4.0-noarch       Distributor ID: RedHatEnterpriseServer       Description:    Red Hat Enterprise Linux Server release   5.9 (Tikanga)       Release:        5.9       Codename:       Tikanga


Last edited by Scrutinizer; 09-17-2013 at 04:27 AM.. Reason: code tags
# 4  
Old 09-17-2013
This is the lastest build
Code:
kernel-2.6.18-348.6.1.el5.i686.rpm

2.6.18 is the kernel version number as decided by Torvalds. 18-348.6.1 is the kernel packager's (Red hat in this case) build number. It can be anything the packager decides.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Linux

Linux Version of IE?

Is there a linux version of IE? (5 Replies)
Discussion started by: billcrosby
5 Replies

2. Shell Programming and Scripting

need to know the version of Linux

Hi I have run the command uname -a and i got the below output Linux vm07 2.6.9-77.Emp #1 SMP Wed Nov 7 13:58:04 EST 2007 i686 i686 i386 GNU/Linux i want know the version of Linux can i get it from above output if yes then what is it? is it 2.6.9-77.Emp? (2 Replies)
Discussion started by: aish11
2 Replies

3. Solaris

Kernal Parameters

Hi, Can you please let me know about kernal parameters? Where we can see that kernal parameters? we are using System = SunOS 5.10. Please let me know commands to see these kernal parameters file or files. (1 Reply)
Discussion started by: kancherla.sree
1 Replies

4. Linux

How to know the Linux version?

Hi, How to know the Linux version in the box in which linux is installed ? Cheers K Md Shakeel (3 Replies)
Discussion started by: krackjack
3 Replies

5. Linux

Why is there so many linux version?

Hi, Why is there many different Linux names and SO instead to be only one? What are the differences? Paul Weinstock (3 Replies)
Discussion started by: Paul Weinstock
3 Replies

6. UNIX for Dummies Questions & Answers

How do I see which version of Linux I am using ?

I want to know the distribution and version of linux that I am running: uname -r gives me: 2.4.20-8bldsmp uname -v gives me: #1 SMP Wed Sep 20 19:32:24 PDT 2006 Whats the distribution ? and whats the version ? thanks !!! (1 Reply)
Discussion started by: the_learner
1 Replies

7. UNIX for Dummies Questions & Answers

Kernal Information

Hi friends, i would like to know the kernal information (semaphores), which command do i use Thanks (4 Replies)
Discussion started by: shaan_dmp
4 Replies

8. Slackware

Determine Linux Version.

Apart from the obvious, uname command, is there anyway to determine which Linux distribution and version of the distribution has been installed? (7 Replies)
Discussion started by: mbb
7 Replies

9. UNIX for Dummies Questions & Answers

Kernal Panic

Received the following on the weekend. Panic:k_trap kernel mode trap type 0X0000000e cannot dump 163739 pages to dumpdev hd (1/41):space for only 48640 pages Dump not complete Safe to power off or press any key to reboot Any ideas how to fix this one? It also happen a month ago. (3 Replies)
Discussion started by: jcoleman544
3 Replies

10. Filesystems, Disks and Memory

kernal parameters on Linux 7.3

Hi all, I am running 7.3 Redhat Linux, I have Oracle database running on it and I have some problem with the memory. every time I startup the database, the memory was peak up to 630M of Ram out 640M ram on the entire box and I didn't specify that much of memory on my database. Oracle advise me... (2 Replies)
Discussion started by: lapnguyen
2 Replies
Login or Register to Ask a Question