I came across this line in "Operating System Concepts" by Galvin. It was mentioned as follow,
"Each page table entry is usually 4 bytes long, but that size can vary as well. A 32 bit entry can point to one of the 2^32 physical page frames. If a frame is 4KB then a system with 4 byte entries can address 2^36 bytes of physical memory."
I don't understand how is it 2^36. If anyone could explain.
PS: This is my first stackoverflow question. So I'm sorry if my question is not up to the standards.