Deleted Added
full compact
GENERIC (114858) GENERIC (114987)
1# ex:ts=8
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
1# ex:ts=8
2# GENERIC -- Generic kernel configuration file for FreeBSD/amd64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/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 ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# $FreeBSD: head/sys/amd64/conf/GENERIC 114858 2003-05-09 18:26:06Z peter $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 114987 2003-05-14 04:10:49Z peter $
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24maxusers 0
20
21machine amd64
22cpu HAMMER
23ident GENERIC
24maxusers 0
25options IA32
26options COMPAT_FREEBSD4
25
26makeoptions NO_MODULES=not_yet
27
28#To statically compile in device wiring instead of /boot/device.hints
29#hints "GENERIC.hints" #Default places to look for devices.
30
31options SCHED_4BSD #4BSD scheduler
32options INET #InterNETworking
33options FFS #Berkeley Fast Filesystem
34options SOFTUPDATES #Enable FFS soft updates support
35options MD_ROOT #MD is a potential root device
36options NFSCLIENT #Network Filesystem Client
37options NFSSERVER
38options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
39
40# Debugging for use in -current
41options INVARIANTS #Enable calls of extra sanity checking
42options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
43
27
28makeoptions NO_MODULES=not_yet
29
30#To statically compile in device wiring instead of /boot/device.hints
31#hints "GENERIC.hints" #Default places to look for devices.
32
33options SCHED_4BSD #4BSD scheduler
34options INET #InterNETworking
35options FFS #Berkeley Fast Filesystem
36options SOFTUPDATES #Enable FFS soft updates support
37options MD_ROOT #MD is a potential root device
38options NFSCLIENT #Network Filesystem Client
39options NFSSERVER
40options NFS_ROOT #NFS usable as root device, requires NFSCLIENT
41
42# Debugging for use in -current
43options INVARIANTS #Enable calls of extra sanity checking
44options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
45
46options SYSVMSG
47options SYSVSEM
48options SYSVSHM
49
44device isa
45device pci
46
47# ATA and ATAPI devices
48device ata
49device atadisk # ATA disk drives
50device atapicd # ATAPI CDROM drives
51

--- 46 unchanged lines hidden ---
50device isa
51device pci
52
53# ATA and ATAPI devices
54device ata
55device atadisk # ATA disk drives
56device atapicd # ATAPI CDROM drives
57

--- 46 unchanged lines hidden ---