[project @ 2002-10-27 21:46:27 by wolfgang]
For Mac OS X, use the underlying Mach Microkernel calls instead of mmap. Darwin's mmap doesn't honor the passed-in address without MAP_FIXED, and MAP_FIXED replaces all existing mappings, so it can't be used.
Please register or sign in to comment