Skip to content

Commit b7b06f9

Browse files
author
deployBot
committed
Deploy at Sun Feb 25 09:31:48 UTC 2024
1 parent 9ec6176 commit b7b06f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

labs/memory_mapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2>Overview<a class="headerlink" href="#overview" title="Permalink to this head
196196
physically contiguous. Memory allocated by <code class="xref c c-func docutils literal"><span class="pre">vmalloc()</span></code> is not
197197
contiguous and does not reside in lowmem (it has a dedicated zone in
198198
highmem).</p>
199-
<a class="reference internal image-reference" href="../_images/kernel-virtmem-map.png"><img alt="../_images/kernel-virtmem-map.png" src="../_images/kernel-virtmem-map.png" style="width: 49%;" /></a>
199+
<a class="reference internal image-reference" href="labs/../res/kernel-virtmem-map.png"><img alt="labs/../res/kernel-virtmem-map.png" src="labs/../res/kernel-virtmem-map.png" style="width: 49%;" /></a>
200200
</div>
201201
<div class="section" id="structures-used-for-memory-mapping">
202202
<h2>Structures used for memory mapping<a class="headerlink" href="#structures-used-for-memory-mapping" title="Permalink to this headline"></a></h2>

so2/lab6-memory-mapping.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h2>Overview<a class="headerlink" href="#overview" title="Permalink to this head
230230
physically contiguous. Memory allocated by <code class="xref c c-func docutils literal"><span class="pre">vmalloc()</span></code> is not
231231
contiguous and does not reside in lowmem (it has a dedicated zone in
232232
highmem).</p>
233-
<a class="reference internal image-reference" href="../_images/kernel-virtmem-map1.png"><img alt="../_images/kernel-virtmem-map1.png" src="../_images/kernel-virtmem-map1.png" style="width: 49%;" /></a>
233+
<a class="reference internal image-reference" href="so2/../res/kernel-virtmem-map.png"><img alt="so2/../res/kernel-virtmem-map.png" src="so2/../res/kernel-virtmem-map.png" style="width: 49%;" /></a>
234234
</div>
235235
<div class="section" id="structures-used-for-memory-mapping">
236236
<h2>Structures used for memory mapping<a class="headerlink" href="#structures-used-for-memory-mapping" title="Permalink to this headline"></a></h2>

0 commit comments

Comments
 (0)