about summary refs log tree commit diff stats
path: root/linux/survey_elf.subx
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
committerKartik K. Agaram <vc@akkartik.com>2021-03-04 00:24:24 -0800
commitb964fa586faee7d1c8e3e9ed7f52e08f3ab2d267 (patch)
tree92d8ecd1755831e2804be07d69ee1e127c1f0fc5 /linux/survey_elf.subx
parent2d306e2a989386b41eb9626324f6702a64e87b77 (diff)
downloadmu-b964fa586faee7d1c8e3e9ed7f52e08f3ab2d267.tar.gz
7847
Diffstat (limited to 'linux/survey_elf.subx')
-rw-r--r--linux/survey_elf.subx4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/survey_elf.subx b/linux/survey_elf.subx
index ac2f05b4..dcaf6bab 100644
--- a/linux/survey_elf.subx
+++ b/linux/survey_elf.subx
@@ -5,7 +5,7 @@
 #   b) add an ELF header and segment headers with addresses and offsets correctly filled in
 #
 # To build:
-#   $ ./bootstrap translate init.linux [01]*.subx apps/subx-params.subx apps/survey_elf.subx  -o apps/survey_elf
+#   $ bootstrap/bootstrap translate [01]*.subx apps/subx-params.subx apps/survey_elf.subx  -o apps/survey_elf
 #
 # The expected input is a stream of bytes with '==' segment headers, comments
 # and some interspersed labels.
@@ -23,7 +23,7 @@
 # The output is the stream of bytes without segment headers or label definitions,
 # and with label references replaced with numeric values/displacements.
 #
-#   $ cat x  |./bootstrap run apps/survey_elf
+#   $ cat x  |bootstrap/bootstrap run survey_elf
 #   ...ELF header bytes...
 #   # ELF header above will specify that code segment begins at this offset
 #   aa bb nn  # some computed address