chapters/compute/copy-on-write: Create task to showcase COW between related processes. #140
Labels
area/code
Update or new source code support / solution files
area/content
Content (Markdown) update
area/tasks
Update to tasks
kind/new
New content / item
Create an exercise where a parent process makes three
mmap()
calls: one withMAP_PRIVATE
and two withMAP_SHARED
(one for an integer value, and another for a buffer). After callingfork()
:MAP_PRIVATE
and display them (this demonstrates Copy-on-Write).MAP_SHARED
page) and writes a message in the buffer (secondMAP_SHARED
page)The text was updated successfully, but these errors were encountered: