diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-29 20:50:55 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-29 20:50:55 -0800 |
commit | 63a247fcd4c7597c93e28fc92e489a7882ae2d7c (patch) | |
tree | 3467e10383d9cc8b7cb99e72eaa21c6ef542469b /html/baremetal/ex1.hex.html | |
parent | 562476d7509a17f6155dc8bead6bd2565fde48cb (diff) | |
download | mu-63a247fcd4c7597c93e28fc92e489a7882ae2d7c.tar.gz |
7468
Diffstat (limited to 'html/baremetal/ex1.hex.html')
-rw-r--r-- | html/baremetal/ex1.hex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html index 92c4ab4e..ff7fef1e 100644 --- a/html/baremetal/ex1.hex.html +++ b/html/baremetal/ex1.hex.html @@ -64,7 +64,7 @@ if ('onhashchange' in window) { <span id="L11" class="LineNr">11 </span><span class="subxComment"># To run:</span> <span id="L12" class="LineNr">12 </span><span class="subxComment"># qemu-system-i386 disk.img</span> <span id="L13" class="LineNr">13 </span><span class="subxComment"># Or:</span> -<span id="L14" class="LineNr">14 </span><span class="subxComment"># bochs -f apps/boot.bochsrc # boot.bochsrc loads disk.img</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> |