Friday, December 22nd 2017
NVIDIA to End Support for 32-bit Operating Systems After R390 Drivers
NVIDIA announced that it is ending driver support for 32-bit operating systems after its R390-series drivers. Following its GeForce 390.xx release, NVIDIA will not support 32-bit versions of Windows 10, Windows 7, Windows 8/8.1, Linux, or FreeBSD for any of its GPU architectures. NVIDIA will, however, offer support for critical driver security fixes for 32-bit operating systems until January 2019. This means the company will release hotfixes addressing specific critical security vulnerabilities in the drivers, as and when they're found, but such hotfixes won't include new features or optimizations that are part of the main driver trunk for 64-bit operating systems.
Source:
NVIDIA
60 Comments on NVIDIA to End Support for 32-bit Operating Systems After R390 Drivers
PAE still has a 4GB per process limit in its best use case.
Edit; Here is more info on subject. msdn.microsoft.com/en-us/library/windows/desktop/aa366796(v=vs.85).aspx
Even the old 16-bit Intel 8086 could address 1 MB through a 20-bit memory controller. This did of course involve setting an upper and lower memory address, but it was able to use more than the 64 kB you would expect.
The Intel 80286 extended the memory controller to 24-bit, allowing up to 16 MB of address space. It also introduced "protected mode", with virtual address spaces for processes, allowing proper multitasking.
In the mid 90s Intel launched PAE to support over 4 GB address space on 32-bit CPUs.
Other famous examples includes the MOS Technology 6502, a 8-bit CPU used in computers/consoles such as Commodore64(64kB RAM), Atari 2600 and the NES(2kB RAM).
So whenever people are referring to "xx-bit CPUs" or "xx-bit consoles", they are talking about register width of the CPU. This becomes quite confusing when talking about 8-bit graphics, which is completely unrelated. We've had basic 128-bit support since Pentium III, and the most recent Skylake-X have 512-bit support through AVX. A CPU with full 128-bit support throughout the instruction set will happen if there is a need for it, but don't expect it anytime soon.
You can see this on Microsoft's Memory LImits page: msdn.microsoft.com/en-us/library/windows/desktop/aa366778(v=vs.85).aspx#physical_memory_limits_windows_10
PAE alone will not bypass the memory limit's Microsoft has put in place.
Git yo asses into the 21st century plzkthx.
I believe when Commodore came out with the C128 which had 128 KB of RAM that it did the same thing.
www.microsoft.com/en-us/download/details.aspx?id=8002
That's not to say you can't run programs and the total amount of memory used is larger than 4GB. You can have 100 programs running, and they can say they are using 8GB of RAM, but only 4GB of that will be system memory. That is the beauty of paging.