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 Increase the miniroot size to 3072 (to ma...



details:   https://anonhg.NetBSD.org/src/rev/3960f5495ffd
branches:  trunk
changeset: 487427:3960f5495ffd
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 07 19:29:45 2000 +0000

description:
Increase the miniroot size to 3072 (to match INSTALL and INSTALL_TINY).
This is needed due to TI-RPC being larger.

diffstat:

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

diffs (18 lines):

diff -r ab14c61fde59 -r 3960f5495ffd sys/arch/i386/conf/INSTALL_SMALL
--- a/sys/arch/i386/conf/INSTALL_SMALL  Wed Jun 07 18:52:31 2000 +0000
+++ b/sys/arch/i386/conf/INSTALL_SMALL  Wed Jun 07 19:29:45 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL_SMALL,v 1.47 2000/03/22 00:58:20 cgd Exp $
+#      $NetBSD: INSTALL_SMALL,v 1.48 2000/06/07 19:29:45 thorpej Exp $
 #
 #      INSTALL_SMALL - Small Installation kernel.
 #
@@ -18,7 +18,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        MINIROOTSIZE=3034       # size of memory disk, in blocks
+options        MINIROOTSIZE=3072       # size of memory disk, in blocks
 #options       MINIROOTSIZE=2880       # 1.44M, same as a floppy
 
 makeoptions    COPTS="-Os"             # generates smaller code than -O2, -O1



Home | Main Index | Thread Index | Old Index