Deleted Added
full compact
NOTES (49529) NOTES (49536)
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.623 1999/08/06 15:59:01 phk Exp $
5# $Id: LINT,v 1.624 1999/08/08 16:27:17 chris Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 544 unchanged lines hidden (view full) ---

558# Soft updates is technique for improving file system speed and
559# making abrupt shutdown less risky. It is not enabled by default due
560# to copyright restraints on the code that implement it.
561#
562# Read ../../ufs/ffs/README.softupdates to learn what you need to
563# do to enable this. ../../contrib/softupdates/README gives
564# more details on how they actually work.
565#
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 544 unchanged lines hidden (view full) ---

558# Soft updates is technique for improving file system speed and
559# making abrupt shutdown less risky. It is not enabled by default due
560# to copyright restraints on the code that implement it.
561#
562# Read ../../ufs/ffs/README.softupdates to learn what you need to
563# do to enable this. ../../contrib/softupdates/README gives
564# more details on how they actually work.
565#
566#options SOFTUPDATES
566options SOFTUPDATES
567
568# Make space in the kernel for a MFS root filesystem. Define to the number
569# of kilobytes to reserve for the filesystem.
570options MFS_ROOT_SIZE=10
571# Allows MFS filesystems to be exported via nfs
572options EXPORTMFS
573
574# Allow this many swap-devices.

--- 187 unchanged lines hidden (view full) ---

762
763#####################################################################
764# MISCELLANEOUS DEVICES AND OPTIONS
765
766# The `pty' device usually turns out to be ``effectively mandatory'',
767# as it is required for `telnetd', `rlogind', `screen', `emacs', and
768# `xterm', among others.
769
567
568# Make space in the kernel for a MFS root filesystem. Define to the number
569# of kilobytes to reserve for the filesystem.
570options MFS_ROOT_SIZE=10
571# Allows MFS filesystems to be exported via nfs
572options EXPORTMFS
573
574# Allow this many swap-devices.

--- 187 unchanged lines hidden (view full) ---

762
763#####################################################################
764# MISCELLANEOUS DEVICES AND OPTIONS
765
766# The `pty' device usually turns out to be ``effectively mandatory'',
767# as it is required for `telnetd', `rlogind', `screen', `emacs', and
768# `xterm', among others.
769
770pseudo-device pty 16 #Pseudo ttys - can go as high as 256
770pseudo-device pty #Pseudo ttys
771pseudo-device speaker #Play IBM BASIC-style noises out your speaker
772pseudo-device gzip #Exec gzipped a.out's
773pseudo-device vn #Vnode driver (turns a file into a device)
774pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
775pseudo-device ccd 4 #Concatenated disk driver
776
777# Configuring Vinum into the kernel is not necessary, since the kld
778# module gets started automatically when vinum(8) starts. This

--- 1431 unchanged lines hidden ---
771pseudo-device speaker #Play IBM BASIC-style noises out your speaker
772pseudo-device gzip #Exec gzipped a.out's
773pseudo-device vn #Vnode driver (turns a file into a device)
774pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
775pseudo-device ccd 4 #Concatenated disk driver
776
777# Configuring Vinum into the kernel is not necessary, since the kld
778# module gets started automatically when vinum(8) starts. This

--- 1431 unchanged lines hidden ---