Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbmips/conf Add INSTALL kernel for ERLITE
details: https://anonhg.NetBSD.org/src/rev/d4a858f1ae81
branches: trunk
changeset: 337864:d4a858f1ae81
user: matt <matt%NetBSD.org@localhost>
date: Fri May 01 20:15:43 2015 +0000
description:
Add INSTALL kernel for ERLITE
diffstat:
sys/arch/evbmips/conf/INSTALL_ERLITE | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
diffs (18 lines):
diff -r 35de55dc1368 -r d4a858f1ae81 sys/arch/evbmips/conf/INSTALL_ERLITE
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/evbmips/conf/INSTALL_ERLITE Fri May 01 20:15:43 2015 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: INSTALL_ERLITE,v 1.1 2015/05/01 20:15:43 matt Exp $
+
+include "arch/evbmips/conf/ERLITE"
+
+#ident "INSTALL_ERLITE-$Revision: 1.1 $"
+
+# 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/evbmips/ramdisk/ramdisk).
+pseudo-device md # memory disk device
+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=12288 # size of memory disk, in blocks
Home |
Main Index |
Thread Index |
Old Index