Deleted Added
full compact
NOTES (34856) NOTES (34925)
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.420 1998/03/21 14:13:47 peter Exp $
5# $Id: LINT,v 1.421 1998/03/24 02:55:03 yokota 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#####################################################################
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# POSIX P1003.1B
622
623# Real time extensions added int the 1993 Posix
624# P1003_1B: Infrastructure
625# _KPOSIX_PRIORITY_SCHEDULING: Build in _POSIX_PRIORITY_SCHEDULING
626# _KPOSIX_VERSION: Version kernel is built for
627
628options "P1003_1B"
629options "_KPOSIX_PRIORITY_SCHEDULING"
630options "_KPOSIX_VERSION=199309L"
631
632
633#####################################################################
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 ---
634# MISCELLANEOUS DEVICES AND OPTIONS
635
636# The `pty' device usually turns out to be ``effectively mandatory'',
637# as it is required for `telnetd', `rlogind', `screen', `emacs', and
638# `xterm', among others.
639
640pseudo-device pty 16 #Pseudo ttys - can go as high as 256
641pseudo-device speaker #Play IBM BASIC-style noises out your speaker

--- 899 unchanged lines hidden ---