about summary refs log tree commit diff stats
path: root/linux/apps/ex12.subx
diff options
context:
space:
mode:
Diffstat (limited to 'linux/apps/ex12.subx')
-rw-r--r--linux/apps/ex12.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/apps/ex12.subx b/linux/apps/ex12.subx
index b9708324..e8c3eb1c 100644
--- a/linux/apps/ex12.subx
+++ b/linux/apps/ex12.subx
@@ -2,8 +2,8 @@
 # Create a new segment using mmap, save the address, write to it.
 #
 # To run:
-#   $ bootstrap/bootstrap translate 000init.subx apps/ex12.subx -o ex12
-#   $ bootstrap/bootstrap run ex12
+#   $ ./translate_subx 000init.subx apps/ex12.subx
+#   $ ./a.elf
 # You shouldn't get a segmentation fault.
 
 == code