Yeah, after reading several posts and links provided in these newsgroups,
I realized there was no advantage (might even be disadvantageous) and
no problem, so I just removed the /PAE switch and moved on. HAD to
give it a go though.
Regards
"Colin Barnhorst" <colinbarharst@msn.com> wrote in message
news

869C4BD-A6FF-4E1E-B029-B256158D0B1D@microsoft.com...
| The /PAE switch does not function to override the hiding of the higher
| addresses that have been reserved by the BIOS and OS. It does not make more
| ram available to programs than already available to the user.
|
| In essence you are trying to solve a non-problem. This is all by design.
|
| The OS uses the high 1GB or so for system addresses. When these addresses
| are above the uppermost physical ram addresses installed on the system the
| memory manager offsets them into physical ram as needed. There is no need
| to block any address space. However, once you have 4GB of real ram, the
| memory manger is no longer offsetting these high addresses because system
| memory represents real ram addresses and performance improves by not having
| to translate addresses. Now that this address space is in real ram, this
| ram must be made inaccessible to user programs to prevent user programs from
| corrupting the system by writing there. Thus the system addresses are
| hidden from the user.
|
| I know I am not getting the description quite right, but I hope you get the
| idea. The bottom line is that just because the user cannot see all of the
| 4GB does not mean that all 4GB is not in use.
|
| "dirty old man" <abc@def.com> wrote in message
| news:OL8d%232%23PHHA.4172@TK2MSFTNGP03.phx.gbl...
| >I have tried the /PAE switch with Vista x86 and it did not work for me.
| > Winver still only shows ~ 3.3 GB RAM.
| >
|