I have 64 KB of pages, 4GB physical memory, and a 64-bit machine.
I learnt that 64-bit machines result in 256TB of virtual memory. If I had to calculate the # of virtual pages per process, would that simply be:
Total virtual memory/ Page size = 256TB/64KB = 4x10^9 pages? I have read documentation online but I am not fully wrapping it.