I have 4GB RAM installed. PAE is off. How do I tell the Windows 7 32-bit kernel to allocate 3GB virtual paging area to user mode and only 1GB to kernel space?
|
feedback
|
|
Start a command prompt with Administrative privileges (write Do take care: If you have a badly coded driver this change can cause it to crash. | |||
|
feedback
|
|
On Windows, you can add the /3GB flag to your boot.ini file to turn on OS level support. However, this will only allow applications that also have the appropriate flag (IMAGE_FILE_LARGE_ADDRESS_AWARE) turned on in their process header (see here for more details). | |||
feedback
|