Source-Changes-HG archive

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

[src/netbsd-1-5]: src/distrib/i386/floppies/kernel-ramdisk Pullup 1.2 [fvdl]:



details:   https://anonhg.NetBSD.org/src/rev/00a6330942ef
branches:  netbsd-1-5
changeset: 489968:00a6330942ef
user:      tv <tv%NetBSD.org@localhost>
date:      Fri Oct 20 21:58:40 2000 +0000

description:
Pullup 1.2 [fvdl]:
Add a little gdb script to switch off FFS clustering. This avoids
buffer cache lockups in INSTALL_TINY (it has very little buffers
to spare). This is the least intrusive way of fixing that.

diffstat:

 distrib/i386/floppies/kernel-ramdisk/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 56c558e342a0 -r 00a6330942ef distrib/i386/floppies/kernel-ramdisk/Makefile
--- a/distrib/i386/floppies/kernel-ramdisk/Makefile     Fri Oct 20 21:48:05 2000 +0000
+++ b/distrib/i386/floppies/kernel-ramdisk/Makefile     Fri Oct 20 21:58:40 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.1.2.2 2000/10/09 13:43:29 fvdl Exp $
+#      $NetBSD: Makefile,v 1.1.2.3 2000/10/20 21:58:40 tv Exp $
 
 TOP=           ${.CURDIR}/..
 
@@ -39,6 +39,7 @@
 
 netbsd.INSTALL_TINY.gz: .NOTMAIN ${KERNOBJDIR}/INSTALL_TINY/netbsd ${RAMDISK_T}
        cp ${KERNOBJDIR}/INSTALL_TINY/netbsd netbsd.tmp
+       gdb --write -batch -x ${.CURDIR}/nocluster.gdb netbsd.tmp
        ${DESTDIR}/usr/sbin/mdsetimage -v netbsd.tmp ${RAMDISK_T}
        nm netbsd.tmp > netbsd.INSTALL_TINY.symbols
        ${STRIP} netbsd.tmp



Home | Main Index | Thread Index | Old Index