aboutsummaryrefslogtreecommitdiff
path: root/ksiders/unmakatr.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ksiders/unmakatr.rst')
-rw-r--r--ksiders/unmakatr.rst36
1 files changed, 36 insertions, 0 deletions
diff --git a/ksiders/unmakatr.rst b/ksiders/unmakatr.rst
new file mode 100644
index 0000000..2d4b9ca
--- /dev/null
+++ b/ksiders/unmakatr.rst
@@ -0,0 +1,36 @@
+========
+unmakatr
+========
+
+-------------------------------------------------------------
+convert a "K-file" bootable disk to an Atari 8-bit executable
+-------------------------------------------------------------
+
+.. include:: manhdr.rst
+
+SYNOPSIS
+========
+unmakatr *imagefile.atr* *atari-executable*
+
+DESCRIPTION
+===========
+
+If you have a bootable image made with **makeatr**\(1), but you've
+lost the original executable, you can extract it from the image with
+**unmakatr**.
+
+**unmakatr** only works for images created by **makeatr**, so-called
+K-File disks. It is not a general-purpose bootdisk-to-executable
+converter.
+
+DIAGNOSTICS
+===========
+
+**unmakatr** reports "Error #0" for any and all errors it may encounter.
+
+EXIT STATUS
+===========
+
+Exit status is 0 for success, or non-zero status for failure.
+
+.. include:: manftr.rst