epi / xedisk

Atari XL/XE Disk Image Utility

Home Page:http://epi.atari8.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xedisk - Atari XL/XE Disk Image Utility

xedisk is a small command-line utility for manipulating Atari disk image files. It supports basic operations on raw sectors as well as on files contained on disks.

xedisk is written in D programming language and tested under Linux and, occasionally, Windows. However, it should be possible to build and run it on any platform D compiler is available for. It is designed to be easily embeddable in build scripts.

Supported disk image formats

Currently supported disk image file formats include:

  • ATR (with 128, 256 and 512 bytes per sector and up to 65535 sectors);
  • XFD (single and medium density);
  • KMK/JZ IDE (IDEa) partitions.

Supported file systems

Currently supported file systems include:

  • MyDOS (full support);
  • SpartaDOS (display file system information, list directory, extract files and directories).

Feedback

Recommended way to deal with issues found in xedisk is to clone the github repository, fix the bug or implement the missing feature, commit the changes with a meaningful commit message, and send a pull request to the author.

If you don't feel so confident digging in someone else's sources, use this tracker.

Authors

Adrian Matoga
Idea, design, implementation, testing.
Piotr Fusik, Rafal Ciepiela
Idea, design.
Charles Marslett, Wordmark Systems
MyDOS 4.50.

License

xedisk is published under the terms of the GNU General Public License, version 3. See the file COPYING for more information.

About

Atari XL/XE Disk Image Utility

http://epi.atari8.info/

License:GNU General Public License v3.0


Languages

Language:D 88.2%Language:C 6.2%Language:Makefile 4.6%Language:CSS 0.7%Language:Roff 0.3%