about summary refs log tree commit diff stats
path: root/ex8.mu
diff options
context:
space:
mode:
Diffstat (limited to 'ex8.mu')
-rw-r--r--ex8.mu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex8.mu b/ex8.mu
index 7e1f1b9c..64c0c24f 100644
--- a/ex8.mu
+++ b/ex8.mu
@@ -1,9 +1,9 @@
 # Demo of floating-point support.
 #
 # To build a disk image:
-#   ./translate ex8.mu             # emits disk.img
+#   ./translate ex8.mu             # emits code.img
 # To run:
-#   bochs -f bochsrc               # bochsrc loads disk.img
+#   bochs -f bochsrc               # bochsrc loads code.img
 # Set a breakpoint at 0x7c00 and start stepping.
 
 fn main screen: (addr screen), keyboard: (addr keyboard), data-disk: (addr disk) {