Source-Changes-HG archive

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

[src/netbsd-1-4]: src Apply patch (requested by he):



details:   https://anonhg.NetBSD.org/src/rev/b8141d83ea59
branches:  netbsd-1-4
changeset: 470651:b8141d83ea59
user:      he <he%NetBSD.org@localhost>
date:      Sat Jun 03 15:17:44 2000 +0000

description:
Apply patch (requested by he):
  Use 3240 and not 3528 as miniroot size.

diffstat:

 distrib/sparc/ramdisk/Makefile |  4 ++--
 sys/arch/sparc/conf/INSTALL    |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r 9c8c16e33a34 -r b8141d83ea59 distrib/sparc/ramdisk/Makefile
--- a/distrib/sparc/ramdisk/Makefile    Sat Jun 03 15:06:42 2000 +0000
+++ b/distrib/sparc/ramdisk/Makefile    Sat Jun 03 15:17:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.8.2.3 2000/03/01 00:24:02 he Exp $
+#      $NetBSD: Makefile,v 1.8.2.4 2000/06/03 15:17:46 he Exp $
 
 TOP=           ${.CURDIR}/..
 MINIROOT=      ${.CURDIR}/../../miniroot
@@ -20,7 +20,7 @@
 LISTS=         list
 MTREE=         mtree.conf
 
-CYLS=          98
+CYLS=          90
 SECS=          18
 TRKS=          2
 TOTALSECT !=   expr ${CYLS} '*' ${SECS} '*' ${TRKS}
diff -r 9c8c16e33a34 -r b8141d83ea59 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Sat Jun 03 15:06:42 2000 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Sat Jun 03 15:17:44 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.4.2.2 2000/03/01 00:24:46 he Exp $
+#      $NetBSD: INSTALL,v 1.4.2.3 2000/06/03 15:17:44 he Exp $
 #
 # from: NetBSD: GENERIC,v 1.67 1998/05/20 11:50:54 pk Exp
 #
@@ -15,7 +15,7 @@
 options        MEMORY_DISK_SERVER=0    # no userspace memory disk support
 #options       MINIROOTSIZE=3074       # size of memory disk, in blocks
 #options       MINIROOTSIZE=3312       # 1.44M * 1.15.  this must allow for
-options                MINIROOTSIZE=3528       # what is in distrib/sparc/ramdisk*
+options                MINIROOTSIZE=3240       # what is in distrib/sparc/ramdisk*
 
 pseudo-device  md              1       # memory disk device (ramdisk)
 



Home | Main Index | Thread Index | Old Index