about summary refs log tree commit diff stats
path: root/ex5.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex5.mu')
-rw-r--r--ex5.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex5.mu b/ex5.mu
index 3a3c1563..cb0ec063 100644
--- a/ex5.mu
+++ b/ex5.mu
@@ -2,11 +2,11 @@
 # Also demonstrates bounds-checking _before_ drawing.
 #
 # To build a disk image:
-#   ./translate ex5.mu                            # emits disk.img
+#   ./translate ex5.mu             # emits disk.img
 # To run:
 #   qemu-system-i386 disk.img
 # Or:
-#   bochs -f baremetal/boot.bochsrc               # boot.bochsrc loads disk.img
+#   bochs -f bochsrc               # bochsrc loads disk.img
 #
 # Expected output: text in green near the top-left corner of screen