[bootlin/training-materials updates] master: slides/sysdev-toolchains-definition: smaller size helps with boot time (ae45122d)

Michael Opdenacker michael.opdenacker at bootlin.com
Wed Jul 26 10:51:58 CEST 2023


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

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

commit ae45122d9aa26c41eee62bedda9577e2d3cee04b
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Wed Jul 26 10:51:58 2023 +0200

    slides/sysdev-toolchains-definition: smaller size helps with boot time
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

ae45122d9aa26c41eee62bedda9577e2d3cee04b
 slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
index 636f4ccb..26ffe9b7 100644
--- a/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
+++ b/slides/sysdev-toolchains-definition/sysdev-toolchains-definition.tex
@@ -304,7 +304,9 @@ struct stat {
     \begin{itemize}
     \item The size advantage of {\em uClibc} or {\em musl}, which used
       to be a significant argument, is less relevant with today's
-      storage capacities
+      storage capacities.
+    \item Smaller binaries and filesystems remain useful when optimizing
+      boot time, though, typically booting on a filesystem loaded in RAM.
     \end{itemize}
   \item If you run into trouble, it could be because of missing
     features in the C library.




More information about the training-materials-updates mailing list