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/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$ 19 20machine powerpc 21cpu MPC750 22ident GENERIC 23maxusers 0 24 25#To statically compile in device wiring instead of /boot/device.hints 26#hints "GENERIC.hints" 27 28#makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols 29makeoptions NO_WERROR=true #XXX: We don't want -Werror just now 30 31options FFS 32options NFSCLIENT 33options NFS_ROOT 34options BOOTP 35options BOOTP_NFSROOT 36options COMPAT_43 37options INET 38options MD_ROOT 39options MD_ROOT_SIZE=1024 40options INVARIANTS 41options INVARIANT_SUPPORT 42options WITNESS 43 44options POWERMAC 45 46device pci 47device loop 48device ether 49device miibus 50device gem 51