about summary refs log tree commit diff stats
path: root/translate_subx_baremetal
diff options
context:
space:
mode:
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