Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
wiki:custom_kernel [2012/08/30 07:52] – [!Links] Added link to Forum topic Compiling kernel and modules kennedywalker | wiki:custom_kernel [2019/04/14 11:48] (current) – TomyTurbos | ||
---|---|---|---|
Line 7: | Line 7: | ||
Standard Linux kernel sources are available at | Standard Linux kernel sources are available at | ||
- | http:// | + | https:// |
The TC patches and other related files for the standard TC kernel are available at | The TC patches and other related files for the standard TC kernel are available at | ||
- | + | | |
- | http://distro.ibiblio.org/tinycorelinux/# | + | http://tinycorelinux.net/ |
- | + | ||
- | Replace #VERSION# with the current | + | |
The process to create a custom kernel could in short be described as: | The process to create a custom kernel could in short be described as: | ||
Line 21: | Line 19: | ||
- Unpack the linux sources and cd into the top level directory of the source package | - Unpack the linux sources and cd into the top level directory of the source package | ||
- Apply the patches using (in most cases) "patch -p1 < patchfile" | - Apply the patches using (in most cases) "patch -p1 < patchfile" | ||
+ | - NOTE: "patch -p1 < patchfile" | ||
- Move the kernel config file from the standard TC kernel into the same directory and rename it to " | - Move the kernel config file from the standard TC kernel into the same directory and rename it to " | ||
- Do "make oldconfig" | - Do "make oldconfig" |