This commit is contained in:
Kartik Agaram 2021-03-24 09:12:32 -07:00
parent 754d813bc5
commit c2aeba0a11
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# This file is kinda like a research notebook, to interactively arrive at the
# solution. Nobody should have to do this without a computer. To run it:
# $ ./translate_subx_debug init.linux tools/stack_array.subx && bootstrap --debug --trace --dump run a.elf
# $ ./translate_subx_debug 000init.linux stack_array.subx && bootstrap/bootstrap --debug --trace --dump run a.elf
# There are multiple versions. You'll need to uncomment exactly one.
# The final version has its own Entry, but the others share this one.