Deleted Added
full compact
GENERIC (77455) GENERIC (78135)
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/i386/conf/GENERIC 77455 2001-05-30 03:20:52Z mjacob $
18# $FreeBSD: head/sys/i386/conf/GENERIC 78135 2001-06-12 09:40:04Z peter $
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26

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

38options NFS #Network Filesystem
39options NFS_ROOT #NFS usable as root device, NFS required
40options MSDOSFS #MSDOS Filesystem
41options CD9660 #ISO 9660 Filesystem
42options PROCFS #Process filesystem
43options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
44options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
45options UCONSOLE #Allow users to grab the console
19
20machine i386
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25maxusers 32
26

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

38options NFS #Network Filesystem
39options NFS_ROOT #NFS usable as root device, NFS required
40options MSDOSFS #MSDOS Filesystem
41options CD9660 #ISO 9660 Filesystem
42options PROCFS #Process filesystem
43options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
44options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI
45options UCONSOLE #Allow users to grab the console
46options USERCONFIG #boot -c editor
47options VISUAL_USERCONFIG #visual boot -c editor
46#options USERCONFIG #boot -c editor
47#options VISUAL_USERCONFIG #visual boot -c editor
48options KTRACE #ktrace(1) support
49options SYSVSHM #SYSV-style shared memory
50options SYSVMSG #SYSV-style message queues
51options SYSVSEM #SYSV-style semaphores
52options P1003_1B #Posix P1003_1B real-time extensions
53options _KPOSIX_PRIORITY_SCHEDULING
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55

--- 181 unchanged lines hidden ---
48options KTRACE #ktrace(1) support
49options SYSVSHM #SYSV-style shared memory
50options SYSVMSG #SYSV-style message queues
51options SYSVSEM #SYSV-style semaphores
52options P1003_1B #Posix P1003_1B real-time extensions
53options _KPOSIX_PRIORITY_SCHEDULING
54options KBD_INSTALL_CDEV # install a CDEV entry in /dev
55

--- 181 unchanged lines hidden ---