about summary refs log tree commit diff stats
path: root/linux/apps/ex11.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/ex11.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/ex11.subx')
-rw-r--r--linux/apps/ex11.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/apps/ex11.subx b/linux/apps/ex11.subx
index dd16267d..434d824d 100644
--- a/linux/apps/ex11.subx
+++ b/linux/apps/ex11.subx
@@ -6,8 +6,8 @@
 # a null-terminated 'kernel string' with a size-prefixed 'SubX string'.
 #
 # To run:
-#   $ bootstrap/bootstrap translate 000init.subx apps/ex11.subx -o ex11
-#   $ bootstrap/bootstrap run ex11  # runs a series of tests
+#   $ ./translate_subx 000init.subx apps/ex11.subx
+#   $ ./a.elf  # runs a series of tests
 #   ......  # all tests pass
 #
 # (We can't yet run the tests when given a "test" commandline argument,