Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/i386/floppies netbsd.INSTALL_SMALL and netbsd.RESCUE...
details: https://anonhg.NetBSD.org/src/rev/b8e7f0d80958
branches: trunk
changeset: 538249:b8e7f0d80958
user: lukem <lukem%NetBSD.org@localhost>
date: Wed Oct 16 01:03:07 2002 +0000
description:
netbsd.INSTALL_SMALL and netbsd.RESCUE_SMALL have grown past the size
of a single 1.2MB floppy; cranky FLOPPYMAX to use two floppies.
the kernel and the contents of the ramdiskbin have both grown...
(We should just merge the install & rescue functionality of the -small
floppies into one two x 1.2MB floppy set, since -small is for older
machines with 1.2MB floppy drives, versus those with extremely small
RAM constraints)
diffstat:
distrib/i386/floppies/bootfloppy-small/Makefile | 3 ++-
distrib/i386/floppies/rescue-small/Makefile | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diffs (24 lines):
diff -r 0514cb4656c2 -r b8e7f0d80958 distrib/i386/floppies/bootfloppy-small/Makefile
--- a/distrib/i386/floppies/bootfloppy-small/Makefile Wed Oct 16 00:59:24 2002 +0000
+++ b/distrib/i386/floppies/bootfloppy-small/Makefile Wed Oct 16 01:03:07 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2002/10/14 16:20:40 lukem Exp $
+# $NetBSD: Makefile,v 1.16 2002/10/16 01:03:07 lukem Exp $
FLOPPYBASE= boot-small
+FLOPPYMAX= 2
FLOPPYSIZE= 2400
FLOPPYKERNEL= netbsd.INSTALL_SMALL.gz
diff -r 0514cb4656c2 -r b8e7f0d80958 distrib/i386/floppies/rescue-small/Makefile
--- a/distrib/i386/floppies/rescue-small/Makefile Wed Oct 16 00:59:24 2002 +0000
+++ b/distrib/i386/floppies/rescue-small/Makefile Wed Oct 16 01:03:07 2002 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.10 2002/10/14 16:20:41 lukem Exp $
+# $NetBSD: Makefile,v 1.11 2002/10/16 01:03:08 lukem Exp $
FLOPPYBASE= rescue-small
+FLOPPYMAX= 2
FLOPPYKERNEL= netbsd.RESCUE_SMALL.gz
FLOPPYSIZE= 2400
Home |
Main Index |
Thread Index |
Old Index