This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Armv8 Memory Mapping

I am looking to emulate an Apple II and would like to specify some address ranges as being memory mapped so that any access would result in perhaps an interrupt that I am then able to handle and in which I can determine the memory address being accessed and react accordingly. Is this possible, and if so, would someone point me in the right direction? 

Parents
  • Hi Peter,

    Thanks for the info! I find searching for this information in the manuals themselves so hard because I don't know the proper terminology so I don't really know what to look for. Would this be in the Armv8 manual or the manual for one of the specific chips, such as the A53? I'm looking to see how I can set this up and whether faulting at the page level is as granular as I can get.

Reply
  • Hi Peter,

    Thanks for the info! I find searching for this information in the manuals themselves so hard because I don't know the proper terminology so I don't really know what to look for. Would this be in the Armv8 manual or the manual for one of the specific chips, such as the A53? I'm looking to see how I can set this up and whether faulting at the page level is as granular as I can get.

Children