about summary refs log tree commit diff stats
path: root/ex3.hex
diff options
context:
space:
mode:
Diffstat (limited to 'ex3.hex')
-rw-r--r--ex3.hex2
1 files changed, 1 insertions, 1 deletions
diff --git a/ex3.hex b/ex3.hex
index d3639948..58ccbffa 100644
--- a/ex3.hex
+++ b/ex3.hex
@@ -4,7 +4,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/ex3.hex  |./bootstrap run apps/hex  > a.bin
+#   cat baremetal/boot.hex baremetal/ex3.hex  |bootstrap/bootstrap run hex  > a.bin
 #   dd if=a.bin of=disk.img conv=notrunc
 # To run:
 #   qemu-system-i386 disk.img