[bootlin/training-materials updates] master: Kernel compiling: mention "Image", the uncompressed image (2fe4e600)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Jul 19 20:09:10 CEST 2021


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

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

commit 2fe4e6009db0a51ea0ec5715603d68623a130cb9
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Jul 19 20:09:10 2021 +0200

    Kernel compiling: mention "Image", the uncompressed image
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

2fe4e6009db0a51ea0ec5715603d68623a130cb9
 slides/sysdev-kernel-building/sysdev-kernel-building.tex | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index 7c1e8920..72860af5 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -417,12 +417,14 @@ CONFIG_NTFS_RW=y
   \begin{itemize}
     \item \code{vmlinux}, the raw uncompressed kernel image, in the
       ELF format, useful for debugging purposes, but cannot be booted
-    \item \code{arch/<arch>/boot/*Image}, the final, usually
-      compressed, kernel image that can be booted
+    \item \code{arch/<arch>/boot/*Image}, the final compressed kernel
+      image that can 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
       files (on some architectures)
     \item All kernel modules, spread over the kernel source tree, as




More information about the training-materials-updates mailing list