Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/acorn26/stand Increase HIMEM to allow enough space ...



details:   https://anonhg.NetBSD.org/src/rev/bb05212f989c
branches:  trunk
changeset: 532722:bb05212f989c
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Thu Jun 13 22:01:44 2002 +0000

description:
Increase HIMEM to allow enough space for zlib's tables and 16 MB's worth of
page tables, so we can boot gzip'ed kernels on 16 MB machines.

diffstat:

 sys/arch/acorn26/stand/Makefile.buildboot |  10 +++++++---
 sys/arch/acorn26/stand/boot26/version     |   3 ++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (46 lines):

diff -r e48c3f491460 -r bb05212f989c sys/arch/acorn26/stand/Makefile.buildboot
--- a/sys/arch/acorn26/stand/Makefile.buildboot Thu Jun 13 21:18:50 2002 +0000
+++ b/sys/arch/acorn26/stand/Makefile.buildboot Thu Jun 13 22:01:44 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.3 2002/05/05 10:01:26 bjh21 Exp $
+#      $NetBSD: Makefile.buildboot,v 1.4 2002/06/13 22:01:44 bjh21 Exp $
 
 S?=    ${.CURDIR}/../../../..
 
@@ -18,7 +18,7 @@
 vers.c: ${.CURDIR}/version
        sh ${S}/conf/newvers_stand.sh ${.CURDIR}/version ${MACHINE} ${NEWVERSWHAT}
 
-CPPFLAGS+=     -D_STANDALONE -DHIMEM=0x20000
+CPPFLAGS+=     -D_STANDALONE -DHIMEM=0x28000
 CPPFLAGS+=     -I. -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..
 CPPFLAGS+=     -I${.CURDIR}/../lib
 CFLAGS=                -O2
@@ -51,7 +51,11 @@
 ### find out what to use for libsa
 SA_AS=         library
 SAMISCMAKEFLAGS+= SA_INCLUDE_NET=no SA_USE_LOADFILE=yes SA_USE_CREAD=yes
-CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=riscos -DHEAP_VARIABLE
+CPPFLAGS+=     -DLIBSA_NO_RAW_ACCESS \
+               -DLIBSA_SINGLE_FILESYSTEM=riscos \
+               -DLIBSA_NO_FS_WRITE \
+               -DLIBSA_USE_MEMCPY -DLIBSA_USE_MEMSET \
+               -DHEAP_VARIABLE
 .include "${S}/lib/libsa/Makefile.inc"
 LIBSA=         ${SALIB}
 
diff -r e48c3f491460 -r bb05212f989c sys/arch/acorn26/stand/boot26/version
--- a/sys/arch/acorn26/stand/boot26/version     Thu Jun 13 21:18:50 2002 +0000
+++ b/sys/arch/acorn26/stand/boot26/version     Thu Jun 13 22:01:44 2002 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: version,v 1.2 2002/05/27 20:18:56 bjh21 Exp $
+       $NetBSD: version,v 1.3 2002/06/13 22:01:45 bjh21 Exp $
 
 0.90:  Experimental C version
 0.91:  General cleanup
@@ -7,3 +7,4 @@
 1.2:   *boot26 available after loading module.
 1.3:   loadfile() update to avoid backwards seeks for ELF Program Headers.
 1.4:   get_page() abstracted.
+1.5:   bump HIMEM to 0x28000 so .gz kernels work on 16 MB machines
\ No newline at end of file



Home | Main Index | Thread Index | Old Index