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 Double space for memory disk to 5MB, this...



details:   https://anonhg.NetBSD.org/src/rev/c759f388ef46
branches:  trunk
changeset: 555232:c759f388ef46
user:      dsl <dsl%NetBSD.org@localhost>
date:      Wed Nov 12 11:47:34 2003 +0000

description:
Double space for memory disk to 5MB, this costs (almost) nothing on the
install media and the kernels (and sysinst) will still run on a 16MB system.
(They haven't run on an 8MB system for a while - might affect 12MB though.)
The additional space in the root filesystem lets sysinst core dump properly!

diffstat:

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

diffs (36 lines):

diff -r 0350e02dd2bd -r c759f388ef46 sys/arch/i386/conf/INSTALL
--- a/sys/arch/i386/conf/INSTALL        Wed Nov 12 11:29:12 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL        Wed Nov 12 11:47:34 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.232 2003/11/05 07:51:12 tron Exp $
+#      $NetBSD: INSTALL,v 1.233 2003/11/12 11:47:34 dsl Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -19,7 +19,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=5000      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
 
 maxusers       32              # estimated number of users
 
diff -r 0350e02dd2bd -r c759f388ef46 sys/arch/i386/conf/INSTALL_LAPTOP
--- a/sys/arch/i386/conf/INSTALL_LAPTOP Wed Nov 12 11:29:12 2003 +0000
+++ b/sys/arch/i386/conf/INSTALL_LAPTOP Wed Nov 12 11:47:34 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_LAPTOP,v 1.51 2003/10/18 08:12:07 lukem Exp $
+#      $NetBSD: INSTALL_LAPTOP,v 1.52 2003/11/12 11:47:34 dsl Exp $
 #
 #      INSTALL - Installation kernel.
 #
@@ -17,7 +17,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=5000      # size of memory disk, in blocks
+options        MEMORY_DISK_ROOT_SIZE=10000     # size of memory disk, in blocks
 
 makeoptions    COPTS="-Os"             # generates smaller code than -O2, -O1
 



Home | Main Index | Thread Index | Old Index