Deleted Added
full compact
NOTES (32680) NOTES (32726)
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.392 1998/01/16 22:12:59 pst Exp $
5# $Id: LINT,v 1.393 1998/01/21 18:34:47 jkh 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

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

428# currently be demand-loaded.) Some people still prefer to statically
429# compile other filesystems as well.
430#
431# NB: The LFS, PORTAL, and UNION filesystems are known to be buggy,
432# and WILL panic your system if you attempt to do anything with them.
433# They are included here as an incentive for some enterprising soul to
434# sit down and fix them.
435#
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

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

428# currently be demand-loaded.) Some people still prefer to statically
429# compile other filesystems as well.
430#
431# NB: The LFS, PORTAL, and UNION filesystems are known to be buggy,
432# and WILL panic your system if you attempt to do anything with them.
433# They are included here as an incentive for some enterprising soul to
434# sit down and fix them.
435#
436# Note: 4.4BSD NQNFS lease checking has relatively high cost for
437# _local_ I/O as well as remote I/O. Don't use it unless you will
438# using NQNFS.
439#
440
441# One of these is mandatory:
442options FFS #Fast filesystem
443options NFS #Network File System
444
445# The rest are optional:
436
437# One of these is mandatory:
438options FFS #Fast filesystem
439options NFS #Network File System
440
441# The rest are optional:
446options NQNFS #Enable NQNFS lease checking
447# options NFS_NOSERVER #Disable the NFS-server code.
448options "CD9660" #ISO 9660 filesystem
449options FDESC #File descriptor filesystem
450options KERNFS #Kernel filesystem
442# options NFS_NOSERVER #Disable the NFS-server code.
443options "CD9660" #ISO 9660 filesystem
444options FDESC #File descriptor filesystem
445options KERNFS #Kernel filesystem
451options LFS #Log filesystem
446#options LFS #Log filesystem
452options MFS #Memory File System
453options MSDOSFS #MS DOS File System
454options NULLFS #NULL filesystem
455options PORTAL #Portal filesystem
456options PROCFS #Process filesystem
457options UMAPFS #UID map filesystem
458options UNION #Union filesystem
447options MFS #Memory File System
448options MSDOSFS #MS DOS File System
449options NULLFS #NULL filesystem
450options PORTAL #Portal filesystem
451options PROCFS #Process filesystem
452options UMAPFS #UID map filesystem
453options UNION #Union filesystem
454options "CD9660_ROOT" #CD-ROM usable as root device
455options FFS_ROOT #FFS usable as root device
456#options LFS_ROOT #LFS usable as root device
457options NFS_ROOT #NFS usable as root device
459# This DEVFS is experimental but seems to work
460options DEVFS #devices filesystem
461
462# Make space in the kernel for a MFS root filesystem. Define to the number
463# of kilobytes to reserve for the filesystem.
464options MFS_ROOT=10
465# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
466options MFS_AUTOLOAD

--- 958 unchanged lines hidden ---
458# This DEVFS is experimental but seems to work
459options DEVFS #devices filesystem
460
461# Make space in the kernel for a MFS root filesystem. Define to the number
462# of kilobytes to reserve for the filesystem.
463options MFS_ROOT=10
464# Allow the MFS_ROOT code to load the MFS image from floppy if it is missing.
465options MFS_AUTOLOAD

--- 958 unchanged lines hidden ---