Change comments to refer to increased default number of fragments

(approved by christos)
This commit is contained in:
dsl 2003-02-02 21:05:15 +00:00
parent 5700f75418
commit bf6f586096
2 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.41 2003/02/01 14:48:17 dsl Exp $
# $NetBSD: Makefile,v 1.42 2003/02/02 21:05:53 dsl Exp $
S= ${.CURDIR}/../../../../
@ -51,8 +51,8 @@ CPPFLAGS+= -DPASS_MEMMAP
#uncomment if there are problems with memory detection
#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
#increase MAXFLENTRIES if "installboot" complains about
# "not enough fragment space in bootcode" (default: 10)
#CPPFLAGS+= -DMAXFLENTRIES=15
# "not enough fragment space in bootcode" (default: 20)
#CPPFLAGS+= -DMAXFLENTRIES=30
#set PRIM_LOADSZ to <=9 to make a 720k boot floppy (default: 15)
#CPPFLAGS+= -DPRIM_LOADSZ=9

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 2002/02/17 20:03:08 thorpej Exp $
# $NetBSD: Makefile,v 1.10 2003/02/02 21:05:15 dsl Exp $
S= ${.CURDIR}/../../../../
@ -26,8 +26,8 @@ CPPFLAGS+= -DPASS_MEMMAP
#uncomment if there are problems with memory detection
#CPPFLAGS+= -DCONSERVATIVE_MEMDETECT
#increase MAXFLENTRIES if "installboot" complains about
# "not enough fragment space in bootcode" (default: 10)
#CPPFLAGS+= -DMAXFLENTRIES=15
# "not enough fragment space in bootcode" (default: 20)
#CPPFLAGS+= -DMAXFLENTRIES=30
#set PRIM_LOADSZ to <=9 to make a 720k boot floppy (default: 15)
#CPPFLAGS+= -DPRIM_LOADSZ=9