about summary refs log tree commit diff stats
path: root/linux/apps/ex12.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-07-20 01:33:47 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-07-20 08:43:25 -0700
commit5f254d0d02d8d6d61ca57ef4188110f11032a930 (patch)
tree24af61cb047b3a2175ba248104976a9fa414e026 /linux/apps/ex12.subx
parent0b9ea19c9846445e56ce6661f788a65a51461dcf (diff)
downloadmu-5f254d0d02d8d6d61ca57ef4188110f11032a930.tar.gz
.
Update run instructions for linux/app/ examples, and make sure they are
correct.
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