Reduce memory of the Forth machine to 16k.
commit74e2bbd76d23915203b242f25eebf8a44be7f4b6
authormcayland <mcayland@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 2 Jan 2011 00:05:51 +0000 (2 00:05 +0000)
committermcayland <mcayland@f158a5a8-5612-0410-a976-696ce0be7e32>
Sun, 2 Jan 2011 00:05:51 +0000 (2 00:05 +0000)
tree6e2073af938b4e936a1825d6d2a02a9eca0467ee
parent50f7d4dfd6a8f087f469d2c946fb236dba9827cb
Reduce memory of the Forth machine to 16k.

Since this memory is only being used by alloc-mem and free-mem then the majority of memory allocations will not actually be
taken from this pool but from the C malloc()/free() implementations instead.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@siriusit.co.uk>
Tested-by: Blue Swirl <blauwirbel@gmail.com>
Reviewed-by: Blue Swirl <blauwirbel@gmail.com>
git-svn-id: svn://openbios.org/openbios/trunk/openbios-devel@999 f158a5a8-5612-0410-a976-696ce0be7e32
arch/sparc32/ldscript
arch/sparc32/openbios.c