ProDOS-Utilities/README.md

21 lines
856 B
Markdown
Raw Normal View History

2021-06-06 03:22:30 +00:00
# ProDOS-Utilities
2021-06-07 12:16:52 +00:00
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
2021-06-12 02:43:35 +00:00
1. Export files
2021-06-07 12:16:52 +00:00
2. List any directory
3. Display volume bitmap
2021-06-12 02:43:35 +00:00
4. Create new volume
5. Delete file
2021-06-07 12:16:52 +00:00
## Current library functionality
1. Read block
2. Write block
2021-06-12 02:43:35 +00:00
3. Read file
4. Delete file
5. Create new volume
6. Read volume bitmap
7. Write volume bitmap
8. Get list of file entries from any path
9. Get volume header