Differences between version 29 and revision by previous author of KernelNotes.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 29 | Last edited on Thursday, August 24, 2006 3:20:07 am | by AristotlePagaltzis | Revert |
Older page: | version 28 | Last edited on Tuesday, August 22, 2006 9:43:03 pm | by CraigBox | Revert |
@@ -23,17 +23,17 @@
!!! Updating your source tree to the latest version
patch-2.6.17 applies against 2.6.16, so if you have 2.6.16.n, you'll have to first remove the 2.6.16.n patch.
-Use [ketchup|http://kerneltrap.org/node/2976], a Python utility to handle this patching for you.
+Use [ketchup|http://kerneltrap.org/node/2976], a [
Python]
utility to handle this patching for you.
-A good command line for NZ users:
+A good command line for [
NZ]
users:
<pre>
ketchup -G -k ftp://ftp.nz.kernel.org/pub/linux/kernel -r 2.6
</pre>
-Only use -G if you trust the mirror!
+Only use <tt>
-G</tt>
if you trust the mirror!
!!! Compiler Version
The [Kernel] can be sensitive to the version of [GCC] in use. F.ex. 2.4 and early 2.6 kernels did not work with [GCC] 3.x. They contained the following snippet in <tt>README</tt>: