Tijl Coosemans tijl@ulyssis.org writes:
On Tuesday 24 March 2009 12:36:05 Francois Gouget wrote:
Tijl Coosemans a écrit : [...]
Wine wants to allocate a few things in reserved areas, and because there were no reserved areas at all on FreeBSD it failed. That's bug 16023. My patch leaves enough reserved area for Wine to allocate these, but otherwise reservation isn't needed like it is on Linux.
I have tested your patch here and the Flash installer still works. So I guess that means your analysis is spot on and that it's ok to apply it. Probably Alexandre will know.
So, what do you think about this patch Alexandre?
It's not correct, we need to reserve high memory on FreeBSD too, we don't want dlls to end up there.