diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2021-03-14 21:27:39 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2021-03-14 21:36:31 -0700 |
commit | da438fa9f5e4297f37833daa4f1d76ddd6d10a42 (patch) | |
tree | b37a25b3f6058c447ffa1006f5797842b2f94593 /translate | |
parent | 43e8194435e3e32c46b6edcd220356e8734f01ce (diff) | |
download | mu-da438fa9f5e4297f37833daa4f1d76ddd6d10a42.tar.gz |
treat boot.hex as a SubX file
Diffstat (limited to 'translate')
-rwxr-xr-x | translate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate b/translate index f6311a7e..25a1b7f9 100755 --- a/translate +++ b/translate @@ -5,4 +5,4 @@ set -e cat $* [0-9]*.mu |linux/mu > a.subx -./translate_subx mu-init.subx [0-9]*.subx a.subx +./translate_subx boot.hex mu-init.subx [0-9]*.subx a.subx |