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)
This commit is contained in:
lukem 2002-10-16 01:03:07 +00:00
parent f535541326
commit 859e7d7867
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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