about summary refs log tree commit diff stats
path: root/html/baremetal/ex1.hex.html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-09 19:02:23 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-09 19:02:23 -0800
commit7b109ab6528bfafa6ac8fd9340e5cc0217bcec50 (patch)
tree2c3c383682566d3a04fa270559c1b0f72a2c17c6 /html/baremetal/ex1.hex.html
parent3de4d557d5e4686e5be589a8c61b4246f6bab549 (diff)
downloadmu-7b109ab6528bfafa6ac8fd9340e5cc0217bcec50.tar.gz
7494
Diffstat (limited to 'html/baremetal/ex1.hex.html')
-rw-r--r--html/baremetal/ex1.hex.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html
index c3d5a530..3adbfdb7 100644
--- a/html/baremetal/ex1.hex.html
+++ b/html/baremetal/ex1.hex.html
@@ -66,8 +66,8 @@ if ('onhashchange' in window) {
 <span id="L13" class="LineNr">13 </span><span class="subxComment"># Or:</span>
 <span id="L14" class="LineNr">14 </span><span class="subxComment">#   bochs -f baremetal/boot.bochsrc  # boot.bochsrc loads disk.img</span>
 <span id="L15" class="LineNr">15 </span>
-<span id="L16" class="LineNr">16 </span><span class="subxComment"># main:  (address 0x8800)</span>
-<span id="L17" class="LineNr">17 </span>e9 fb ff ff ff  <span class="subxComment"># jump to address 0x8800</span>
+<span id="L16" class="LineNr">16 </span><span class="subxComment"># main:  (address 0x9000)</span>
+<span id="L17" class="LineNr">17 </span>e9 fb ff ff ff  <span class="subxComment"># jump to main, hanging indefinitely</span>
 <span id="L18" class="LineNr">18 </span>
 <span id="L19" class="LineNr">19 </span><span class="subxComment"># vim&#0058;ft=subx</span>
 </pre>