martinlindhe/dustbox-rs

Memory and mmio

Opened this issue · 2 comments

Catch read/writes (in the mmu.rs?) before the memory is accessed, such that we can redirect the memory access. This would help implementing:

  • Proper interrupt handling
  • Memory break points
  • Maybe video

I have a few untested ideas, however I don't have time for the next week or so

I'll try to be on IRC though...

I think I have something, not deployment ready but a proof of concept. I'll push my branch when I have unfucked my latest changes