From 2b71295965f8adf270a53c798a5b6bd9babe35f7 Mon Sep 17 00:00:00 2001 From: Rob McMullen Date: Mon, 8 Feb 2016 14:09:02 -0800 Subject: [PATCH] Added filesystem formats to README --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 80bb6a6..9bbd7c6 100644 --- a/README.rst +++ b/README.rst @@ -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 =============