Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/cats/conf Add easy to build kernels for booting fro...



details:   https://anonhg.NetBSD.org/src/rev/03019264b90a
branches:  trunk
changeset: 581711:03019264b90a
user:      chris <chris%NetBSD.org@localhost>
date:      Fri Jun 03 23:27:22 2005 +0000

description:
Add easy to build kernels for booting from ABLE.  Long term it would be
nice to make ABLE the default, as cats machines can take 256MB of RAM with
recent ABLE firmware.

(Note they just include GENERIC/INSTALL as appropriate and add ABLE
options)

diffstat:

 sys/arch/cats/conf/GENERIC.ABLE |  9 +++++++++
 sys/arch/cats/conf/INSTALL.ABLE |  9 +++++++++
 2 files changed, 18 insertions(+), 0 deletions(-)

diffs (26 lines):

diff -r 0f7eec628908 -r 03019264b90a sys/arch/cats/conf/GENERIC.ABLE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/conf/GENERIC.ABLE   Fri Jun 03 23:27:22 2005 +0000
@@ -0,0 +1,9 @@
+#       $NetBSD: GENERIC.ABLE,v 1.1 2005/06/03 23:27:22 chris Exp $
+#
+#       GENERIC.ABLE -- Generic, plus ABLE support.
+#
+
+include "arch/cats/conf/GENERIC"
+
+options ABLEELF
+makeoptions    ABLEELF="1"
diff -r 0f7eec628908 -r 03019264b90a sys/arch/cats/conf/INSTALL.ABLE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/conf/INSTALL.ABLE   Fri Jun 03 23:27:22 2005 +0000
@@ -0,0 +1,9 @@
+#       $NetBSD: INSTALL.ABLE,v 1.1 2005/06/03 23:27:22 chris Exp $
+#
+#       INSTALL.ABLE -- Install kernel, plus ABLE support.
+#
+
+include "arch/cats/conf/INSTALL"
+
+options ABLEELF
+makeoptions    ABLEELF="1"



Home | Main Index | Thread Index | Old Index