Deleted Added
full compact
GENERIC (63994) GENERIC (64880)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/handbook/kernelconfig-config.html
8#
9# The handbook is also available locally in /usr/share/doc/handbook
10# if you've installed the doc distribution, otherwise always see the
11# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12# latest information.
13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the NOTES configuration file. If you are
16# in doubt as to the purpose or necessity of a line, check first in NOTES.
17#
18# $FreeBSD: head/sys/amd64/conf/GENERIC 63994 2000-07-29 02:12:44Z obrien $
18# $FreeBSD: head/sys/amd64/conf/GENERIC 64880 2000-08-20 21:34:39Z phk $
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

31
32options MATH_EMULATE #Support for x87 emulation
33options INET #InterNETworking
34options INET6 #IPv6 communications protocols
35options FFS #Berkeley Fast Filesystem
36options FFS_ROOT #FFS usable as root device [keep this!]
37options SOFTUPDATES #Enable FFS soft updates support
38options MFS #Memory Filesystem
19
20machine i386
21cpu I386_CPU
22cpu I486_CPU
23cpu I586_CPU
24cpu I686_CPU
25ident GENERIC
26maxusers 32

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

31
32options MATH_EMULATE #Support for x87 emulation
33options INET #InterNETworking
34options INET6 #IPv6 communications protocols
35options FFS #Berkeley Fast Filesystem
36options FFS_ROOT #FFS usable as root device [keep this!]
37options SOFTUPDATES #Enable FFS soft updates support
38options MFS #Memory Filesystem
39#options DEVFS #Device Filesystem
39options MD_ROOT #MD is a potential root device
40options NFS #Network Filesystem
41options NFS_ROOT #NFS usable as root device, NFS required
42options MSDOSFS #MSDOS Filesystem
43options CD9660 #ISO 9660 Filesystem
44options CD9660_ROOT #CD-ROM usable as root, CD9660 required
45options PROCFS #Process filesystem
46options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]

--- 185 unchanged lines hidden ---
40options MD_ROOT #MD is a potential root device
41options NFS #Network Filesystem
42options NFS_ROOT #NFS usable as root device, NFS required
43options MSDOSFS #MSDOS Filesystem
44options CD9660 #ISO 9660 Filesystem
45options CD9660_ROOT #CD-ROM usable as root, CD9660 required
46options PROCFS #Process filesystem
47options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]

--- 185 unchanged lines hidden ---