Use special allocator to allocate the heap when running under Linux.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Dec 1996 04:53:17 +0000 (04:53 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Dec 1996 04:53:17 +0000 (04:53 +0000)
commitb694e6570a11abc61916fc1df0efe1b6d63e489a
tree5669ee37a4757248b2a447c7ab0dc3b14e5c2d15
parente41cb217a3acdc06fb159178f1c38d53c9d51a35
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