Use special allocator to allocate the heap when running under Linux.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Dec 1996 04:40:03 +0000 (04:40 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Dec 1996 04:40:03 +0000 (04:40 +0000)
commite41cb217a3acdc06fb159178f1c38d53c9d51a35
treeed198ac8a652df4162fe47e42de0d3a43170c69a
parent042557f48e0e3512e50563f4aebb5e97d5288a8f
Use special allocator to allocate the heap when running under Linux.
Linux ELF pushes the text and data segments up into high addresses,
leaving most of the low addresses empty.  To get access to them, we
must use mmap.
v7/src/microcode/config.h
v7/src/microcode/s/linux.h
v7/src/microcode/ux.c