tapeutils icon indicating copy to clipboard operation
tapeutils copied to clipboard

Results 7 tapeutils issues
Sort by recently updated
recently updated
newest added

Trying to put some files on TOPS-10 git cloned repo sudo make no errors just warnings sudo ./tapewrite Segmentation fault OS is x64 Ubuntu on WSL2 the other programs work...

This is the same thing I filed over in https://github.com/PDP-10/klh10/issues/66 Since the tape format allows for author name in the dumps, it would be nice to print that out as...

@Rhialto reported in https://github.com/PDP-10/its/issues/2055#issuecomment-881710802: > [...] > Stuff mostly works on NetBSD :) Although in tools/tapeutils I had to add a bit: > > ``` > +ifeq ($(UNAME),NetBSD) > +...

In particular, for 7-bit files, the output file will have the same number of bytes as the PDP-10 file. For 36-bit files, the output file size will always be a...

The tool seems to truncate the last byte of the file. As far as I understand in this mode, the output file should always be a multiple of 5 bytes....

Update read20 to do something clever with file names including characters such as ^V and /. From what I understand, ^V just quotes the next character so it shouldn't appear...

==== Log ==== ([0])$>> gmake cc -g -Wall -c -o tapecopy.o tapecopy.c cc -g -Wall -c -o tapeio.o tapeio.c cc -g tapecopy.o tapeio.o -o tapecopy tapeio.o: In function `opentape': /home/neo_chen/Git/its/tools/tapeutils/tapeio.c:305:...