diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-29 19:25:51 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-29 19:25:51 -0800 |
commit | c35ae0085ceff4cd86a815714cd8ffa6406a287a (patch) | |
tree | 29d19a7df9396019f1366a337d596e602479ae15 | |
parent | c5dfa89bb31bac8f03b646eaa3b5b204b854b2b9 (diff) | |
download | mu-c35ae0085ceff4cd86a815714cd8ffa6406a287a.tar.gz |
7463
-rwxr-xr-x | translate_subx_baremetal | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/translate_subx_baremetal b/translate_subx_baremetal index 855aee2a..32859648 100755 --- a/translate_subx_baremetal +++ b/translate_subx_baremetal @@ -1,7 +1,6 @@ #!/bin/sh -# Translate given SubX files to 'baremetal'. The output isn't an ELF binary -# and won't run directly on Linux or the emulator. It's intended to be -# combined with some boot sectors into a bootable disk image. +# Translate given SubX files to 'baremetal', a raw disk image that can boot and +# run without any OS. set -e |