Jump to content

Linux Kernel Update?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
10 replies to this topic

#1
Guest_MarkA_*

Guest_MarkA_*
  • Guests
In another thread I discovered that even though it's redhat, debian or whatever they still use the SAME Linux Kernel.. so, who updates the Linux Kernel? And if a new update of the kernel is issued, all the distros have to be updated?

#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
There is a large group of people who maintain the Linux kernal. A lot of them communicate through mailing lists. Linux Torvalds is heavily involved in the process, since he created the Linux kernal. The distros don't have to be updated, but it's generally a good idea for them to do so.

#3
Guest_MarkA_*

Guest_MarkA_*
  • Guests
Thanks for your information. So, this group, does it develop an OS of his own? Or just the Kernel?

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
The GNU foundation has provided a lot of the tools that make up the OS. Technically, it is GNU/Linux (GNU command-line tools + Linux kernal). There is also GNU/Herd (GNU command-line tools + Herd kernal which is also by the GNU foundation).

Once you have a command-line OS, then you can add other things on top of it, like drivers, Xwindows, various desktops (such as KDE, Gnome, XFCE, etc), games, etc, etc, etc. At that point you have a distribution.

#5
Guest_LemonMan_*

Guest_LemonMan_*
  • Guests
Well.. that way you are kinda putting it that it simple to make your own OS based on Linux Kernel...

#6
Guest_MarkA_*

Guest_MarkA_*
  • Guests
Yeah.. maybe it's not that much simple, but I guess when you get GNOME or KDE installed, it then it get's very simple.

#7
PenguinLover

PenguinLover

    Learning Programmer

  • Members
  • PipPipPip
  • 53 posts
Maybe it is not that complicated either.. I mean look around... you find tons and tons of Linux distros!

#8
Guest_MarkA_*

Guest_MarkA_*
  • Guests
I've got no idea, never tried to create my own.. although I'd love to!

#9
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
A distro is simply an installer, the core OS, and a bunch of additional programs and artwork. Having a well-crafted distro involves careful selection of all of the above and a GOOD installer.

#10
Guest_LemonMan_*

Guest_LemonMan_*
  • Guests
But you have to create your own installer? Or there are ones that you can use?

#11
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Pretty much every distro I've seen has its own installer. You could probably modify some of them to meet your needs.