Recent content by davidmaxwaterman

  1. D

    Only 3gb Usable out of 4gb Memory in Windows 7

    32-bit Linux can use more than 2GB of memory. It has this PAE - Physical Address Extension - that allows use of more than 4GB. The restriction is that each process can only use 2GB, so it is quite a valuable thing if you use many smaller application rather than one large one. Wikipedia's PAE...