Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbppc/conf We only need a 2MB md for install image...



details:   https://anonhg.NetBSD.org/src/rev/a7aa0d8eef75
branches:  trunk
changeset: 573051:a7aa0d8eef75
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Jan 18 12:38:41 2005 +0000

description:
We only need a 2MB md for install images, not an 8MB one.

diffstat:

 sys/arch/evbppc/conf/INSTALL_WALNUT |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 2b36a1b1e834 -r a7aa0d8eef75 sys/arch/evbppc/conf/INSTALL_WALNUT
--- a/sys/arch/evbppc/conf/INSTALL_WALNUT       Tue Jan 18 12:30:21 2005 +0000
+++ b/sys/arch/evbppc/conf/INSTALL_WALNUT       Tue Jan 18 12:38:41 2005 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: INSTALL_WALNUT,v 1.4 2003/09/14 21:49:58 he Exp $
+#      $NetBSD: INSTALL_WALNUT,v 1.5 2005/01/18 12:38:41 simonb Exp $
 
 include "arch/evbppc/conf/WALNUT"
 
-#ident                 "INSTALL_WALNUT-$Revision: 1.4 $"
+#ident                 "INSTALL_WALNUT-$Revision: 1.5 $"
 
 # DEBUG options turned on:
 
@@ -21,4 +21,4 @@
 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
+options        MEMORY_DISK_ROOT_SIZE=4096      # size of memory disk, in blocks



Home | Main Index | Thread Index | Old Index