Altera_Forum
Honored Contributor
21 years agoabout the memory management in NiosII
I have a problem about memory management problem for the processor without MMU. It is easy to know the mechanism when binary code running on the processor directly without OS. All the addresses are physical addresses. But after installing OS on NIOS II processor system, the addresses become non-physical. How OS manages the address? a address offset will be used? If yes, where the offset is stored?
thanks!