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