Added filesystem formats to README

This commit is contained in:
Rob McMullen 2016-02-08 14:09:02 -08:00
parent 6e438c049b
commit 2b71295965
1 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,7 @@ images. Eventually, I hope to add support for these images to pyfilesystem.
Prerequisites
-------------
* Requires numpy
Starting with ATRcopy 2.0, numpy is required.
References
@ -25,6 +25,13 @@ Supported Disk Image Formats
* ``XFD``: XFormer images, basically raw disk dumps
* ``ATR``: Nick Kennedy's disk image format; includes 16 byte header
Supported Filesystem Formats
----------------------------
* XEX format: Atari executable files
* Atari DOS in single, enhanced, and double density
* KBoot format: a single executable file packaged up into a bootable disk image
Example Usage
=============