diff --git a/README.md b/README.md index ef25843..8e9de8f 100644 --- a/README.md +++ b/README.md @@ -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: 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) 📕 💰 + * 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 * [TUHS Lectures](https://minnie.tuhs.org/CompArch/Lectures/) 🆓 📰 🎓 * [Introduction to Systems Architecture](https://minnie.tuhs.org/CompArch/Lectures/week01.html) diff --git a/resources/topic-graph.mmd b/resources/topic-graph.mmd index becce9f..d7998e1 100644 --- a/resources/topic-graph.mmd +++ b/resources/topic-graph.mmd @@ -80,6 +80,8 @@ graph TD OS --> CCY[Concurrency] CCY --> Thread Thread --> PThread + OS --> UNIX[Unix] + UNIX --> eBPF[eBPF] OPS --> OPSOPS[Operational] OPSOPS --> Ter[Terminal] Ter --> Bash diff --git a/resources/topic-graph.png b/resources/topic-graph.png index bec5a10..3a24356 100644 Binary files a/resources/topic-graph.png and b/resources/topic-graph.png differ