Skip to content
Advertisement

Tag: virtual-address-space

Manual Virtual Address Translation

I’ve looked at a few different articles related to this already but none of them explain the solution in a way that I can understand and replicate. I need to know how to translate a physical address to a virtual address in memory based on the following: A simple virtual memory system has 32KB physical memory with 16-bit virtual address,

Advertisement