This commit is contained in:
Kartik Agaram 2020-12-30 19:25:32 -08:00
parent 762107fdc2
commit cb13d94740
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
# Test out the video mode by filling in the screen with pixels.
#
# To build a disk image:
# ./translate_subx_baremetal baremetal/ex2.subx # emits disk.img
# ./translate_mu_baremetal baremetal/ex2.mu # emits disk.img
# To run:
# qemu-system-i386 disk.img
# Or:
# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img
# bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img
#
# Expected output:
# html/baremetal.png

View File

@ -59,11 +59,11 @@ if ('onhashchange' in window) {
<span id="L1" class="LineNr"> 1 </span><span class="muComment"># Test out the video mode by filling in the screen with pixels.</span>
<span id="L2" class="LineNr"> 2 </span><span class="muComment">#</span>
<span id="L3" class="LineNr"> 3 </span><span class="muComment"># To build a disk image:</span>
<span id="L4" class="LineNr"> 4 </span><span class="muComment"># ./translate_subx_baremetal baremetal/ex2.subx # emits disk.img</span>
<span id="L4" class="LineNr"> 4 </span><span class="muComment"># ./translate_mu_baremetal baremetal/ex2.mu # emits disk.img</span>
<span id="L5" class="LineNr"> 5 </span><span class="muComment"># To run:</span>
<span id="L6" class="LineNr"> 6 </span><span class="muComment"># qemu-system-i386 disk.img</span>
<span id="L7" class="LineNr"> 7 </span><span class="muComment"># Or:</span>
<span id="L8" class="LineNr"> 8 </span><span class="muComment"># bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img</span>
<span id="L8" class="LineNr"> 8 </span><span class="muComment"># bochs -f baremetal/boot.bochsrc # boot.bochsrc loads disk.img</span>
<span id="L9" class="LineNr"> 9 </span><span class="muComment">#</span>
<span id="L10" class="LineNr">10 </span><span class="muComment"># Expected output:</span>
<span id="L11" class="LineNr">11 </span><span class="muComment"># <a href='https://github.com/akkartik/mu/blob/main/html/baremetal.png'>html/baremetal.png</a></span>