Memory and mmio
Opened this issue · 2 comments
nicklaswj commented
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
nicklaswj commented
I'll try to be on IRC though...
nicklaswj commented
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