Deleted Added
full compact
NOTES (42878) NOTES (42900)
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.537 1999/01/19 15:11:46 des Exp $
5# $Id: LINT,v 1.538 1999/01/20 03:29:51 msmith 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

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

1839
1840# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers
1841# for sendfile(2) that are used to map file VM pages, and normally
1842# default to a quantity that is roughly 16*MAXUSERS+512. You would
1843# typically want about 4 of these for each simultaneous file send.
1844#
1845options "NSFBUFS=1024"
1846
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

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

1839
1840# Set the number of sf_bufs to allocate. sf_bufs are virtual buffers
1841# for sendfile(2) that are used to map file VM pages, and normally
1842# default to a quantity that is roughly 16*MAXUSERS+512. You would
1843# typically want about 4 of these for each simultaneous file send.
1844#
1845options "NSFBUFS=1024"
1846
1847#
1848# Enable extra debugging code for locks. This include storing the
1849# filename and line of whatever aquired the lock in the lock itself,
1850# and changing a number of function calls to pass around the relevant
1851# data. This is not at all useful unless you are debugging lock code.
1852#
1853options DEBUG_LOCKS
1854
1847# More undocumented options for linting.
1848
1849options CLK_CALIBRATION_LOOP
1850options "CLK_USE_I8254_CALIBRATION"
1851options CLK_USE_TSC_CALIBRATION
1852options CLUSTERDEBUG
1853options COMPAT_LINUX
1854options CPU_UPGRADE_HW_CACHE
1855options DEBUG
1855# More undocumented options for linting.
1856
1857options CLK_CALIBRATION_LOOP
1858options "CLK_USE_I8254_CALIBRATION"
1859options CLK_USE_TSC_CALIBRATION
1860options CLUSTERDEBUG
1861options COMPAT_LINUX
1862options CPU_UPGRADE_HW_CACHE
1863options DEBUG
1864options DEBUG_VFS_LOCKS
1856options "DEBUG_1284"
1857#options DISABLE_PSE
1858options "EXT2FS"
1859options "I586_PMC_GUPROF=0x70000"
1860options "IBCS2"
1861options KEY
1862options KEY_DEBUG
1863options LOCKF_DEBUG

--- 139 unchanged lines hidden ---
1865options "DEBUG_1284"
1866#options DISABLE_PSE
1867options "EXT2FS"
1868options "I586_PMC_GUPROF=0x70000"
1869options "IBCS2"
1870options KEY
1871options KEY_DEBUG
1872options LOCKF_DEBUG

--- 139 unchanged lines hidden ---