From owner-freebsd-doc Wed Jun 30 22:30: 5 1999 Delivered-To: freebsd-doc@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B5A214C83 for ; Wed, 30 Jun 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA22955; Wed, 30 Jun 1999 22:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 30 Jun 1999 22:30:01 -0700 (PDT) Message-Id: <199907010530.WAA22955@freefall.freebsd.org> To: freebsd-doc@freebsd.org Cc: From: Chris Costello Subject: Re: docs/12181 Reply-To: Chris Costello Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR docs/12181; it has been noted by GNATS. From: Chris Costello To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: docs/12181 Date: Thu, 1 Jul 1999 00:27:44 -0500 This patch should deal with the quotes problem. Index: chapter.sgml =================================================================== RCS file: /home/ncvs/doc/en/handbook/kernelconfig/chapter.sgml,v retrieving revision 1.16 diff -u -r1.16 chapter.sgml --- chapter.sgml 1999/05/28 00:31:25 1.16 +++ chapter.sgml 1999/07/01 05:26:13 @@ -21,7 +21,7 @@ Building a custom kernel is one of the most important rites of passage every Unix system administrator must endure. This process, while time-consuming, will provide many benefits to your FreeBSD system. - Unlike the GENERIC kernel, which must support every + Unlike the GENERIC kernel, which must support every possible SCSI and network card, along with tons of other rarely used hardware support, a custom kernel only contains support for your PC's hardware. This has a number of @@ -195,7 +195,8 @@ - machine "i386" + machine arch + The first keyword is machine, which, @@ -272,19 +273,19 @@ Next, we have ident, which is the identification of the kernel. You should change this from - GENERIC to whatever you named your kernel, in - this example, MYKERNEL. The value you put in + GENERIC to whatever you named your kernel, in + this example, MYKERNEL. The value you put in ident will print when you boot up the kernel, so it is useful to give a kernel a different name if you want to keep it separate from your usual kernel (if you want to build an experimental kernel, for example). Note that, as with - machine and cpu, enclose + machine and cpu, enclose your kernel's name in quotation marks if it contains any numbers. Since this name is passed to the C compiler as a switch, do not use names like - DEBUG, or something that could be confused + DEBUG, or something that could be confused with another machine or CPU name, like vax. @@ -870,7 +871,7 @@ - device st0 + device sa0 Support for SCSI tape drives. @@ -1403,9 +1404,9 @@ Sound cards This is the first section containing lines that are not in the - GENERIC kernel. To include sound card support, you will have to copy - the appropriate lines from the LINT kernel (which contains support for - every device) as follows: + GENERIC kernel. To include sound card support, you + will have to copy the appropriate lines from the LINT kernel (which + support for every device) as follows: -- Chris Costello If at first you don't succeed, call it version 1.0 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message