Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf Use a multiple of 256 for the size.



details:   https://anonhg.NetBSD.org/src/rev/e6c978717438
branches:  trunk
changeset: 787697:e6c978717438
user:      matt <matt%NetBSD.org@localhost>
date:      Fri Jun 28 15:38:56 2013 +0000

description:
Use a multiple of 256 for the size.

diffstat:

 sys/arch/evbarm/conf/INSTALL |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r d8e1fd0fd4a3 -r e6c978717438 sys/arch/evbarm/conf/INSTALL
--- a/sys/arch/evbarm/conf/INSTALL      Fri Jun 28 15:34:21 2013 +0000
+++ b/sys/arch/evbarm/conf/INSTALL      Fri Jun 28 15:38:56 2013 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: INSTALL,v 1.5 2013/06/28 15:32:07 htodd Exp $
+#      $NetBSD: INSTALL,v 1.6 2013/06/28 15:38:56 matt Exp $
 #
 #      INSTALL -- Common configuration fragment for install kernels.
 #
 
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ramdisk
-options        MEMORY_DISK_ROOT_SIZE=7368
+options        MEMORY_DISK_ROOT_SIZE=7424
 options        MEMORY_DISK_RBFLAGS=RB_SINGLE   # boot in single-user mode
 
 pseudo-device  md      



Home | Main Index | Thread Index | Old Index