1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Add a GENERIC kernel config for sparc64.

This commit is contained in:
Jake Burkholder 2001-08-14 03:27:02 +00:00
parent 05ae93afbf
commit c64e8a395b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=81615
2 changed files with 33 additions and 0 deletions

32
sys/sparc64/conf/GENERIC Normal file
View File

@ -0,0 +1,32 @@
#
# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
#
# For more information on this file, please read the handbook section on
# Kernel Configuration Files:
#
# http://www.FreeBSD.org/handbook/kernelconfig-config.html
#
# 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
# device lines is also present in the ../../i386/conf/NOTES file.
# If you are in doubt as to the purpose or necessity of a line, check first
# in NOTES. Please note that this is the i386 NOTES, but it still contains
# valuable info for sparc64 too.
#
# $FreeBSD$
machine sparc64
cpu SUN4U
ident GENERIC
maxusers 32
options DDB
options FFS
options MD_ROOT
options MD_ROOT_SIZE=64
device md

View File

@ -0,0 +1 @@
# $FreeBSD$