| View previous topic :: View next topic |
| Author |
Message |
RyanF109
Joined: Mon Jan 02, 2012 7:53 pm Posts: 11
|
Posted: Sun Jan 08, 2012 5:57 pm Post subject: Preparing the Linux Kernel |
|
|
What preparation is required when preparing the Linux Kernel for your distro? How much of it is modified to suit the distros needs?
If there are a lot of changes to be made to the Kernel every time it's released is it not quite tedious making the same changes over and over or does software manage this process?
Edit: I should probably clarify, I refer to "your distro" as if you're making your own. |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2359
|
Posted: Sun Jan 08, 2012 7:43 pm Post subject: |
|
|
| Many distro's patch the stock kernel to reflect later additions in drivers (backporting). Most of that is done by script, so wouldn't require a lot of user intervention once set up. |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8036 Location: Warrington, UK
|
Posted: Sun Jan 08, 2012 8:06 pm Post subject: |
|
|
If you're making your own distro, that shouldn't be necessary. Just use the latest kernel sources from kernel.org. If you need to apply patches for your needs, write a script to do it to make sure everything is done each time you add a new kernel. _________________ "Insanity: doing the same thing over and over again and expecting different results." (Albert Einstein) |
|
| Back to top |
|
 |
johnhudson LXF regular
Joined: Wed Aug 03, 2005 2:37 pm Posts: 778
|
Posted: Sun Jan 08, 2012 8:40 pm Post subject: |
|
|
In the context of a distro, the kernel is a tiny component; you have to make a whole series of decisions about what to include and how to bind it together.
Once you have made those, it is easier to decide what you want from the kernel; you may also be able to go hunting on the Internet for a ready-made kernel which someone else has created. |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|