-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Framework for "container" files #122
Comments
Future extension, but not an immediate goal, would be to have other tools operate on a file inside a container. E.g. disassemble a single file on a tape. |
Pie in the sky. Generalize this to "containers in containers" to any depth. The default top-level container would be the local host file system. |
I'd like eventually to add support for Multics tapes and archives as well (which aren't PDP-10, but are 36-bit, so the framework here would be useful). |
Also pie in the sky: provide a library to generate a container on the fly from a directory of files, so you could just attach a directory to a tape drive in an emulator and have it produce a tape automatically when read. |
Multics is welcome here. I already diverged from 36-bitness by adding some 8-bit and 16-bit based formats. Really, any word size should work as long as it fits in a word_t (minus some tape metadata bits). |
The idea to provide a library is interesting. More generally, various components could be packaged up as stand-alone libraries. We can quickly identify a few of those:
|
Create a framework for "container" files similar to work and file formats. A "container" in this context is a file or other medium containing other files. Common operations on containers are:
Currently supported container formats with ad-hoc support:
The text was updated successfully, but these errors were encountered: