about summary refs log tree commit diff stats
path: root/ex3.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex3.mu')
-rw-r--r--ex3.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex3.mu b/ex3.mu
index b98304b1..c05a2f47 100644
--- a/ex3.mu
+++ b/ex3.mu
@@ -2,11 +2,11 @@
 # and in raster order.
 #
 # To build a disk image:
-#   ./translate ex3.mu                            # emits disk.img
+#   ./translate ex3.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: a new green pixel starting from the top left corner of the
 # screen every time you press a key (letter or digit)