[bootlin/training-materials updates] master: debugging: slides: fix sentence about virtual/physical addresses (54a5c290)

Luca Ceresoli luca.ceresoli at bootlin.com
Mon Aug 21 18:12:25 CEST 2023


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

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

commit 54a5c290243e825a077494ccc0b07baa2c26452f
Author: Luca Ceresoli <luca.ceresoli at bootlin.com>
Date:   Mon Aug 21 18:12:25 2023 +0200

    debugging: slides: fix sentence about virtual/physical addresses
    
    This sentence apparently says the opposite of the real thing, so clarify
    it.
    
    Signed-off-by: Luca Ceresoli <luca.ceresoli at bootlin.com>


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

54a5c290243e825a077494ccc0b07baa2c26452f
 .../debugging-linux-application-stack.tex                            | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
index a23f1619..6760be79 100644
--- a/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
+++ b/slides/debugging-linux-application-stack/debugging-linux-application-stack.tex
@@ -70,8 +70,9 @@
           that are accessed by the CPU are virtual
     \item The Memory Management Unit allows to map these virtual addresses to
           physical memory (either RAM or IO)
-    \item All these mappings are inserted into the page table that is used by the
-          MMU hardware to translate the CPU access to virtual addresses
+    \item All these mappings are inserted into the page table that is used
+          by the MMU hardware to translate the CPU access from virtual to
+          physical addresses
     \item The MMU allows to restrict access to the page mappings via some
           attributes
     \begin{itemize}




More information about the training-materials-updates mailing list