From 0226b2dda2c7d835458426c5eaf3bc101faeba26 Mon Sep 17 00:00:00 2001 From: Terence Boldt Date: Mon, 7 Jun 2021 08:16:52 -0400 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b95690a..2f1142e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # ProDOS-Utilities -This project is just starting. It will eventually be a library in Golang to read and write files on a ProDOS hard drive image plus a command line interface. So far it is an experiment. \ No newline at end of file +This project is just starting but is intended to be both a command line tool and library to provide access to ProDOS based hard drive images. It is written in Go to be cross platform (Linux, Windows, macOS etc.). Functionality, naming and parameters are subject to change without notice. This project was started so I would be able to automate writing the firmware file into the drive image for one of my other projects [Apple2-IO-RPi](https://github.com/tjboldt/Apple2-IO-RPi). + +## Current command line functionality +1. Export files up to 128KB (only seedling and sapling files are supported) +2. List any directory +3. Display volume bitmap + +## Current library functionality +1. Read block +2. Write block +3. Read file (up to 128KB) +4. Read volume bitmap +5. Write volume bitmap +6. Get list of file entries from any path +7. Get volume header