Utility to manipulate Apple SOS and ProDOS disk image files
Go to file
Eric Smith c51e0d8b4e Initial commit. 2018-04-11 22:29:51 -06:00
.gitignore Initial commit. 2018-04-11 22:29:51 -06:00
README.md Initial commit. 2018-04-11 22:29:51 -06:00
gpl-3.0.txt Initial commit. 2018-04-11 22:29:51 -06:00
sosdisk.py Initial commit. 2018-04-11 22:29:51 -06:00
sosutil.py Initial commit. 2018-04-11 22:29:51 -06:00

README.md

sosutil - utility to manipulate SOS and ProDOS disk images

Hosted at the sosutil Github repository.

Introduction

Introduced in 1980, the SOS operating system for the Apple /// used a hierarchical file system, a significant improvement over the flat filesystems used on the Apple II (by Apple DOS, Apple Pascal, and CP/M).

In 1983, Apple introduced the ProDOS operating system for the Apple II family, intended to replace Apple DOS. ProDOS used the same filesystem as SOS.

sosutil is intended to provide a command line interface to manipulate SOS and ProDOS disk image files. As of this writing, sosutil is only capable of printing the directory of such a disk image file.