forked from open-education-hub/operating-systems
-
Notifications
You must be signed in to change notification settings - Fork 90
Open
Labels
area/codeUpdate or new source code support / solution filesUpdate or new source code support / solution filesarea/contentContent (Markdown) updateContent (Markdown) updatearea/tasksUpdate to tasksUpdate to taskskind/improveImprove / Update existing content / itemImprove / Update existing content / itemtopic/dataRelated to "Data" chapterRelated to "Data" chaptertopic/ioRelated to "Input/Output" chapterRelated to "Input/Output" chapter
Description
The task asks students to benchmark copying a file with mmap() and read() + write(). This requires using file descriptors as well as calling read() and write() in a loop, which is better suited for the I/O chapter where this approach is explained.
This exercise should be moved to the I/O chapter and replaced with a few exercises focused solely on mmap(): using various access rights and flags, mappings with and without file backings.
Metadata
Metadata
Assignees
Labels
area/codeUpdate or new source code support / solution filesUpdate or new source code support / solution filesarea/contentContent (Markdown) updateContent (Markdown) updatearea/tasksUpdate to tasksUpdate to taskskind/improveImprove / Update existing content / itemImprove / Update existing content / itemtopic/dataRelated to "Data" chapterRelated to "Data" chaptertopic/ioRelated to "Input/Output" chapterRelated to "Input/Output" chapter