Per consensus on tech-install, take "bootN.fs" and "boot-comN.fs" to three
floppies. (The build is broken again without this.) "boot-big1.fs", from the same ramdisk as "bootN.fs", still just fits in 2880KB by virtue of the fact that the 9KB of padding is only added once per floppy image.
This commit is contained in:
parent
b943fcf792
commit
f88f7e1e1b
@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.5 2003/07/26 08:26:07 dsl Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2006/05/14 02:21:59 fredb Exp $
|
||||
|
||||
FLOPPYBASE= boot-com
|
||||
FLOPPYMAX= 2
|
||||
FLOPPYMAX= 3
|
||||
FLOPPYKERNEL= netbsd-INSTALL.gz
|
||||
FLOPPYBOOTOPTIONS= -o console=com0
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# $NetBSD: Makefile,v 1.10 2002/11/18 12:39:44 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2006/05/14 02:21:59 fredb Exp $
|
||||
|
||||
FLOPPYBASE= boot
|
||||
FLOPPYMAX= 2
|
||||
FLOPPYMAX= 3
|
||||
FLOPPYKERNEL= netbsd-INSTALL.gz
|
||||
|
||||
.include "${.CURDIR}/../common/Makefile.bootfloppy"
|
||||
|
Loading…
Reference in New Issue
Block a user