Skip to content
Snippets Groups Projects
Commit 3016fb9b authored by Mactavish's avatar Mactavish
Browse files

update slides

parent bb174cdd
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ Discuss (research if necessary) the following topics with your group members: ...@@ -10,7 +10,7 @@ Discuss (research if necessary) the following topics with your group members:
- What are the differences between programs and processes? - What are the differences between programs and processes?
- What information does a process possess? - What information does a process possess?
- How does a process communicate with another posses? - How does a process communicate with another process?
- How to create processes? What are the differences between different approaches? - How to create processes? What are the differences between different approaches?
<br/> <br/>
...@@ -20,6 +20,6 @@ Discuss (research if necessary) the following topics with your group members: ...@@ -20,6 +20,6 @@ Discuss (research if necessary) the following topics with your group members:
Implement your own [system() function](https://devdocs.io/c/program/system) using child process, so that you can have a naive version of shell. Implement your own [system() function](https://devdocs.io/c/program/system) using child process, so that you can have a naive version of shell.
You can find the source file in `exercises/process` You can find the source file in [exercises/process](https://git.imp.fu-berlin.de/mactavish96/alp4-tutorials/-/tree/tutorial-2/exercises/process)
</v-click> </v-click>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment