[bootlin/training-materials updates] master: slides/sysdev-root-filesystem-virtual-fs: mention /proc/cpuinfo (372a36f5)

Michael Opdenacker michael.opdenacker at bootlin.com
Mon Aug 7 18:07:01 CEST 2023


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

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

commit 372a36f5836cb863a95ba03b8eb693ad78b6c86d
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Mon Aug 7 18:07:01 2023 +0200

    slides/sysdev-root-filesystem-virtual-fs: mention /proc/cpuinfo
    
    More interesting that /proc/devices
    which isn't really relevant any more with devtmpfs
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

372a36f5836cb863a95ba03b8eb693ad78b6c86d
 .../sysdev-root-filesystem-virtual-fs.tex                             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex b/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
index 775e4af9..ab6fe246 100644
--- a/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
+++ b/slides/sysdev-root-filesystem-virtual-fs/sysdev-root-filesystem-virtual-fs.tex
@@ -32,8 +32,8 @@
     \item It contains details about the files opened by the process,
       the CPU and memory usage, etc.
     \end{itemize}
-  \item \code{/proc/interrupts}, \code{/proc/devices},
-    \code{/proc/iomem}, contain general device-related information
+  \item \code{/proc/interrupts}, \code{/proc/iomem},
+    \code{/proc/cpuinfo} contain general device-related information
   \item \code{/proc/cmdline} contains the kernel command line
   \item \code{/proc/sys} contains many files that can be written to
     adjust kernel parameters




More information about the training-materials-updates mailing list