diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index 1facdd81a5..9b0df12e97 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -96,7 +96,7 @@ dynamic loadable kernel module for that functionality. Building a custom kernel is one of the most important rites of - passage nearly every BSD user must endure. This process, while + passage for advanced BSD users. This process, while time consuming, will provide many benefits to your &os; system. Unlike the GENERIC kernel, which must support a wide range of hardware, a custom kernel only contains support for @@ -112,9 +112,11 @@ Lower memory usage. A custom kernel often uses less memory - than the GENERIC kernel, which is important - because the kernel must always be present in real - memory. For this reason, a custom kernel is especially useful + than the GENERIC kernel by omitting unused + features and device drivers. This is important because the kernel + code remains resident in physical memory at all times, preventing + that memory from being used by applications. + For this reason, a custom kernel is especially useful on a system with a small amount of RAM.