diff options
Diffstat (limited to 'translate_subx_baremetal')
-rwxr-xr-x | translate_subx_baremetal | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/translate_subx_baremetal b/translate_subx_baremetal index 32859648..7058003c 100755 --- a/translate_subx_baremetal +++ b/translate_subx_baremetal @@ -1,6 +1,12 @@ #!/bin/sh # Translate given SubX files to 'baremetal', a raw disk image that can boot and # run without any OS. +# +# A couple of gotchas: +# * Many phases here have no error-checking. Perhaps I should use a +# version of translate_subx_debug for baremetal. +# * Don't pass in numbered .subx files without translated .mu files. Our test +# harness is in test.mu, and only Mu programs can run tests in baremetal. set -e |