Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/stand/biosboot Pullup revision 1.32. Res...



details:   https://anonhg.NetBSD.org/src/rev/3c4ee55c6b85
branches:  netbsd-1-5
changeset: 489230:3c4ee55c6b85
user:      erh <erh%NetBSD.org@localhost>
date:      Wed Aug 23 23:06:48 2000 +0000

description:
Pullup revision 1.32.  Restores heap to correct size.

diffstat:

 sys/arch/i386/stand/biosboot/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 279021309c29 -r 3c4ee55c6b85 sys/arch/i386/stand/biosboot/Makefile
--- a/sys/arch/i386/stand/biosboot/Makefile     Wed Aug 23 19:49:21 2000 +0000
+++ b/sys/arch/i386/stand/biosboot/Makefile     Wed Aug 23 23:06:48 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.31 2000/06/02 18:26:10 thorpej Exp $
+#      $NetBSD: Makefile,v 1.31.2.1 2000/08/23 23:06:48 erh Exp $
 
 S=     ${.CURDIR}/../../../../
 
@@ -58,7 +58,7 @@
 #CFLAGS= -O2 -fomit-frame-pointer -fno-defer-pop
 CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes -Wno-main
 
-SAMISCCPPFLAGS+= -DHEAP_START=0x20000 -DHEAP_LIMIT=0x40000
+SAMISCCPPFLAGS+= -DHEAP_START=0x20000 -DHEAP_LIMIT=0x50000
 SAMISCMAKEFLAGS= SA_USE_CREAD=yes SA_INCLUDE_NET=no
 
 .if (${BASE} == "biosboot")



Home | Main Index | Thread Index | Old Index