Deleted Added
sdiff udiff text old ( 34856 ) new ( 34925 )
full compact
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.420 1998/03/21 14:13:47 peter 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

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

613# groks it fine, while Shunsuke's Fujitsu chokes on it and times
614# out.
615#
616options OD_AUTO_TURNOFF
617
618
619
620#####################################################################
621# MISCELLANEOUS DEVICES AND OPTIONS
622
623# The `pty' device usually turns out to be ``effectively mandatory'',
624# as it is required for `telnetd', `rlogind', `screen', `emacs', and
625# `xterm', among others.
626
627pseudo-device pty 16 #Pseudo ttys - can go as high as 256
628pseudo-device speaker #Play IBM BASIC-style noises out your speaker

--- 899 unchanged lines hidden ---