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:
parent
0ce4d3e942
commit
2da44dba44
7 changed files with 312 additions and 13 deletions
|
@ -1,6 +1,7 @@
|
|||
set(SOURCES
|
||||
Emulator.cpp
|
||||
MmapRegion.cpp
|
||||
SharedBufferRegion.cpp
|
||||
SimpleRegion.cpp
|
||||
SoftCPU.cpp
|
||||
SoftMMU.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue