about summary refs log tree commit diff stats
path: root/ex2.hex
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
commitb964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 (patch)
tree92d8ecd1755831e2804be07d69ee1e127c1f0fc5 /ex2.hex
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'ex2.hex')
-rw-r--r--ex2.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex2.hex b/ex2.hex
index 6c06565f..fb9cb971 100644
--- a/ex2.hex
+++ b/ex2.hex
@@ -3,7 +3,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 program on the disk image:
-#   cat baremetal/boot.hex baremetal/ex2.hex  |./bootstrap run apps/hex  > a.bin
+#   cat baremetal/boot.hex baremetal/ex2.hex  |bootstrap/bootstrap run hex  > a.bin
 #   dd if=a.bin of=disk.img conv=notrunc
 # To run:
 #   qemu-system-i386 disk.img