about summary refs log tree commit diff stats
path: root/baremetal/ex2.hex
diff options
context:
space:
mode:
Diffstat (limited to 'baremetal/ex2.hex')
-rw-r--r--baremetal/ex2.hex2
1 files changed, 1 insertions, 1 deletions
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: