Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.pmax Make "miniroot" 2MB and add a 3MB "install-ramd...



details:   https://anonhg.NetBSD.org/src/rev/479748e8af88
branches:  trunk
changeset: 480149:479748e8af88
user:      simonb <simonb%NetBSD.org@localhost>
date:      Wed Jan 05 13:05:15 2000 +0000

description:
Make "miniroot" 2MB and add a 3MB "install-ramdisk" entry.  Add comments
to both of these referring to which Makefile in src/distrib/pmax they are
used in.

diffstat:

 etc/etc.pmax/disktab |  22 ++++++++++++++++------
 1 files changed, 16 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r d0ae97820623 -r 479748e8af88 etc/etc.pmax/disktab
--- a/etc/etc.pmax/disktab      Wed Jan 05 12:15:00 2000 +0000
+++ b/etc/etc.pmax/disktab      Wed Jan 05 13:05:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: disktab,v 1.6 1998/11/17 02:41:31 jonathan Exp $
+#      $NetBSD: disktab,v 1.7 2000/01/05 13:05:15 simonb Exp $
 #
 #      from: @(#)disktab       8.1 (Berkeley) 6/9/93
 #
@@ -38,11 +38,21 @@
 * The `b' partition is approx 48 megs while `c' is always the entire disk. T
 # The  sum of `d', `e', and `f' is equal to `g' which is everything else.
 
-miniroot:install diskimage\
-       :dt=SCSI:ns#53:nt#15:nc#82:\
-       :se#512:su#131072:rm#3600:\
-       :pa#65536:oa#0:ba#8192:fa#1024:\
-       :pc#65536:oc#0:bc#8192:fc#1024:
+# the following entry is referenced in src/distrib/pmax/instkernel/Makefile
+miniroot:2MB Install Diskimage\
+       :ty=simulated:se#512:nt#2:ns#16:nc#128:\
+       :ta=4.4BSD:\
+       :pa#4096:oa#0:ba#4096:fa#512:\
+       :pb#0:ob#0:\
+       :pc#4096:oc#0:
+
+# the following entry is referenced in src/distrib/pmax/ramdisk/Makefile
+install-ramdisk:3MB Installation Ramdisk:\
+       :ty=simulated:se#512:nt#3:ns#16:nc#128:\
+       :ta=4.4BSD:\
+       :pa#6144:oa#0:ba#4096:fa#512:\
+       :pb#0:ob#0:\
+       :pc#6144:oc#0:
 
 rz22|RZ22|DEC RZ22 Winchester:\
        :dt=SCSI:ty=winchester:ns#33:nt#4:nc#776:\



Home | Main Index | Thread Index | Old Index