about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-27 11:39:17 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-27 11:39:17 -0800
commit46cf7b79083f9ebe4c70f232fe564b62d09eac20 (patch)
treeca3d9230b183d2da36572cd5c53c4e3d389d818e
parent490b26d0614f685990dcc9225c7826a34de77b48 (diff)
downloadmu-46cf7b79083f9ebe4c70f232fe564b62d09eac20.tar.gz
7427
-rw-r--r--baremetal/ex1.hex2
-rw-r--r--baremetal/ex2.hex2
-rw-r--r--html/baremetal/ex1.hex.html2
-rw-r--r--html/baremetal/ex2.hex.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/baremetal/ex1.hex b/baremetal/ex1.hex
index d891b47e..238823e9 100644
--- a/baremetal/ex1.hex
+++ b/baremetal/ex1.hex
@@ -5,7 +5,7 @@
 #
 # To convert to a disk image, first prepare a realistically sized disk image:
 #   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB
-# Load the disk image:
+# Load the program on the disk image:
 #   cat baremetal/boot.hex baremetal/ex1.hex  |./bootstrap run apps/hex  > a.bin
 #   dd if=a.bin of=disk.img conv=notrunc
 # To run:
diff --git a/baremetal/ex2.hex b/baremetal/ex2.hex
index 09103bcd..a2f91106 100644
--- a/baremetal/ex2.hex
+++ b/baremetal/ex2.hex
@@ -2,7 +2,7 @@
 #
 # To run, first prepare a realistically sized disk image:
 #   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB
-# Load the disk image:
+# Load the program on the disk image:
 #   cat baremetal/boot.hex baremetal/ex2.hex  |./bootstrap run apps/hex  > a.bin
 #   dd if=a.bin of=disk.img conv=notrunc
 # To run:
diff --git a/html/baremetal/ex1.hex.html b/html/baremetal/ex1.hex.html
index 5fc1129c..92c4ab4e 100644
--- a/html/baremetal/ex1.hex.html
+++ b/html/baremetal/ex1.hex.html
@@ -58,7 +58,7 @@ if ('onhashchange' in window) {
 <span id="L5" class="LineNr"> 5 </span><span class="subxComment">#</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment"># To convert to a disk image, first prepare a realistically sized disk image:</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB</span>
-<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Load the disk image:</span>
+<span id="L8" class="LineNr"> 8 </span><span class="subxComment"># Load the program on the disk image:</span>
 <span id="L9" class="LineNr"> 9 </span><span class="subxComment">#   cat baremetal/boot.hex baremetal/ex1.hex  |./bootstrap run apps/hex  &gt; a.bin</span>
 <span id="L10" class="LineNr">10 </span><span class="subxComment">#   dd if=a.bin of=disk.img conv=notrunc</span>
 <span id="L11" class="LineNr">11 </span><span class="subxComment"># To run:</span>
diff --git a/html/baremetal/ex2.hex.html b/html/baremetal/ex2.hex.html
index 437dbb0d..008f2dd3 100644
--- a/html/baremetal/ex2.hex.html
+++ b/html/baremetal/ex2.hex.html
@@ -55,7 +55,7 @@ if ('onhashchange' in window) {
 <span id="L2" class="LineNr"> 2 </span><span class="subxComment">#</span>
 <span id="L3" class="LineNr"> 3 </span><span class="subxComment"># To run, first prepare a realistically sized disk image:</span>
 <span id="L4" class="LineNr"> 4 </span><span class="subxComment">#   dd if=/dev/zero of=disk.img count=20160  # 512-byte sectors, so 10MB</span>
-<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># Load the disk image:</span>
+<span id="L5" class="LineNr"> 5 </span><span class="subxComment"># Load the program on the disk image:</span>
 <span id="L6" class="LineNr"> 6 </span><span class="subxComment">#   cat baremetal/boot.hex baremetal/ex2.hex  |./bootstrap run apps/hex  &gt; a.bin</span>
 <span id="L7" class="LineNr"> 7 </span><span class="subxComment">#   dd if=a.bin of=disk.img conv=notrunc</span>
 <span id="L8" class="LineNr"> 8 </span><span class="subxComment"># To run:</span>