mirror of
https://github.com/tjboldt/ProDOS-Utilities.git
synced 2024-11-24 16:31:28 +00:00
A cross-platform command line tool and Go library to manipulate ProDOS hard drive images used by vintage Apple II computers and emulators.
prodos | ||
.gitignore | ||
go.mod | ||
LICENSE | ||
main.go | ||
README.md |
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.
Current command line functionality
- Export files
- Write files (currently only works with < 128K files)
- List any directory
- Display volume bitmap
- Create new volume
- Delete file
Current library functionality
- Read block
- Write block
- Read file
- Write file
- Delete file
- Create new volume
- Read volume bitmap
- Write volume bitmap
- Get list of file entries from any path
- Get volume header