Memory map

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
karim
Posts: 8
Joined: Mon Jun 23, 2025 8:03 pm

Memory map

Post by karim »

The term System Memory Map means, for example, if the address bus is 32-bit, it means all the addresses the processor can handle are, for instance, 4 GB of addresses. Then the Memory Map comes in, which divides these addresses into ranges on the motherboard. So, the Memory Map is what allocates these addresses on the motherboard, and the motherboard manufacturers are the ones who do this. Is there anything wrong with what I’m saying because these terms are confusing me?
Octocontrabass
Member
Member
Posts: 5876
Joined: Mon Mar 25, 2013 7:01 pm

Re: Memory map

Post by Octocontrabass »

The memory map is just information. It tells you which component will respond to each address.

Do you know what an address decoder is?
Post Reply