[PATCH] kernel32: force 4096 byte page alignment

Stefan Dösinger stefandoesinger at gmail.com
Fri Nov 13 02:24:02 CST 2020



> Am 12.11.2020 um 21:58 schrieb Gerald Pfeifer <gerald at pfeifer.com>:
> 
> FreeBSD prefers to use a 0x200000 (super) page alignment. This causes
> the image base to be displaced from the requested location. Forcing a
> smaller page size ensures the image can be placed there.

Is kernel32 built as a dll.so without mingw in this case? If it is a PE DLL as it should be then the problem should be fixed in the PE loader I think - it would also affect DLLs shipped by programs etc.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201113/44b76b0a/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: Message signed with OpenPGP
URL: <http://www.winehq.org/pipermail/wine-devel/attachments/20201113/44b76b0a/attachment.sig>


More information about the wine-devel mailing list