Page number and offset
问题 I am learning the different types of memory management. I don't understand the point of having an offset bits in a virtual address. And also why page sizes are made power of 2 ? My primary confusion is: give me an example of an offset being used in instruction to access a certain virtual address? My second confusion is: The usual statement is that if the size of logical address is 2^m and page size is 2^n , then the high-order m-n bits of a logical address designate the page number. 回答1: I