Source-Changes-HG archive

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

[src/trunk]: src Add md-kernel for installation: INSTALL_OPENBLOCKS266.



details:   https://anonhg.NetBSD.org/src/rev/295629b56105
branches:  trunk
changeset: 583376:295629b56105
user:      shige <shige%NetBSD.org@localhost>
date:      Wed Aug 03 14:55:37 2005 +0000

description:
Add md-kernel for installation: INSTALL_OPENBLOCKS266.

diffstat:

 distrib/evbppc/md-kernel/Makefile          |   5 +++--
 etc/etc.evbppc/Makefile.inc                |   4 ++--
 sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266 |  28 ++++++++++++++++++++++++++++
 3 files changed, 33 insertions(+), 4 deletions(-)

diffs (66 lines):

diff -r 13a37b932c71 -r 295629b56105 distrib/evbppc/md-kernel/Makefile
--- a/distrib/evbppc/md-kernel/Makefile Wed Aug 03 13:41:38 2005 +0000
+++ b/distrib/evbppc/md-kernel/Makefile Wed Aug 03 14:55:37 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2005/03/23 19:54:47 jmc Exp $
+#      $NetBSD: Makefile,v 1.3 2005/08/03 14:55:37 shige Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -8,7 +8,8 @@
 RAMDISKDIR!=   cd ${.CURDIR}/../ramdisk && ${PRINTOBJDIR}
 RAMDISK=       ${RAMDISKDIR}/ramdisk.fs
 
-MDSETTARGETS=          INSTALL_WALNUT ${RAMDISK} -
+MDSETTARGETS=          INSTALL_WALNUT ${RAMDISK} -     \
+                       INSTALL_OPENBLOCKS266 ${RAMDISK} -
 MDSET_RELEASEDIR=      binary/kernel
 MDSET_SUFFIXES.-=      img create-img
 
diff -r 13a37b932c71 -r 295629b56105 etc/etc.evbppc/Makefile.inc
--- a/etc/etc.evbppc/Makefile.inc       Wed Aug 03 13:41:38 2005 +0000
+++ b/etc/etc.evbppc/Makefile.inc       Wed Aug 03 14:55:37 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.4 2005/03/18 16:32:59 shige Exp $
+#      $NetBSD: Makefile.inc,v 1.5 2005/08/03 14:55:37 shige Exp $
 #
 #      etc.evbppc/Makefile.inc -- evbppc-specific etc Makefile targets
 #
@@ -6,4 +6,4 @@
 KERNEL_SETS=           WALNUT EV64260 EXPLORA451 OPENBLOCKS200 OPENBLOCKS266
 KERNEL_SUFFIXES=       img
 
-BUILD_KERNELS=         INSTALL_WALNUT
+BUILD_KERNELS=         INSTALL_WALNUT INSTALL_OPENBLOCKS266
diff -r 13a37b932c71 -r 295629b56105 sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_OPENBLOCKS266        Wed Aug 03 14:55:37 2005 +0000
@@ -0,0 +1,28 @@
+#      $NetBSD: INSTALL_OPENBLOCKS266,v 1.1 2005/08/03 14:55:37 shige Exp $
+
+include                "arch/evbppc/conf/OPENBLOCKS266"
+
+#ident                 "INSTALL_OPENBLOCKS266-$Revision: 1.1 $"
+
+#
+# DEBUG options turned on:
+#
+#makeoptions   DEBUG="-g"
+#options       DEBUG
+#options       LOCKDEBUG
+#options       SYSCALL_DEBUG
+options        DIAGNOSTIC
+options                PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
+options        MALLOC_NOINLINE         # Not inlining MALLOC saves memory
+options        VNODE_OP_NOINLINE       # Not inlining vnode op calls saves mem
+
+#
+# Enable the hooks used for initializing the root memory-disk.
+#     The ramdisk size must be kept in sync manually with the size of
+#     the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk).
+#
+options        MEMORY_DISK_HOOKS
+options        MEMORY_DISK_IS_ROOT             # force root on memory disk
+options        MEMORY_DISK_SERVER=0            # no userspace memory disk
+#options       MEMORY_DISK_ROOT_SIZE=8192      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=4096      # size of memory disk, in blocks



Home | Main Index | Thread Index | Old Index