about summary refs log tree commit diff stats
path: root/translate_subx_baremetal
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-29 19:25:51 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-29 19:25:51 -0800
commitc35ae0085ceff4cd86a815714cd8ffa6406a287a (patch)
tree29d19a7df9396019f1366a337d596e602479ae15 /translate_subx_baremetal
parentc5dfa89bb31bac8f03b646eaa3b5b204b854b2b9 (diff)
downloadmu-c35ae0085ceff4cd86a815714cd8ffa6406a287a.tar.gz
7463
Diffstat (limited to 'translate_subx_baremetal')
-rwxr-xr-xtranslate_subx_baremetal5
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