Add a few eBPF links

This commit is contained in:
Marcelo Boeira
2021-05-18 08:39:42 +02:00
parent 2bcc926a0c
commit 42709db56d
3 changed files with 6 additions and 0 deletions

View File

@@ -344,6 +344,10 @@ For instance, take into account the snaptshot above. If you already know how to
* [Operating System Concepts](https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/1118063333/ref=dp_ob_title_bk) 📕 💰 * [Operating System Concepts](https://www.amazon.com/Operating-System-Concepts-Abraham-Silberschatz/dp/1118063333/ref=dp_ob_title_bk) 📕 💰
* [Operating System Concepts: Essentials](https://www.amazon.com/Operating-Concepts-Essentials-Abraham-Silberschatz/dp/1118804929/ref=sr_1_1?s=books&ie=UTF8&qid=1415311059&sr=1-1&keywords=operating+system+concepts+essentials) 📕 💰 * [Operating System Concepts: Essentials](https://www.amazon.com/Operating-Concepts-Essentials-Abraham-Silberschatz/dp/1118804929/ref=sr_1_1?s=books&ie=UTF8&qid=1415311059&sr=1-1&keywords=operating+system+concepts+essentials) 📕 💰
* [Modern Operating Systems](https://www.amazon.com/Modern-Operating-Systems-4th-Edition/dp/013359162X/ref=dp_ob_title_bk) 📕 💰 * [Modern Operating Systems](https://www.amazon.com/Modern-Operating-Systems-4th-Edition/dp/013359162X/ref=dp_ob_title_bk) 📕 💰
* Unix
* [eBPF](https://ebpf.io)
* [A Beginner's Guide to eBPF Programming - Liz Rice](https://www.youtube.com/watch?v=lrSExTfS-iQ) 📼 🆓
* [Rethinking the Linux Kernel](https://www.youtube.com/watch?v=f-oTe-dmfyI)
* Computer Architecture * Computer Architecture
* [TUHS Lectures](https://minnie.tuhs.org/CompArch/Lectures/) 🆓 📰 🎓 * [TUHS Lectures](https://minnie.tuhs.org/CompArch/Lectures/) 🆓 📰 🎓
* [Introduction to Systems Architecture](https://minnie.tuhs.org/CompArch/Lectures/week01.html) * [Introduction to Systems Architecture](https://minnie.tuhs.org/CompArch/Lectures/week01.html)

View File

@@ -80,6 +80,8 @@ graph TD
OS --> CCY[Concurrency] OS --> CCY[Concurrency]
CCY --> Thread CCY --> Thread
Thread --> PThread Thread --> PThread
OS --> UNIX[Unix]
UNIX --> eBPF[eBPF]
OPS --> OPSOPS[Operational] OPS --> OPSOPS[Operational]
OPSOPS --> Ter[Terminal] OPSOPS --> Ter[Terminal]
Ter --> Bash Ter --> Bash

Binary file not shown.

Before

Width:  |  Height:  |  Size: 307 KiB

After

Width:  |  Height:  |  Size: 308 KiB