[bootlin/training-materials updates] master: Move the reference to 'Kernel in a Nutshell' to the end of the slide deck (5cf5a0af)

Miquel Raynal miquel.raynal at bootlin.com
Wed Nov 10 11:09:13 CET 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/5cf5a0af99c8157659bf15c62d1d0a6893d315b8

>---------------------------------------------------------------

commit 5cf5a0af99c8157659bf15c62d1d0a6893d315b8
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Nov 10 10:35:06 2021 +0100

    Move the reference to 'Kernel in a Nutshell' to the end of the slide deck
    
    This book is very old now, we can still give it as a reference with the
    other books at the end of the slide deck but it makes no sense to keep
    it here, in the middle of the slides.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

5cf5a0af99c8157659bf15c62d1d0a6893d315b8
 .../kernel-resources-references.tex                |  21 +++++++++++++++++++++
 .../linux-kernel-in-a-nutshell.jpg                 | Bin 0 -> 15145 bytes
 .../linux-kernel-in-a-nutshell.jpg                 | Bin 15145 -> 0 bytes
 .../sysdev-linux-intro-modules.tex                 |  21 ---------------------
 4 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/slides/kernel-resources-references/kernel-resources-references.tex b/slides/kernel-resources-references/kernel-resources-references.tex
index 2cb6537c..80f089bc 100644
--- a/slides/kernel-resources-references/kernel-resources-references.tex
+++ b/slides/kernel-resources-references/kernel-resources-references.tex
@@ -65,6 +65,27 @@
   \end{columns}
 \end{frame}
 
+\begin{frame}
+  \frametitle{Useful Reading (3)}
+  \begin{columns}
+    \column{0.7\textwidth}
+    Linux Kernel in a Nutshell, Dec. 2006
+    \begin{itemize}
+    \item By Greg Kroah-Hartman, O'Reilly\\
+      \url{http://www.kroah.com/lkn/}
+    \item A good reference book and guide on configuring, compiling
+      and managing the Linux kernel sources.
+    \item Freely available on-line!\\
+      Great companion to the printed book for easy electronic searches!\\
+      Available as single PDF file on
+      \url{https://bootlin.com/community/kernel/lkn/}
+    \item Getting old but still containing useful content.
+    \end{itemize}
+    \column{0.3\textwidth}
+    \includegraphics[width=\textwidth]{slides/kernel-resources-references/linux-kernel-in-a-nutshell.jpg}
+  \end{columns}
+\end{frame}
+
 \begin{frame}
   \frametitle{Useful Online Resources}
   \begin{itemize}
diff --git a/slides/kernel-resources-references/linux-kernel-in-a-nutshell.jpg b/slides/kernel-resources-references/linux-kernel-in-a-nutshell.jpg
new file mode 100644
index 00000000..82c0559d
Binary files /dev/null and b/slides/kernel-resources-references/linux-kernel-in-a-nutshell.jpg differ
diff --git a/slides/sysdev-linux-intro-modules/linux-kernel-in-a-nutshell.jpg b/slides/sysdev-linux-intro-modules/linux-kernel-in-a-nutshell.jpg
deleted file mode 100644
index 82c0559d..00000000
Binary files a/slides/sysdev-linux-intro-modules/linux-kernel-in-a-nutshell.jpg and /dev/null differ
diff --git a/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex b/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
index 2291c76f..22f767d3 100644
--- a/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
+++ b/slides/sysdev-linux-intro-modules/sysdev-linux-intro-modules.tex
@@ -151,24 +151,3 @@ $ dmesg
 	\code{echo 0 > /sys/module/usb_storage/parameters/delay_use}
   \end{itemize}
 \end{frame}
-
-\begin{frame}
-  \frametitle{Useful reading}
-  \begin{columns}
-    \column{0.7\textwidth}
-    Linux Kernel in a Nutshell, Dec. 2006
-    \begin{itemize}
-    \item By Greg Kroah-Hartman, O'Reilly\\
-      \url{http://www.kroah.com/lkn/}
-    \item A good reference book and guide on configuring, compiling
-      and managing the Linux kernel sources.
-    \item Freely available on-line!\\
-      Great companion to the printed book for easy electronic searches!\\
-      Available as single PDF file on
-      \url{https://bootlin.com/community/kernel/lkn/}
-    \item Getting old but still containing useful content.
-    \end{itemize}
-    \column{0.3\textwidth}
-    \includegraphics[width=\textwidth]{slides/sysdev-linux-intro-modules/linux-kernel-in-a-nutshell.jpg}
-  \end{columns}
-\end{frame}




More information about the training-materials-updates mailing list