http://bugs.winehq.org/show_bug.cgi?id=6815
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WONTFIX
------- Additional Comments From vitaliy@kievinfo.com 2006-01-12 12:09 ------- That is intended behavior. Wine has "preloader" that allocates all the memory Wine might need for itself. This is in a way to guarantee that all OS libraries will be loaded into 3rd GB. Because all Windows programs are not movable Wine needs to have first 2GB of address space to itself. Also there are few system structures that have to be allocated at exact address. Also some of Wine "dlls" needs to reside at the same place, that is close to Windows.