Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# System Call Wrappers

Enter the `syscall-wrapper/` directory from the extracted archive (or `chapters/software-stack/system-calls/syscall-wrapper/drills/tasks/support/` if you are working directly in the repository) and run `make`, then go through the practice items below.
Enter the `syscall-wrapper/` directory from the extracted archive (or `chapters/software-stack/system-calls/drills/tasks/syscall-wrapper/` if you are working directly in the repository).
Run `make` and then enter `support/` folder and go through the practice items below.

1. Update the files in the `support/` folder to make `read` system call available as a wrapper.
Make a call to the `read` system call to read data from standard input in a buffer.
Expand Down
Loading