From 2c13f4c39995d1455e1bf82c2716d817b138ab4a Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 7 Sep 2023 09:53:37 +0200 Subject: [PATCH] slides/sysdev-linux-intro-features: remove out of flow diagram Remove that diagram that doesn't come in the right place and always takes a bit of time to explain properly. Signed-off-by: Michael Opdenacker --- .../inside-linux-kernel.dia | 752 ------------------ .../sysdev-linux-intro-features.tex | 6 - 2 files changed, 758 deletions(-) delete mode 100644 slides/sysdev-linux-intro-features/inside-linux-kernel.dia diff --git a/slides/sysdev-linux-intro-features/inside-linux-kernel.dia b/slides/sysdev-linux-intro-features/inside-linux-kernel.dia deleted file mode 100644 index 001cb17fe0..0000000000 --- a/slides/sysdev-linux-intro-features/inside-linux-kernel.dia +++ /dev/null @@ -1,752 +0,0 @@ - - - - - - - - - - - - - #Letter# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Filesystem layer -and drivers# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Scheduler -Task management# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Memory -management# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Device drivers -+ -driver frameworks# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Network stack# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Low level -architecture specific -code# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Device Trees -(HW description), -on some architectures# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Implemented mainly in C, -a little bit of assembly.# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Written in a Device Tree -specific language.# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #Linux Kernel# - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex b/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex index ae9f560c34..723807d8ad 100644 --- a/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex +++ b/slides/sysdev-linux-intro-features/sysdev-linux-intro-features.tex @@ -99,9 +99,3 @@ \end{itemize} \end{itemize} \end{frame} - -\begin{frame}{Inside the Linux kernel} - \begin{center} - \includegraphics[width=\textwidth]{slides/sysdev-linux-intro-features/inside-linux-kernel.pdf} - \end{center} -\end{frame}