about summary refs log tree commit diff stats
path: root/ex4.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex4.mu')
-rw-r--r--ex4.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex4.mu b/ex4.mu
index 54da7c20..8f0cbd7a 100644
--- a/ex4.mu
+++ b/ex4.mu
@@ -1,11 +1,11 @@
 # Draw a character using the built-in font (GNU unifont)
 #
 # To build a disk image:
-#   ./translate ex4.mu                            # emits disk.img
+#   ./translate ex4.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: letter 'A' in green near the top-left corner of screen