1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:07:35 +00:00

UserspaceEmulator: Add support for shared buffers (shbuf)

We track these separately from regular mmap() regions, as they have
slightly different behaviors.
This commit is contained in:
Andreas Kling 2020-07-15 17:32:46 +02:00
parent 0ce4d3e942
commit 2da44dba44
7 changed files with 312 additions and 13 deletions

View file

@ -1,6 +1,7 @@
set(SOURCES
Emulator.cpp
MmapRegion.cpp
SharedBufferRegion.cpp
SimpleRegion.cpp
SoftCPU.cpp
SoftMMU.cpp