diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-01-01 16:45:30 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-01-01 16:45:30 -0800 |
commit | 23fd294d85959c6b476bcdc35ed6ad508cc99b8f (patch) | |
tree | 871b6acf17c37797f83c134c5ccab2fba77ab666 /gen_linux_iso | |
parent | 7ca19e4e1d3acb2c770c180156b813fb536a673e (diff) | |
download | mu-23fd294d85959c6b476bcdc35ed6ad508cc99b8f.tar.gz |
5851
Rename a few scripts to be more consistent. I'm also starting to feel the urge to bud off `subx run` into its own program, say tools/emulate_x86. It doesn't really rely on the SubX notation at all. And then I could rename `subx translate` to `translate_subx_bootstrap`. Only problem: the commands in the Readme get verbose. But the Readme is gonna need surgery soon anyway to put translate_mu front and center.
Diffstat (limited to 'gen_linux_iso')
-rwxr-xr-x | gen_linux_iso | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gen_linux_iso b/gen_linux_iso index f6769ec9..6a3d6b10 100755 --- a/gen_linux_iso +++ b/gen_linux_iso @@ -18,7 +18,7 @@ then fi echo "=== building SubX binary" -./ntranslate $* +./translate_subx $* mv a.elf init chmod +x init |