From 2ff86e7fa7049994b747d489b5b2c6780aedbc12 Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sat, 28 Aug 2021 18:19:57 +0200 Subject: [PATCH 1/4] sessions/schedule: Add link you YouTube playlist Signed-off-by: Alexander Jung --- content/en/docs/sessions/schedule.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/sessions/schedule.md b/content/en/docs/sessions/schedule.md index d0f8e86..2dc5cf5 100644 --- a/content/en/docs/sessions/schedule.md +++ b/content/en/docs/sessions/schedule.md @@ -8,6 +8,8 @@ Unikraft Summer of Code 2021 (USoC'21) consists of 10 sessions in 10 days and a Each session is 4 hours long and consists of practical demos and then exercises for participants. The hackathon is an 8 hours event where you'll have different tasks to enable, test, fix, evaluate and improve applications and libraries with Unikraft. +All sessions are recorded and are available on [YouTube](https://www.youtube.com/playlist?list=PL0ZXUYDfkQ61pQ0Vkt4H5mjDoP267kSjA). + The complete schedule for USoC'21 is (all times in CEST - Central European Summer Time): | Date | Interval | Activity | TA(s) | From 95ee07f7d8c7a4392b7ebe11bdd7823f53a55a9f Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sat, 28 Aug 2021 18:24:45 +0200 Subject: [PATCH 2/4] 01-baby-steps: Add YouTube video Signed-off-by: Alexander Jung --- content/en/docs/sessions/01-baby-steps/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/sessions/01-baby-steps/index.md b/content/en/docs/sessions/01-baby-steps/index.md index efe84b0..d6a876d 100644 --- a/content/en/docs/sessions/01-baby-steps/index.md +++ b/content/en/docs/sessions/01-baby-steps/index.md @@ -3,6 +3,8 @@ title: "Session 01: Baby Steps" linkTitle: "01. Baby Steps" --- + + In this session we are going to understand the basic layout of the Unikraft working directory, its environment variables, as well as what the most common Unikraft specific files mean. We are also going to take a look at how we can build basic applications and how we can extend their functionality and support by adding ported external libraries. From a7aff1caa9a9cfb81d357d067d96a70ef058c41b Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sat, 28 Aug 2021 18:25:38 +0200 Subject: [PATCH 3/4] 02-behind-scenes: Add YouTube video Signed-off-by: Alexander Jung --- content/en/docs/sessions/02-behind-scenes/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/sessions/02-behind-scenes/index.md b/content/en/docs/sessions/02-behind-scenes/index.md index e915757..687042b 100644 --- a/content/en/docs/sessions/02-behind-scenes/index.md +++ b/content/en/docs/sessions/02-behind-scenes/index.md @@ -3,6 +3,8 @@ title: "Session 02: Behind the Scenes" linkTitle: "02. Behind the Scenes" --- + + ## Reminders ### Kraft From ce7f000adacea83ca424db2f8148dfd9914a085a Mon Sep 17 00:00:00 2001 From: Alexander Jung Date: Sat, 28 Aug 2021 18:26:16 +0200 Subject: [PATCH 4/4] 03-benchmarking-and-debugging: Add YouTube video Signed-off-by: Alexander Jung --- content/en/docs/sessions/03-benchmarking-and-debugging/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/en/docs/sessions/03-benchmarking-and-debugging/index.md b/content/en/docs/sessions/03-benchmarking-and-debugging/index.md index fdc3e61..5a7fc7c 100644 --- a/content/en/docs/sessions/03-benchmarking-and-debugging/index.md +++ b/content/en/docs/sessions/03-benchmarking-and-debugging/index.md @@ -3,6 +3,8 @@ title: "Session 03: Benchmarking and Debugging" linkTitle: "03. Benchmarking and Debugging" --- + + Because unikernels aim to be a more efficient method of virtualization, this can sometimes cause problems. This session aims to familiarize you to solve any problem encountered during the development using **GDB** and **Tracepoints**.