1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-19 22:02:09 +00:00
Commit graph

1 commit

Author SHA1 Message Date
Andreas Kling
d5c46cf528 UserspaceEmulator: Start sketching out a SoftMMU class :^)
This Emulator sub-object will keep track of all active memory regions
and handle memory read/write operations from the CPU.

A memory region is currently represented by a virtual Region object
that can implement arbitrary behavior by overriding read/write ops.
2020-07-09 16:18:47 +02:00