--- dlls/ntdll/virtual.c Sat Mar 25 13:36:11 2006 +++ dlls/ntdll/virtual.c Sat Mar 25 13:49:41 2006 @@ -120,7 +120,7 @@ static RTL_CRITICAL_SECTION csVirtual = # define page_shift 12 # define page_size 0x1000 /* Note: these are Windows limits, you cannot change them. */ -# define ADDRESS_SPACE_LIMIT ((void *)0xc0000000) /* top of the total available address space */ +# define ADDRESS_SPACE_LIMIT ((void *)0x80000000) /* top of the total available address space */ # define USER_SPACE_LIMIT ((void *)0x7fff0000) /* top of the user address space */ #else static UINT page_shift;