diff --git a/en_US.ISO8859-1/books/faq/book.xml b/en_US.ISO8859-1/books/faq/book.xml index 3a2217421a..d193f6088a 100644 --- a/en_US.ISO8859-1/books/faq/book.xml +++ b/en_US.ISO8859-1/books/faq/book.xml @@ -1466,7 +1466,7 @@ kernel contains the drivers an ordinary computer will need. &man.freebsd-update.8;, the &os; binary upgrade tool, cannot upgrade custom kernels, another reason - to stick with the GENERIC kernel when possible. + to stick with the GENERIC kernel when possible. For computers with very limited RAM, such as embedded systems, it may be worthwhile to build a smaller custom kernel containing just the required @@ -3297,7 +3297,7 @@ kern.timecounter.hardware: TSC -> i8254 - GENERIC kernels shipped with &os; and later are compiled + GENERIC kernels shipped with &os; and later are compiled in debug mode. Kernels built in debug mode contain many symbols in separate files that are used for debugging, thus greatly increasing the size of @@ -3307,14 +3307,14 @@ kern.timecounter.hardware: TSC -> i8254 in case of a system panic. However, if you are running low on disk space, there are - different options to reduce the size of /boot/kernel/. + different options to reduce the size of /boot/kernel/. If you do not want the symbol files to be installed, - make sure you have the following line present in /etc/src.conf: + make sure you have the following line present in /etc/src.conf: WITHOUT_KERNEL_SYMBOLS=yes - For more information see &man.src.conf.5 + For more information see &man.src.conf.5;. If you do not want to build a debug kernel, make sure that both of the following are true: @@ -3335,11 +3335,11 @@ kern.timecounter.hardware: TSC -> i8254 Either of the above settings will cause your kernel to be built in debug mode. As long as you make sure you follow - the steps above, you can build your kernel normally + the steps above, you can build your kernel normally. If you want only the modules you use to be built and installed, make sure you have a line like below in - /etc/make.conf: + /etc/make.conf: MODULES_OVERRIDE= accf_http ipfw @@ -3348,7 +3348,7 @@ kern.timecounter.hardware: TSC -> i8254 does not only reduce the size of the kernel directory but also decreases the amount of time needed to build your kernel. For more information see - /usr/share/examples/etc/make.conf + /usr/share/examples/etc/make.conf. You can also remove unneeded devices from your kernel @@ -3359,7 +3359,7 @@ kern.timecounter.hardware: TSC -> i8254 to build and install your new kernel. - Most kernels (/boot/kernel/kernel) + Most kernels (/boot/kernel/kernel) tend to be around 12 MB to 16 MB.