Added support for managing reserved memory areas in libwine and ntdll.
commit94d74b5fedf0b2005b3298b5d8786704039df704
authorAlexandre Julliard <julliard@winehq.org>
Tue, 25 May 2004 01:29:24 +0000 (25 01:29 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 25 May 2004 01:29:24 +0000 (25 01:29 +0000)
treeded644f720c8f969874be1fea77c5b9b769c7c8d
parent307edcca15d8abf48787dc7542c5cf4587da1fa3
Added support for managing reserved memory areas in libwine and ntdll.
Try to reserve everything above 0x80000000 on startup.
dlls/kernel/process.c
dlls/ntdll/virtual.c
include/wine/library.h
libs/wine/Makefile.in
libs/wine/loader.c
libs/wine/mmap.c [new file with mode: 0644]
libs/wine/port.c
libs/wine/wine.def
libs/wine/wine.map
loader/main.c