pharo-vm icon indicating copy to clipboard operation
pharo-vm copied to clipboard

compatible with FreeBSD mmap()

Open Dieken opened this issue 1 year ago • 0 comments

FreeBSD mmap() requires MAP_FIXED to map to desired address.

This applies to branch pharo-12 too.

Pharo uses fixed memory addresses at https://github.com/pharo-project/pharo-vm/blob/v12.0.0/smalltalksrc/VMMaker/VMMemoryMapConfigurationFor64Bits.class.st.

Dieken avatar Oct 27 '24 13:10 Dieken