Update README.md

This commit is contained in:
Terence Boldt 2021-06-30 08:31:14 -04:00 committed by GitHub
parent 59f4391757
commit d3af1d42bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 19 deletions

View File

@ -1,22 +1,5 @@
# ProDOS-Utilities
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
2. Write files (currently only works with < 128K files)
3. List any directory
4. Display volume bitmap
5. Create new volume
6. Delete file
## Current library functionality
1. Read block
2. Write block
3. Read file
4. Write file
5. Delete file
6. Create new volume
7. Read volume bitmap
8. Write volume bitmap
9. Get list of file entries from any path
10. Get volume header
## DISCLAIMER
Being a work in progress, be warned that this code is likely to corrupt drive images so be sure to have backups. Also, command line parameters are likely to change significantly in the future.