Patch hosted memory allocation. some systems will not allow AROS to allocate > 1024MB...
commitecf42f1820233cf773f082d1f5983395e60f8091
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 20 Jan 2015 22:55:34 +0000 (20 22:55 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Tue, 20 Jan 2015 22:55:34 +0000 (20 22:55 +0000)
tree9dce7bebde8cbd0e3705a368eeee143ea6abd1c9
parent294a7124af74d206e67e1da71c1f010691a5f279
Patch hosted memory allocation. some systems will not allow AROS to allocate > 1024MB using mmap and MEM_32BIT, so change the behaviour and split the allocation into two regions.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49919 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
arch/all-hosted/bootstrap/bootstrap.c
arch/all-hosted/bootstrap/memory.c
arch/all-hosted/bootstrap/memory.h
arch/all-unix/bootstrap/memory.c
arch/all-unix/kernel/kernel_startup.c