Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sgimips/conf n32 kernel for IP2x



details:   https://anonhg.NetBSD.org/src/rev/ad9db3665503
branches:  trunk
changeset: 329699:ad9db3665503
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Jun 04 18:19:20 2014 +0000

description:
n32 kernel for IP2x

diffstat:

 sys/arch/sgimips/conf/GENERIC64_32_IP2x |  50 +++++++++++++++++++++++++++++++++
 1 files changed, 50 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 1477e2d4e1ce -r ad9db3665503 sys/arch/sgimips/conf/GENERIC64_32_IP2x
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/sgimips/conf/GENERIC64_32_IP2x   Wed Jun 04 18:19:20 2014 +0000
@@ -0,0 +1,50 @@
+#      $NetBSD: GENERIC64_32_IP2x,v 1.1 2014/06/04 18:19:20 macallan Exp $
+#
+# GENERIC32_IP2x machine description file
+# 
+# This machine description file is used to generate the default NetBSD
+# kernel.  The generic kernel does not include all options, subsystems
+# and device drivers, but should be useful for most applications.
+#
+# The machine description file can be customised for your specific
+# machine to reduce the kernel size and improve its performance.
+#
+# For further information on compiling NetBSD kernels, see the config(8)
+# man page.
+#
+# For further information on hardware support for this architecture, see
+# the intro(4) man page.  For further information about kernel options
+# for this architecture, see the options(4) man page.  For an explanation
+# of each device driver in this file see the section 4 man page for the
+# device.
+#
+#
+# Currently this config file supports Indigo R4k, Indigo2 and Indy
+# (IP20, IP22 and IP24, respectively).
+#
+
+include                "arch/sgimips/conf/GENERIC32_IP2x"
+include                "arch/sgimips/conf/std.sgimips64_32"
+
+no makeoptions TEXTADDR                        # entry point
+makeoptions    TEXTADDR=0xffffffff88069000     # entry point
+
+#ident         "GENERIC64-IP2x-$Revision: 1.1 $"
+
+no makeoptions WANT_ECOFF
+makeoptions    WANT_ECOFF="no"         # Create an ECOFF kernel in addition
+                                       # to an ELF kernel -- required for
+                                       # netbooting Indigo (IP20) and some
+                                       # Indigo2 (IP22) machines
+
+# Compatibility options
+#options       COMPAT_15       # NetBSD 1.5
+#options       COMPAT_16       # NetBSD 1.6
+#options       COMPAT_20       # NetBSD 2.0
+#options       COMPAT_30       # NetBSD 3.0
+#options       COMPAT_40       # NetBSD 4.0 compatibility.
+#options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
+
+#options       COMPAT_LINUX    # binary compatibility with Linux
+#options       COMPAT_ULTRIX   # binary compatibility with Ultrix 
+#options       COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index