[bootlin/training-materials updates] master: kernel: building: Clarify what built-in features are (6eb3dd66)

Miquel Raynal miquel.raynal at bootlin.com
Thu Jun 2 10:54:21 CEST 2022


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

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

commit 6eb3dd66927eb736b4d052929b285bb1b30c9c50
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Wed Jun 1 10:40:56 2022 +0200

    kernel: building: Clarify what built-in features are
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


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

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

diff --git a/slides/sysdev-kernel-building/sysdev-kernel-building.tex b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
index a34d1af7..8b5af43c 100644
--- a/slides/sysdev-kernel-building/sysdev-kernel-building.tex
+++ b/slides/sysdev-kernel-building/sysdev-kernel-building.tex
@@ -185,7 +185,7 @@
 \end{frame}
 
 \begin{frame}
-  \frametitle{Kernel or module?}
+  \frametitle{Built-in or module?}
   \begin{itemize}
   \item The {\bf kernel image} is a {\bf single file}, resulting from
     the linking of all object files that correspond to features
@@ -193,7 +193,7 @@
     \begin{itemize}
     \item This is the file that gets loaded in memory by the
       bootloader
-    \item All included features are therefore available as soon as the
+    \item All built-in features are therefore available as soon as the
       kernel starts, at a time where no filesystem exists
     \end{itemize}
   \item Some features (device drivers, filesystems, etc.) can however




More information about the training-materials-updates mailing list