Operating System
Programming and Technical
Q. What is Memory-Management Unit (MMU)?
A. Hardware device that maps virtual to physical address. In MMU scheme, the value in the relocation register is added to every address generated by a user process at the time it is sent to memory. ->The user program deals with logical addresses; it never sees the real physical addresses
Read Solution (Total 0)
Operating System Other Question