Deleted Added
full compact
GENERIC (32680) GENERIC (32726)
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
1#
2# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
3#
4# For more information read the handbook part System Administration ->
5# Configuring the FreeBSD Kernel -> The Configuration File.
6# The handbook is available in /usr/share/doc/handbook or online as
7# latest version from the FreeBSD World Wide Web server
8# <URL:http://www.FreeBSD.ORG/>
9#
10# An exhaustive list of options and more detailed explanations of the
11# device lines is present in the ./LINT configuration file. If you are
12# in doubt as to the purpose or necessity of a line, check first in LINT.
13#
14# $Id: GENERIC,v 1.103 1998/01/16 22:12:58 pst Exp $
14# $Id: GENERIC,v 1.104 1998/01/21 18:34:44 jkh Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 10
23
24options MATH_EMULATE #Support for x87 emulation
25options INET #InterNETworking
26options FFS #Berkeley Fast Filesystem
27options NFS #Network Filesystem
28options MSDOSFS #MSDOS Filesystem
29options "CD9660" #ISO 9660 Filesystem
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 10
23
24options MATH_EMULATE #Support for x87 emulation
25options INET #InterNETworking
26options FFS #Berkeley Fast Filesystem
27options NFS #Network Filesystem
28options MSDOSFS #MSDOS Filesystem
29options "CD9660" #ISO 9660 Filesystem
30options "CD9660_ROOT" #CD-ROM usable as root device
31options FFS_ROOT #FFS usable as root device [keep this!]
32options NFS_ROOT #NFS usable as root device
30options PROCFS #Process filesystem
31options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
32options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
33options BOUNCE_BUFFERS #include support for DMA bounce buffers
34options UCONSOLE #Allow users to grab the console
35options FAILSAFE #Be conservative
36options USERCONFIG #boot -c editor
37options VISUAL_USERCONFIG #visual boot -c editor

--- 125 unchanged lines hidden ---
33options PROCFS #Process filesystem
34options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
35options SCSI_DELAY=15 #Be pessimistic about Joe SCSI device
36options BOUNCE_BUFFERS #include support for DMA bounce buffers
37options UCONSOLE #Allow users to grab the console
38options FAILSAFE #Be conservative
39options USERCONFIG #boot -c editor
40options VISUAL_USERCONFIG #visual boot -c editor

--- 125 unchanged lines hidden ---