File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -218,11 +218,11 @@ CONFIGURING the kernel:
218
218
219
219
NOTES on "make config":
220
220
221
- - having unnecessary drivers will make the kernel bigger, and can
221
+ - Having unnecessary drivers will make the kernel bigger, and can
222
222
under some circumstances lead to problems: probing for a
223
223
nonexistent controller card may confuse your other controllers
224
224
225
- - compiling the kernel with "Processor type" set higher than 386
225
+ - Compiling the kernel with "Processor type" set higher than 386
226
226
will result in a kernel that does NOT work on a 386. The
227
227
kernel will detect this on bootup, and give up.
228
228
@@ -232,7 +232,7 @@ CONFIGURING the kernel:
232
232
but will work on different machines regardless of whether they
233
233
have a math coprocessor or not.
234
234
235
- - the "kernel hacking" configuration details usually result in a
235
+ - The "kernel hacking" configuration details usually result in a
236
236
bigger or slower kernel (or both), and can even make the kernel
237
237
less stable by configuring some routines to actively try to
238
238
break bad code to find kernel problems (kmalloc()). Thus you
You can’t perform that action at this time.
0 commit comments