6 Dec
2004
6 Dec
'04
6:01 p.m.
On Mon, 06 Dec 2004 17:33:41 +0100, Tobias Grosser wrote:
I tried to change SYSTEM_HEAP_BASE to 0xC0000000 for testing, but this shows an equal output.
You can't change this value, it's a Windows constant. You need to investigate why this address isn't available, the -preloader program should have protected it, and also look in libs/wine/mmap.c for the code which blocks off the upper two gigs. thanks -mike