diff --git a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml index ccde917c30..99eac05daf 100644 --- a/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/kernelconfig/chapter.sgml @@ -668,7 +668,7 @@ device loop # Network loopback underneath or next to each option for more information. #To statically compile in device wiring instead of /boot/device.hints -#hints "GENERIC.hints" #Default places to look for devices. +#hints "GENERIC.hints" # Default places to look for devices. In &os; 5.X and newer versions the &man.device.hints.5; is used to configure options of the device drivers. The default @@ -681,7 +681,7 @@ device loop # Network loopback - #makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols + #makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols The normal build process of the &os; does not include debugging information when building the kernel and strips most @@ -703,14 +703,14 @@ device loop # Network loopback systems too. If you wish to try it out, replace SCHED_4BSD with SCHED_ULE in your configuration file. - options INET #InterNETworking + options INET # InterNETworking Networking support. Leave this in, even if you do not plan to be connected to a network. Most programs require at least loopback networking (i.e., making network connections within your PC), so this is essentially mandatory. - options INET6 #IPv6 communications protocols + options INET6 # IPv6 communications protocols This enables the IPv6 communication protocols. @@ -719,7 +719,7 @@ device loop # Network loopback This is the basic hard drive file system. Leave it in if you boot from the hard disk. - options UFS_ACL #Support for access control lists + options UFS_ACL # Support for access control lists This option, present only in &os; 5.X, enables kernel support for access control lists. This relies on the use of extended @@ -729,7 +729,7 @@ device loop # Network loopback system, as this will remove the access control lists, changing the way files are protected in unpredictable ways. - options UFS_DIRHASH #Improve performance on big directories + options UFS_DIRHASH # Improve performance on big directories This option includes functionality to speed up disk operations on large directories, at the expense of using @@ -775,7 +775,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENTkernel options MSDOSFS - options MSDOSFS #MSDOS Filesystem + options MSDOSFS # MSDOS Filesystem The &ms-dos; file system. Unless you plan to mount a DOS formatted hard drive partition at boot time, you can safely comment this out. @@ -793,7 +793,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT - options PROCFS #Process filesystem + options PROCFS # Process filesystem The process file system. This is a pretend file system mounted on /proc which allows @@ -806,7 +806,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENTPROCFS must now also include support for PSEUDOFS: - options PSEUDOFS #Pseudo-filesystem framework + options PSEUDOFS # Pseudo-filesystem framework PSEUDOFS is not available in &os; 4.X. @@ -815,12 +815,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENTThis option brings the ability to have a large number of partitions on a single disk. - options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] + options COMPAT_43 # Compatible with BSD 4.3 [KEEP THIS!] Compatibility with 4.3BSD. Leave this in; some programs will act strangely if you comment this out. - options COMPAT_FREEBSD4 #Compatible with &os;4 + options COMPAT_FREEBSD4 # Compatible with &os;4 This option is required on &os; 5.X &i386; and Alpha systems to support applications compiled on older versions of &os; @@ -829,7 +829,7 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT - options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI + options SCSI_DELAY=15000 # Delay (in ms) before probing SCSI This causes the kernel to pause for 15 seconds before probing each SCSI device in your system. If you only have IDE hard drives, @@ -838,12 +838,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT - options KTRACE #ktrace(1) support + options KTRACE # ktrace(1) support This enables kernel process tracing, which is useful in debugging. - options SYSVSHM #SYSV-style shared memory + options SYSVSHM # SYSV-style shared memory This option provides for System V shared memory. The most common use of this is the XSHM extension in X, which many @@ -851,12 +851,12 @@ options NFS_ROOT # NFS usable as /, requires NFSCLIENT - options SYSVSEM #SYSV-style semaphores + options SYSVSEM # SYSV-style semaphores Support for System V semaphores. Less commonly used but only adds a few hundred bytes to the kernel. - options SYSVMSG #SYSV-style message queues + options SYSVMSG # SYSV-style message queues Support for System V messages. Again, this option only adds a few hundred bytes to the kernel. @@ -975,7 +975,7 @@ device atapicd # ATAPI CDROM drives This is needed along with device ata for ATAPI tape drives. - options ATA_STATIC_ID #Static device numbering + options ATA_STATIC_ID # Static device numbering This makes the controller number static; without this, the device numbers are dynamically allocated. @@ -1333,7 +1333,7 @@ device pty # Pseudo-ttys (telnet etc) Memory disk pseudo-devices. With &os; 4.X use the line pseudo-device md. - device gif # IPv6 and IPv4 tunneling + device gif # IPv6 and IPv4 tunneling This implements IPv6 over IPv4 tunneling, IPv4 over IPv6 tunneling, IPv4 over IPv4 tunneling, and IPv6 over IPv6 tunneling. Beginning with @@ -1344,7 +1344,7 @@ device pty # Pseudo-ttys (telnet etc) &os; 4.X require a number, for example pseudo-device gif 4. - device faith # IPv6-to-IPv4 relaying (translation) + device faith # IPv6-to-IPv4 relaying (translation) This pseudo-device captures packets that are sent to it and diverts them to the IPv4/IPv6 translation daemon. With