Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/arch/walnut/conf Pull up revision 1.1 (requested by...
details: https://anonhg.NetBSD.org/src/rev/32cdef7ae4f8
branches: netbsd-1-6
changeset: 527630:32cdef7ae4f8
user: tv <tv%NetBSD.org@localhost>
date: Thu May 30 21:00:15 2002 +0000
description:
Pull up revision 1.1 (requested by eeh in ticket #84):
Add an INSTALL kernel with DEBUG and space for a miniroot.
diffstat:
sys/arch/walnut/conf/INSTALL | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diffs (27 lines):
diff -r f1c79424b1ef -r 32cdef7ae4f8 sys/arch/walnut/conf/INSTALL
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/walnut/conf/INSTALL Thu May 30 21:00:15 2002 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: INSTALL,v 1.1.2.2 2002/05/30 21:00:15 tv Exp $
+
+include "arch/walnut/conf/WALNUT"
+
+#ident "INSTALL-$Revision: 1.1.2.2 $"
+
+# DEBUG options turned on:
+
+#options LOCKDEBUG
+options DIAGNOSTIC
+#makeoptions DEBUG="-g"
+options DEBUG
+#options SYSCALL_DEBUG
+#options USERCONF # userconf(4) support
+options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
+
+# Enable the hooks used for initializing the root memory-disk.
+options MEMORY_DISK_HOOKS
+options MEMORY_DISK_IS_ROOT # force root on memory disk
+options MEMORY_DISK_SERVER=0 # no userspace memory disk support
+## 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_ROOT_SIZE=16384 # size of memory disk, in blocks
Home |
Main Index |
Thread Index |
Old Index