Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src since all of the arm32 kernels provide 3400 blocks of ramdis...
details: https://anonhg.NetBSD.org/src/rev/7a51a31fde33
branches: trunk
changeset: 474026:7a51a31fde33
user: cgd <cgd%NetBSD.org@localhost>
date: Sat Jun 26 06:50:20 1999 +0000
description:
since all of the arm32 kernels provide 3400 blocks of ramdisk space, we
ought to use it (and not just 3200 blocks).
diffstat:
distrib/arm32/ramdisk/Makefile | 4 ++--
etc/etc.arm32/disktab | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 5e954702dabc -r 7a51a31fde33 distrib/arm32/ramdisk/Makefile
--- a/distrib/arm32/ramdisk/Makefile Sat Jun 26 06:26:13 1999 +0000
+++ b/distrib/arm32/ramdisk/Makefile Sat Jun 26 06:50:20 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 1999/05/28 06:05:00 mark Exp $
+# $NetBSD: Makefile,v 1.10 1999/06/26 06:50:20 cgd Exp $
TOP= ${.CURDIR}/..
@@ -24,7 +24,7 @@
MTREE= mtree.conf
DISKTYPE= install-ramdisk
-RDSIZE= 3200
+RDSIZE= 3400
install.sh: install.tmpl
sed "s/@@VERSION@@/${VER}/" < ${.ALLSRC} > ${.TARGET}
diff -r 5e954702dabc -r 7a51a31fde33 etc/etc.arm32/disktab
--- a/etc/etc.arm32/disktab Sat Jun 26 06:26:13 1999 +0000
+++ b/etc/etc.arm32/disktab Sat Jun 26 06:50:20 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: disktab,v 1.4 1998/10/05 00:15:30 mark Exp $
+# $NetBSD: disktab,v 1.5 1999/06/26 06:50:20 cgd Exp $
#
# Disk geometry and partition layout tables.
# Key:
@@ -92,6 +92,6 @@
install-ramdisk|Installation ramdisk:\
:ty=simulated:se#512:nt#2:ns#16:nc#100:\
- :ta=4.4BSD:pa#3200:oa#0:ba#4096:fa#512:\
+ :ta=4.4BSD:pa#3400:oa#0:ba#4096:fa#512:\
:pb#0:ob#0:\
- :pc#3200:oc#0:
+ :pc#3400:oc#0:
Home |
Main Index |
Thread Index |
Old Index