Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Give the ramdisk another 12k of space.



details:   https://anonhg.NetBSD.org/src/rev/6ff5c22e2f66
branches:  trunk
changeset: 538575:6ff5c22e2f66
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Tue Oct 22 23:35:16 2002 +0000

description:
Give the ramdisk another 12k of space.

diffstat:

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

diffs (18 lines):

diff -r 217f4e21326f -r 6ff5c22e2f66 sys/arch/i386/conf/INSTALL_TINY
--- a/sys/arch/i386/conf/INSTALL_TINY   Tue Oct 22 23:31:24 2002 +0000
+++ b/sys/arch/i386/conf/INSTALL_TINY   Tue Oct 22 23:35:16 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_TINY,v 1.61 2002/10/16 02:46:03 lukem Exp $
+#      $NetBSD: INSTALL_TINY,v 1.62 2002/10/22 23:35:16 thorpej Exp $
 #
 #      INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
 #
@@ -20,7 +20,7 @@
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # force root on memory disk
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
-options        MEMORY_DISK_ROOT_SIZE=2880      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=2904      # size of memory disk, in blocks
 
 maxusers       2               # estimated number of users
 



Home | Main Index | Thread Index | Old Index