xref: /freebsd/sys/powerpc/conf/GENERIC (revision eacee0ff7ec955b32e09515246bd97b6edcd2b0f)
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
29
30options 	FFS
31options 	COMPAT_43
32options         MD_ROOT
33options         MD_ROOT_SIZE=1024
34
35device		md
36