open-education-hub / operating-systems

Teaching resources (OER) for Operating Systems
https://open-education-hub.github.io/operating-systems/
Other
63 stars 144 forks source link

compute: Update command to show expected output #345

Closed MekalBoy closed 9 months ago

MekalBoy commented 9 months ago

Calling strace -e clone ./sum_array_threads 2 would not show the clone3 syscall. Replacing clone with clone,clone3 in both commands allows the syscalls to display as expected.

A small typo has also been fixed.

MekalBoy commented 9 months ago

Pull request for cs-pub-ro/operating-systems has been made here: https://github.com/cs-pub-ro/operating-systems/pull/36