summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-08-14 03:27:02 +0000
committerjake <jake@FreeBSD.org>2001-08-14 03:27:02 +0000
commita0f57c6c473f4c0cef6259433455930a7d5505fd (patch)
treed8183e46d12ee0dc9a4240639c057aee70c961a5
parentc8f95da29a33d02f47d405208375d62b4a29ce3a (diff)
downloadFreeBSD-src-a0f57c6c473f4c0cef6259433455930a7d5505fd.zip
FreeBSD-src-a0f57c6c473f4c0cef6259433455930a7d5505fd.tar.gz
Add a GENERIC kernel config for sparc64.
-rw-r--r--sys/sparc64/conf/GENERIC32
-rw-r--r--sys/sparc64/conf/GENERIC.hints1
2 files changed, 33 insertions, 0 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC
new file mode 100644
index 0000000..bb16067
--- /dev/null
+++ b/sys/sparc64/conf/GENERIC
@@ -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
diff --git a/sys/sparc64/conf/GENERIC.hints b/sys/sparc64/conf/GENERIC.hints
new file mode 100644
index 0000000..e8c0da7
--- /dev/null
+++ b/sys/sparc64/conf/GENERIC.hints
@@ -0,0 +1 @@
+# $FreeBSD$
OpenPOWER on IntegriCloud