mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:07:34 +00:00
UserspaceEmulator: Make mmap'ed memory track read/write protection
Here's the first time we get a taste of better information than the real hardware can give us: unlike x86 CPUs, we can actually support write-only memory, so now we do! While this isn't immediately useful, it's still pretty cool. :^)
This commit is contained in:
parent
27c1690504
commit
f6ad5edab0
5 changed files with 190 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
Emulator.cpp
|
||||
MmapRegion.cpp
|
||||
SimpleRegion.cpp
|
||||
SoftCPU.cpp
|
||||
SoftMMU.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue