[bootlin/training-materials updates] master: Embedded Linux slides: stop mentioning /proc/ioports (77fb95e3)

Michael Opdenacker michael.opdenacker at bootlin.com
Thu Sep 23 14:59:20 CEST 2021


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

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

commit 77fb95e3b02576f9852cd1d696a40e1ae9e083cf
Author: Michael Opdenacker <michael.opdenacker at bootlin.com>
Date:   Thu Sep 23 14:59:20 2021 +0200

    Embedded Linux slides: stop mentioning /proc/ioports
    
    Relevant on x86 only (AFAIK)
    
    Signed-off-by: Michael Opdenacker <michael.opdenacker at bootlin.com>


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

77fb95e3b02576f9852cd1d696a40e1ae9e083cf
 .../sysdev-root-filesystem-virtual-fs.tex                              | 3 +--
 1 file changed, 1 insertion(+), 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 33294e91..c40cbdd9 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
@@ -33,8 +33,7 @@
       the CPU and memory usage, etc.
     \end{itemize}
   \item \code{/proc/interrupts}, \code{/proc/devices},
-    \code{/proc/iomem}, \code{/proc/ioports} contain general
-    device-related information
+    \code{/proc/iomem}, 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