about summary refs log tree commit diff stats
path: root/baremetal/ex2.hex
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 /baremetal/ex2.hex
parent490b26d0614f685990dcc9225c7826a34de77b48 (diff)
downloadmu-46cf7b79083f9ebe4c70f232fe564b62d09eac20.tar.gz
7427
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: