2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# GENERIC -- Generic kernel configuration file for FreeBSD/powerpc
|
|
|
|
#
|
|
|
|
# For more information on this file, please read the handbook section on
|
|
|
|
# Kernel Configuration Files:
|
|
|
|
#
|
2002-08-01 17:21:18 +00:00
|
|
|
# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
|
2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# The handbook is also available locally in /usr/share/doc/handbook
|
|
|
|
# if you've installed the doc distribution, otherwise always see the
|
|
|
|
# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
|
|
|
|
# latest information.
|
|
|
|
#
|
|
|
|
# An exhaustive list of options and more detailed explanations of the
|
2002-07-16 18:20:17 +00:00
|
|
|
# device lines is also present in the ../../conf/NOTES and NOTES files.
|
|
|
|
# If you are in doubt as to the purpose or necessity of a line, check first
|
|
|
|
# in NOTES.
|
2001-06-17 09:39:44 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
machine powerpc
|
|
|
|
cpu MPC750
|
|
|
|
ident GENERIC
|
2001-12-09 01:57:09 +00:00
|
|
|
maxusers 0
|
2001-06-17 09:39:44 +00:00
|
|
|
|
|
|
|
#To statically compile in device wiring instead of /boot/device.hints
|
|
|
|
#hints "GENERIC.hints"
|
|
|
|
|
|
|
|
#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
2002-07-22 00:21:17 +00:00
|
|
|
makeoptions WERROR=-Wno-error #XXX: We don't want -Werror just now
|
2001-06-17 09:39:44 +00:00
|
|
|
|
|
|
|
options FFS
|
2002-09-09 02:40:59 +00:00
|
|
|
options NFSCLIENT
|
|
|
|
options NFS_ROOT
|
|
|
|
options BOOTP
|
|
|
|
options BOOTP_NFSROOT
|
2001-06-17 09:39:44 +00:00
|
|
|
options COMPAT_43
|
2002-09-09 02:40:59 +00:00
|
|
|
options INET
|
2001-10-12 20:02:50 +00:00
|
|
|
options MD_ROOT
|
|
|
|
options MD_ROOT_SIZE=1024
|
2002-09-09 02:40:59 +00:00
|
|
|
options INVARIANTS
|
|
|
|
options INVARIANT_SUPPORT
|
|
|
|
options WITNESS
|
2001-10-12 20:02:50 +00:00
|
|
|
|
2002-09-09 02:40:59 +00:00
|
|
|
options POWERMAC
|
2002-07-09 13:46:27 +00:00
|
|
|
|
2002-07-23 06:38:47 +00:00
|
|
|
device pci
|
2002-07-09 13:46:27 +00:00
|
|
|
device loop
|
|
|
|
device ether
|
|
|
|
device miibus
|
|
|
|
device gem
|