22
33These are the release notes for Linux version 4. Read them carefully,
44as they tell you what this is all about, explain how to install the
5- kernel, and what to do if something goes wrong.
5+ kernel, and what to do if something goes wrong.
66
77WHAT IS LINUX?
88
@@ -16,7 +16,7 @@ WHAT IS LINUX?
1616 and multistack networking including IPv4 and IPv6.
1717
1818 It is distributed under the GNU General Public License - see the
19- accompanying COPYING file for more details.
19+ accompanying COPYING file for more details.
2020
2121ON WHAT HARDWARE DOES IT RUN?
2222
@@ -44,7 +44,7 @@ DOCUMENTATION:
4444 system: there are much better sources available.
4545
4646 - There are various README files in the Documentation/ subdirectory:
47- these typically contain kernel-specific installation notes for some
47+ these typically contain kernel-specific installation notes for some
4848 drivers for example. See Documentation/00-INDEX for a list of what
4949 is contained in each file. Please read the Changes file, as it
5050 contains information about the problems, which may result by upgrading
@@ -276,7 +276,7 @@ COMPILING the kernel:
276276 To have the build system also tell the reason for the rebuild of each
277277 target, use "V=2". The default is "V=0".
278278
279- - Keep a backup kernel handy in case something goes wrong. This is
279+ - Keep a backup kernel handy in case something goes wrong. This is
280280 especially true for the development releases, since each new release
281281 contains new code which has not been debugged. Make sure you keep a
282282 backup of the modules corresponding to that kernel, as well. If you
@@ -290,7 +290,7 @@ COMPILING the kernel:
290290
291291 - In order to boot your new kernel, you'll need to copy the kernel
292292 image (e.g. .../linux/arch/i386/boot/bzImage after compilation)
293- to the place where your regular bootable kernel is found.
293+ to the place where your regular bootable kernel is found.
294294
295295 - Booting a kernel directly from a floppy without the assistance of a
296296 bootloader such as LILO, is no longer supported.
@@ -303,20 +303,20 @@ COMPILING the kernel:
303303 to update the loading map! If you don't, you won't be able to boot
304304 the new kernel image.
305305
306- Reinstalling LILO is usually a matter of running /sbin/lilo.
306+ Reinstalling LILO is usually a matter of running /sbin/lilo.
307307 You may wish to edit /etc/lilo.conf to specify an entry for your
308308 old kernel image (say, /vmlinux.old) in case the new one does not
309- work. See the LILO docs for more information.
309+ work. See the LILO docs for more information.
310310
311311 After reinstalling LILO, you should be all set. Shutdown the system,
312312 reboot, and enjoy!
313313
314314 If you ever need to change the default root device, video mode,
315315 ramdisk size, etc. in the kernel image, use the 'rdev' program (or
316316 alternatively the LILO boot options when appropriate). No need to
317- recompile the kernel to change these parameters.
317+ recompile the kernel to change these parameters.
318318
319- - Reboot with the new kernel and enjoy.
319+ - Reboot with the new kernel and enjoy.
320320
321321IF SOMETHING GOES WRONG:
322322
@@ -383,7 +383,7 @@ IF SOMETHING GOES WRONG:
383383 is followed by a function with a higher address you will find the one
384384 you want. In fact, it may be a good idea to include a bit of
385385 "context" in your problem report, giving a few lines around the
386- interesting one.
386+ interesting one.
387387
388388 If you for some reason cannot do the above (you have a pre-compiled
389389 kernel image or similar), telling me as much about your setup as
0 commit comments