Don't hardcode limits for the floppy number on amd64. Just let it use as

many floppies as necessary.
This commit is contained in:
joerg 2007-12-17 13:47:29 +00:00
parent edbb745595
commit cc25cbe9b0
4 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 2006/04/24 19:00:30 snj Exp $
# $NetBSD: Makefile,v 1.3 2007/12/17 13:47:29 joerg Exp $
# This Makefile builds a boot image on a 2.88M-sized image.
#
@ -15,7 +15,6 @@
# be used to burn a CD.
FLOPPYBASE= boot-big
FLOPPYSIZE= 5760
FLOPPYPAD= 1
FLOPPYKERNEL= netbsd-INSTALL.gz

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2007/03/06 21:52:45 bouyer Exp $
# $NetBSD: Makefile,v 1.6 2007/12/17 13:47:30 joerg Exp $
FLOPPYBASE= boot-com
FLOPPYMAX= 3
FLOPPYKERNEL= netbsd-INSTALL.gz
FLOPPYBOOTOPTIONS= -o console=com0

View File

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2007/03/06 21:52:45 bouyer Exp $
# $NetBSD: Makefile,v 1.5 2007/12/17 13:47:29 joerg Exp $
FLOPPYBASE= boot
FLOPPYMAX= 3
FLOPPYKERNEL= netbsd-INSTALL.gz
.include "${.CURDIR}/../common/Makefile.bootfloppy"

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile.bootfloppy,v 1.7 2006/06/02 22:11:52 hubertf Exp $
# $NetBSD: Makefile.bootfloppy,v 1.8 2007/12/17 13:47:30 joerg Exp $
#
# Makefile snippet to create a set of USTAR floppies
#
@ -18,7 +18,6 @@
.include <bsd.own.mk>
.include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
FLOPPYMAX?= 1
FLOPPYSIZE?= 2880
.if defined(FLOPPYSIZE) && (${FLOPPYSIZE} != 2880)
FLOPPYMETAFILE!= printf "USTAR.volsize.%o" ${FLOPPYSIZE}