Re: OS8 filesystem tools

2019-05-26 Thread David Gesswein via cctalk
On Fri, May 24, 2019 at 08:00:19PM -0400, Charles Dickman wrote:
> Besides PUTR are there any tools for reading and writing to pdp8 OS8 device
> images? Something with source for Linux maybe?
> 

flx8 is windows command line but I ported it to Linux without that much
difficulty.

http://www.sparetimegizmos.com/Downloads/SBC6120_Tools.zip

Some usage in this manual
https://www.grc.com/pdp-8/SBC/SBC6120_Users_Manual.pdf

A modified version does my disk images on my website (under Linux).
http://www.pdp8online.com/images/index.shtml

The web page generation is tied into it but parts of the code are likely
useful. Its based on an older version of the flx8 source. If its useful
to you I can send you a copy.


Re: OS8 filesystem tools

2019-05-24 Thread Vincent Slyngstad via cctalk

On 5/24/2019 5:00 PM, Charles Dickman via cctalk wrote:

Besides PUTR are there any tools for reading and writing to pdp8 OS8 device
images? Something with source for Linux maybe?


I've got tools that will unpack OS/8 images into files,
which work on Linux and Cygwin (they are Perl scripts).
It is on my to-do list to make the thing that glues all
the little files back together to form a new OS/8 image.

Vince


OS8 filesystem tools

2019-05-24 Thread Charles Dickman via cctalk
Besides PUTR are there any tools for reading and writing to pdp8 OS8 device
images? Something with source for Linux maybe?