Forum Discussion
Altera_Forum
Honored Contributor
9 years agoHi,
--- Quote Start --- Then would it be possible to have two memory modules in non-contiguous physical memory space? For example, can I have a small memory (256MB) for the kernel below 0x20000000 and have one 2GB memory at top physical memory space? I'm not sure if the nios2 linux can fully use both memory modules. --- Quote End --- Of course it is possible. With MMU, you can also make two non-contiguous memories look like a single contiguous memory. Kazu