Deleted Added
full compact
GENERIC (39400) GENERIC (39445)
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.116 1998/09/15 10:01:12 gibbs Exp $
14# $Id: GENERIC,v 1.117 1998/09/17 03:15:30 msmith Exp $
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

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
33options PROCFS #Process filesystem
34options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
35options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
15
16machine "i386"
17cpu "I386_CPU"
18cpu "I486_CPU"
19cpu "I586_CPU"
20cpu "I686_CPU"
21ident GENERIC
22maxusers 32

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

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
33options PROCFS #Process filesystem
34options "COMPAT_43" #Compatible with BSD 4.3 [KEEP THIS!]
35options SCSI_DELAY=15000 #Be pessimistic about Joe SCSI device
36options SCSI_CAM #We're using CAM in this kernel
37options UCONSOLE #Allow users to grab the console
38options FAILSAFE #Be conservative
39options USERCONFIG #boot -c editor
40options VISUAL_USERCONFIG #visual boot -c editor
41
42config kernel root on wd0
43
44controller isa0

--- 136 unchanged lines hidden ---
36options UCONSOLE #Allow users to grab the console
37options FAILSAFE #Be conservative
38options USERCONFIG #boot -c editor
39options VISUAL_USERCONFIG #visual boot -c editor
40
41config kernel root on wd0
42
43controller isa0

--- 136 unchanged lines hidden ---