about summary refs log tree commit diff stats
path: root/ex2.hex
diff options
context:
space:
mode:
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