aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 13 insertions, 4 deletions
diff --git a/README b/README
index 2b5844d8cfa0..61c4f7429233 100644
--- a/README
+++ b/README
@@ -54,6 +54,10 @@ INSTALLING the kernel:
54 54
55 gzip -cd linux-2.6.XX.tar.gz | tar xvf - 55 gzip -cd linux-2.6.XX.tar.gz | tar xvf -
56 56
57 or
58 bzip2 -dc linux-2.6.XX.tar.bz2 | tar xvf -
59
60
57 Replace "XX" with the version number of the latest kernel. 61 Replace "XX" with the version number of the latest kernel.
58 62
59 Do NOT use the /usr/src/linux area! This area has a (usually 63 Do NOT use the /usr/src/linux area! This area has a (usually
@@ -77,6 +81,11 @@ INSTALLING the kernel:
77 failed patches (xxx# or xxx.rej). If there are, either you or me has 81 failed patches (xxx# or xxx.rej). If there are, either you or me has
78 made a mistake. 82 made a mistake.
79 83
84 Unlike patches for the 2.6.x kernels, patches for the 2.6.x.y kernels
85 (also known as the -stable kernels) are not incremental but instead apply
86 directly to the base 2.6.x kernel. Please read
87 Documentation/applying-patches.txt for more information.
88
80 Alternatively, the script patch-kernel can be used to automate this 89 Alternatively, the script patch-kernel can be used to automate this
81 process. It determines the current kernel version and applies any 90 process. It determines the current kernel version and applies any
82 patches found. 91 patches found.
@@ -151,7 +160,7 @@ CONFIGURING the kernel:
151 your existing ./.config file. 160 your existing ./.config file.
152 "make silentoldconfig" 161 "make silentoldconfig"
153 Like above, but avoids cluttering the screen 162 Like above, but avoids cluttering the screen
154 with question already answered. 163 with questions already answered.
155 164
156 NOTES on "make config": 165 NOTES on "make config":
157 - having unnecessary drivers will make the kernel bigger, and can 166 - having unnecessary drivers will make the kernel bigger, and can
@@ -199,9 +208,9 @@ COMPILING the kernel:
199 are installing a new kernel with the same version number as your 208 are installing a new kernel with the same version number as your
200 working kernel, make a backup of your modules directory before you 209 working kernel, make a backup of your modules directory before you
201 do a "make modules_install". 210 do a "make modules_install".
202 In alternative, before compiling, edit your Makefile and change the 211 Alternatively, before compiling, use the kernel config option
203 "EXTRAVERSION" line - its content is appended to the regular kernel 212 "LOCALVERSION" to append a unique suffix to the regular kernel version.
204 version. 213 LOCALVERSION can be set in the "General Setup" menu.
205 214
206 - In order to boot your new kernel, you'll need to copy the kernel 215 - In order to boot your new kernel, you'll need to copy the kernel
207 image (e.g. .../linux/arch/i386/boot/bzImage after compilation) 216 image (e.g. .../linux/arch/i386/boot/bzImage after compilation)