[bootlin/training-materials updates] master: sysdev/kernel: building: Image is the base file so put it first in the list (7a71549b)

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/7a71549b9ba8f1fd37e55c655bf84fb775785009

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

commit 7a71549b9ba8f1fd37e55c655bf84fb775785009
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Nov 10 10:56:50 2021 +0100

    sysdev/kernel: building: Image is the base file so put it first in the list
    
    Also harmonize the wording to clarify the slide.
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

7a71549b9ba8f1fd37e55c655bf84fb775785009
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index ce04b78b..e4c9e151 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -392,14 +392,14 @@ CONFIG_NTFS_RW=y
 \begin{frame}
   \frametitle{Kernel compilation results}
   \begin{itemize}
-    \item \code{arch/<arch>/boot/*Image}, the final compressed kernel
-      image that can be booted
+    \item \code{arch/<arch>/boot/Image}, uncompressed kernel image that
+      can be booted
+    \item \code{arch/<arch>/boot/*Image*}, compressed kernel images that
+      can also be booted
       \begin{itemize}
       \item \code{bzImage} for x86, \code{zImage} for ARM,
       \code{Image.gz} for RISC-V, \code{vmlinux.bin.gz} for ARC, etc.
       \end{itemize}
-    \item \code{arch/<arch>/boot/Image}, uncompressed kernel
-      image that can be booted too
     \item \code{arch/<arch>/boot/dts/*.dtb}, compiled Device Tree Blobs
     \item All kernel modules, spread over the kernel source tree, as
       \code{.ko} ({\em Kernel Object}) files.




More information about the training-materials-updates mailing list