Source-Changes-HG archive

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

[src/trunk]: src Increase md size to 2MB.



details:   https://anonhg.NetBSD.org/src/rev/eb3c1f2d15d1
branches:  trunk
changeset: 475875:eb3c1f2d15d1
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Sat Aug 28 16:49:49 1999 +0000

description:
Increase md size to 2MB.

diffstat:

 etc/etc.macppc/disktab          |  11 ++++-------
 sys/arch/macppc/conf/GENERIC_MD |   4 ++--
 sys/arch/macppc/conf/INSTALL    |   4 ++--
 3 files changed, 8 insertions(+), 11 deletions(-)

diffs (63 lines):

diff -r 72b34851278b -r eb3c1f2d15d1 etc/etc.macppc/disktab
--- a/etc/etc.macppc/disktab    Sat Aug 28 10:04:01 1999 +0000
+++ b/etc/etc.macppc/disktab    Sat Aug 28 16:49:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: disktab,v 1.2 1999/01/13 10:51:07 tsubai Exp $
+#      $NetBSD: disktab,v 1.3 1999/08/28 16:49:49 tsubai Exp $
 #
 # Disk geometry and partition layout tables.
 # Key:
@@ -26,14 +26,11 @@
 #      f[a-h]  partition fragment sizes in bytes
 #      t[a-h]  partition types (filesystem, swap, etc)
 #
-# All partition sizes reserve space for bad sector tables.
-# (5 cylinders needed for maintenance + replacement sectors)
-#
 
 floppyinstfs|NetBSD floppy install filesystem:\
-       :ty=floppy:se#512:nt#2:rm#300:ns#16:nc#96:\
-       :pa#3072:oa#0:ba#4096:fa#512:ta=4.2BSD:\
-       :pc#3072:oc#0:
+       :ty=floppy:se#512:nt#2:rm#300:ns#16:nc#128:\
+       :pa#4096:oa#0:ba#4096:fa#512:ta=4.2BSD:\
+       :pc#4096:oc#0:
 
 floppy|floppy3|3in|3.5in High Density Floppy:\
        :ty=floppy:se#512:nt#2:rm#300:ns#18:nc#80:\
diff -r 72b34851278b -r eb3c1f2d15d1 sys/arch/macppc/conf/GENERIC_MD
--- a/sys/arch/macppc/conf/GENERIC_MD   Sat Aug 28 10:04:01 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC_MD   Sat Aug 28 16:49:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_MD,v 1.2 1999/03/26 16:40:09 tsubai Exp $
+#      $NetBSD: GENERIC_MD,v 1.3 1999/08/28 16:50:36 tsubai Exp $
 #
 # GENERIC_MD config file
 #
@@ -8,7 +8,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MINIROOTSIZE=3072       # 1.5 Megabytes
+options        MINIROOTSIZE=4096       # 2 Megabytes
 
 # Standard system options
 options        BUFPAGES=800
diff -r 72b34851278b -r eb3c1f2d15d1 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Sat Aug 28 10:04:01 1999 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Sat Aug 28 16:49:49 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.14 1999/08/27 07:59:49 tsubai Exp $
+#      $NetBSD: INSTALL,v 1.15 1999/08/28 16:50:36 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -12,7 +12,7 @@
 # Enable the hooks used for initializing the ram-disk.
 options        MEMORY_DISK_HOOKS
 options        MEMORY_DISK_IS_ROOT     # Force root on ram-disk
-options        MINIROOTSIZE=3072       # 1.5 Megabytes
+options        MINIROOTSIZE=4096       # 2 Megabytes
 
 # Standard system options
 options        BUFPAGES=800



Home | Main Index | Thread Index | Old Index