Results 1 to 3 of 3

Thread: Linux kernel

  1. #1
    Join Date
    Feb 2009
    Beans
    89

    Linux kernel

    Hi everyone

    Is the Linux kernel (the same version) the same among all Linux distributions?

    Or can they be different among different distributions? e.g. kernel v2.4 in Ubuntu is differentthan kernel v2.4 in Fedora, etc?

    Thanks a lot!

    Tom

  2. #2
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Linux kernel

    They all pull from http://kernel.org, but depending on when each distro was built, they will have slightly different versions. 2.4 are old kernels. 2.6 was used for the past 10 years or so. Now we are at 3.5 in 12.10, and newer in developmental builds.

    Each distro also applies patches to the kernel to make them work better with the frameworks that are used on top of the kernel. Patches for graphics, sound, wifi, special function keys, you name it, there are patches that are applied to get hardware and software to work correctly.

    Code:
    uname -a
    will give you the kernel version. The kernels reside in /boot in most distributions and you can see the versions in the file names. The descriptors on the end also give a clue as to how the kernel was compiled:

    vmlinuz-3.5.0-17-generic would be a generic kernel suitable for most workloads. Power-saving or real-time kernels would have a different descriptor.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  3. #3
    Join Date
    Feb 2009
    Beans
    89

    Re: Linux kernel

    Thanks Tgalati4!

    So it’s not true that only even minor versions are stable?

    Tom

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •