The problem states, "Physical memory consists of 64 bytes divided into pages of 16 bytes. Likewise, the virtual address space is also 64 bytes."
It also states, " Each page table will be placed in its own page in the simulated memory [we are using an array of chars to act as our physical memory] array."
Lastly, there are only going to be a maximum of 4 processes running at once, therefor four page tables will be needed.
What I don't understand is that if the physical memory is only 64 bytes and each page table should take up 16 bytes, wouldn't there be no room left over to store any information about or from the processes?