From: CVS <do...@th...> - 2001-07-07 09:07:44
|
Update of /cvs/BasiliskII/src/Unix Modified Files: vm_alloc.cpp main_unix.cpp Log Message: - Try to map memory contiguously with base addresses returned in increasing order. No host memory region used for Mac emulation (ScratchMem, RAM, ROM, frame buffer) shall be allocated below the RAM space. Actually, MEMBaseDiff should be set to the min(above-mentioned address spaces). ==> Temporary fix for 64-bit addressing systems (e.g. Linux/ia64) |