Deleted Added
full compact
GENERIC64 (104435) GENERIC64 (104519)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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#
2# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
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/powerpc/conf/GENERIC 104435 2002-10-04 01:19:18Z grehan $
19# $FreeBSD: head/sys/powerpc/conf/GENERIC 104519 2002-10-05 16:35:33Z phk $
20
21machine powerpc
22cpu MPC750
23ident GENERIC
24maxusers 0
25
26#To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints"
28
29#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
30makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
31
32# Platform support
33options POWERMAC #NewWorld Apple PowerMacs
34options PSIM #GDB PSIM ppc simulator
35
20
21machine powerpc
22cpu MPC750
23ident GENERIC
24maxusers 0
25
26#To statically compile in device wiring instead of /boot/device.hints
27#hints "GENERIC.hints"
28
29#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
30makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
31
32# Platform support
33options POWERMAC #NewWorld Apple PowerMacs
34options PSIM #GDB PSIM ppc simulator
35
36options NO_GEOM
37
36options INET #InterNETworking
37options INET6 #IPv6 communications protocols
38options GEOM #GEOMetry subsystem
39options FFS #Berkeley Fast Filesystem
40options SOFTUPDATES #Enable FFS soft updates support
41options UFS_DIRHASH #Improve performance on big directories
42options MD_ROOT #MD is a potential root device
43options NFSCLIENT #Network Filesystem Client

--- 84 unchanged lines hidden ---
38options INET #InterNETworking
39options INET6 #IPv6 communications protocols
40options GEOM #GEOMetry subsystem
41options FFS #Berkeley Fast Filesystem
42options SOFTUPDATES #Enable FFS soft updates support
43options UFS_DIRHASH #Improve performance on big directories
44options MD_ROOT #MD is a potential root device
45options NFSCLIENT #Network Filesystem Client

--- 84 unchanged lines hidden ---