Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/arch/acorn32/stand/boot32 Pull up revision 1.9 (req...



details:   https://anonhg.NetBSD.org/src/rev/ba79f8a8fb4f
branches:  netbsd-2-0
changeset: 561179:ba79f8a8fb4f
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 21:22:31 2004 +0000

description:
Pull up revision 1.9 (requested by abs in ticket #404):
Adjust the reserved heap space based on memory size. This avoids running out
of heap on machines with large amounts of memory.  Tested on 33MB RISC OS 4
and 128MB RISC OS 5 machines.  Updated version to 3.40.

diffstat:

 sys/arch/acorn32/stand/boot32/version |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r de1397e2981b -r ba79f8a8fb4f sys/arch/acorn32/stand/boot32/version
--- a/sys/arch/acorn32/stand/boot32/version     Sat May 29 21:20:44 2004 +0000
+++ b/sys/arch/acorn32/stand/boot32/version     Sat May 29 21:22:31 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: version,v 1.7.4.1 2004/05/22 17:12:16 he Exp $
+$NetBSD: version,v 1.7.4.2 2004/05/29 21:22:31 tron Exp $
 
 0.90:  Experimental C version
 0.91:  General cleanup
@@ -17,10 +17,11 @@
 3.00:  acorn32 bootloader version 3 is alive
 3.01:  fixed serious non VRAM screen issues and made NC live again!
 3.02:  first small try for bootfile name fixing
-3.03:  no zeropage useage anymore
+3.03:  no zeropage usage anymore
 3.04:  fixed physical memory blocks searching; it was a sorting error
 3.05:  fixed printing of videomem useage
 3.06:  fixed non 1Mb-alignment problems for the top 1Mb in the memorymap
 3.10:  Serious loading problems fixed and cleanup code
 3.20:  Redone videomem mapping and top memory search; esp. for smaller machines
 3.30:  Use qsort to significantly speed memory sort
+3.40:  Adjust reserved heap space based on memory size



Home | Main Index | Thread Index | Old Index