about summary refs log tree commit diff stats
path: root/translate
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-03-14 21:27:39 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-03-14 21:36:31 -0700
commitda438fa9f5e4297f37833daa4f1d76ddd6d10a42 (patch)
treeb37a25b3f6058c447ffa1006f5797842b2f94593 /translate
parent43e8194435e3e32c46b6edcd220356e8734f01ce (diff)
downloadmu-da438fa9f5e4297f37833daa4f1d76ddd6d10a42.tar.gz
treat boot.hex as a SubX file
Diffstat (limited to 'translate')
-rwxr-xr-xtranslate2
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