Closed mariapana closed 3 weeks ago
This PR adds the checker for the third laboratory of the Operating Systems course.
solutions/
generate_skels.py
memory-access
memory-corruption
memory-protection
copy
reading
Memory Mapping
mmap
read
write
open
Prerequisite Checklist
This PR adds the checker for the third laboratory of the Operating Systems course.
Description of changes
solutions/
directory usinggenerate_skels.py
memory-access
,memory-corruption
,memory-protection
andcopy
tasksreading
section forMemory Mapping
to explainmmap
,read
,write
,open
syscalls and tie together with the correspondingcopy
task