Deleted Added
full compact
NOTES (5902) NOTES (5908)
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.127 1995/01/24 20:38:39 paul Exp $
5# $Id: LINT,v 1.128 1995/01/25 20:35:14 jmz 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

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

86options SYSVSEM
87options SYSVMSG
88
89
90#####################################################################
91# DEBUGGING OPTIONS
92
93#
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

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

86options SYSVSEM
87options SYSVMSG
88
89
90#####################################################################
91# DEBUGGING OPTIONS
92
93#
94# This line enables the kernel debugger, DDB, and the line following
95# allocates extra space for a copy of the debugger symbol table which
96# is stored in the initialized data area of the kernel. If you change
97# the latter option, remove db_aout.o before compiling.
94# Enable the kernel debugger.
98#
95#
99options DODUMP #We dump core-image on panic
100options DDB #Kernel debugger
101options "SYMTAB_SPACE=163834" #This kernel needs LOTS of symtable
96options DDB
102
97
98#
99# Enable dumping of the kernel image to swap for panics. This is not
100# the default because writing to misconfigured swap may wipe out file
101# systems.
102#
103options DODUMP
104
103#
104# KTRACE enables the system-call tracing facility ktrace(2).
105#
106options KTRACE #kernel tracing
107
108#
109# The DIAGNOSTIC option is used in a number of source files to enable
110# extra sanity checking of internal structures. This support is not

--- 430 unchanged lines hidden ---
105#
106# KTRACE enables the system-call tracing facility ktrace(2).
107#
108options KTRACE #kernel tracing
109
110#
111# The DIAGNOSTIC option is used in a number of source files to enable
112# extra sanity checking of internal structures. This support is not

--- 430 unchanged lines hidden ---