From 17ef45815adb0077cb927eaf0dba9dfbeb9827d1 Mon Sep 17 00:00:00 2001
From: Mactavish <maczhanchao@yahoo.com>
Date: Wed, 3 May 2023 13:39:06 +0200
Subject: [PATCH] update slides

---
 README.md                  | 7 ++++++-
 slides/pages/discussion.md | 4 ++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index af6e315..4ad102e 100644
--- a/README.md
+++ b/README.md
@@ -4,5 +4,10 @@ This branch contains all materials for the second tutorial session.
 
 ## Agenda
 
-TBD
+- Recap
+- Discussion about programs and processes
+- More on C Pointers
+- Makefile
+- C Programming exercises
+- Q&A
 
diff --git a/slides/pages/discussion.md b/slides/pages/discussion.md
index 63a28c8..8839776 100644
--- a/slides/pages/discussion.md
+++ b/slides/pages/discussion.md
@@ -18,8 +18,8 @@ Discuss (research if necessary) the following topics with your group members:
 
 ### Exercise
 
-Implement your own [system() function](https://devdocs.io/c/program/system) using child process.
+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 file in `exercises/process`
+You can find the source file in `exercises/process`
 
 </v-click>
-- 
GitLab