Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/stand/gzboot Give gzboot a 1M heap, so that ...



details:   https://anonhg.NetBSD.org/src/rev/922f8802e0c1
branches:  trunk
changeset: 526122:922f8802e0c1
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 25 22:30:38 2002 +0000

description:
Give gzboot a 1M heap, so that loading gzip -9'd kernels works
reliably.

diffstat:

 sys/arch/evbarm/stand/gzboot/Makefile.gzboot |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r bdee99ac363a -r 922f8802e0c1 sys/arch/evbarm/stand/gzboot/Makefile.gzboot
--- a/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Thu Apr 25 22:11:51 2002 +0000
+++ b/sys/arch/evbarm/stand/gzboot/Makefile.gzboot      Thu Apr 25 22:30:38 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.gzboot,v 1.4 2002/02/24 20:29:44 thorpej Exp $
+#      $NetBSD: Makefile.gzboot,v 1.5 2002/04/25 22:30:38 thorpej Exp $
 
 NOMAN=  # defined
 
@@ -35,6 +35,9 @@
 
 CPPFLAGS+= -D_STANDALONE
 
+# Specify the heap size (used by board mem_init() routines)
+CPPFLAGS+= -DHEAP_SIZE=1048576         # 1M
+
 # libsa options
 CPPFLAGS+= -DHEAP_VARIABLE
 



Home | Main Index | Thread Index | Old Index