Files
ladybird/DevTools
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
..
2020-06-13 12:43:22 +02:00
2020-07-04 19:44:27 +02:00