[bootlin/training-materials updates] master: debugging: slides: add .ko file as kernel compilation products (a261948f)

Clément Léger clement.leger at bootlin.com
Fri Nov 25 11:13:56 CET 2022


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

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

commit a261948f49a95bf38eb8bdb006295b643b9e56c5
Author: Clément Léger <clement.leger at bootlin.com>
Date:   Fri Nov 25 11:12:52 2022 +0100

    debugging: slides: add .ko file as kernel compilation products
    
    Signed-off-by: Clément Léger <clement.leger at bootlin.com>


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

a261948f49a95bf38eb8bdb006295b643b9e56c5
 slides/debugging-kernel-debugging/debugging-kernel-debugging.tex | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
index 5b95f907..7a0ce2b3 100644
--- a/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
+++ b/slides/debugging-kernel-debugging/debugging-kernel-debugging.tex
@@ -22,7 +22,7 @@
 \input{../common/printk.tex}
 
 \begin{frame}
-  \frametitle{Linux Kernel Compilation Products}
+  \frametitle{Linux kernel compilation products}
   \begin{itemize}
     \item Compiling the kernel yields a number of files
     \item Amongst the various images and files that are generated, some of them
@@ -33,6 +33,7 @@
       \item \code{System.map}: Contain a list of addresses/symbols that are
             embedded in the kernel
       \item \code{vmlinux-gdb.py}: Scripts to ease kernel debugging with GDB
+      \item \code{*.ko}: Modules files located in the build tree subdirectories
     \end{itemize}
   \end{itemize}
 \end{frame}




More information about the training-materials-updates mailing list