Difference between revisions of "Unix interoperability with PDP-10"

From Computer History Wiki
Jump to: navigation, search
m (+cat)
(Add some new tools.)
Line 3: Line 3:
 
Files.
 
Files.
  
* [https://www.pdc.kth.se/~bygg/tops/ back10] - Tool for TOPS-10 BACKUP tape archives.
+
* [https://www.pdc.kth.se/~bygg/tops/ back10] - Tool for [[TOPS-10]] BACKUP tape archives.
 
* backwr - Write TOPS-10 BACKUP tape archives.  (Need to find link.)
 
* backwr - Write TOPS-10 BACKUP tape archives.  (Need to find link.)
* read20 - Tool for TOPS-20 DUMPER tape archives.  (Need to find link.)
+
* read20 - Tool for [[TOPS-20]] DUMPER tape archives.  (Need to find link.)
* [https://github.com/PDP-10/itstar ITStar] - Tool for ITS DUMP tape archives.
+
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler mini-dumper] - Tool for [[TENEX]] MINI-DUMPER tapes.
* [https://github.com/PDP-10/dart dart] - Works with SAIL DART tape archives.
+
* [https://github.com/PDP-10/itstar ITStar] - Tool for [[ITS]] DUMP tape archives.
 +
* [https://github.com/PDP-10/dart dart] - Works with [[SAIL]] DART tape archives.
 
* [https://github.com/brouhaha/tapeutils tapex] - View TAPEX tape archives.
 
* [https://github.com/brouhaha/tapeutils tapex] - View TAPEX tape archives.
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler itsarc] - Tool for ITS archive files.
+
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler itsarc] - Tool for [[ITS]] archive files.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler magdmp, magfrm] - Tool for ITS MAGDMP tapes.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler magdmp, magfrm] - Tool for ITS MAGDMP tapes.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler macdmp] - View or extract DECtape MACDMP files.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler macdmp] - View or extract DECtape MACDMP files.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler dskdmp] - Tool for ITS disk images.
 
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler dskdmp] - Tool for ITS disk images.
 +
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler tendmp] - Tool for the Monitor/TOPS-10/TENDMP/DTBOOT DECtape format.
  
 
Networking.
 
Networking.
Line 19: Line 21:
 
* [https://github.com/PDP-10/supdup supdup] - Remote terminal protocol.
 
* [https://github.com/PDP-10/supdup supdup] - Remote terminal protocol.
 
* [https://github.com/larsbrinkhoff/mldev mldev] - ITS network file system.
 
* [https://github.com/larsbrinkhoff/mldev mldev] - ITS network file system.
* [https://github.com/larsbrinkhoff/rtape rtape] - Chaosnet remote tape.
+
* [https://github.com/larsbrinkhoff/rtape rtape] - [[Chaosnet]] remote tape.
  
 
Miscellaneous.
 
Miscellaneous.
  
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler dis10] - Disassembler for ITS programs.
+
* [https://github.com/larsbrinkhoff/pdp10-its-disassembler dis10] - Disassembler for ITS, [[WAITS]], [[TENEX]], TOPS-10, and TOPS-20 programs.
  
 
[[Category: UNIX Applications]]
 
[[Category: UNIX Applications]]

Revision as of 12:25, 17 April 2022

A list of software packages to provide interoperability between Unix and PDP-10 systems.

Files.

  • back10 - Tool for TOPS-10 BACKUP tape archives.
  • backwr - Write TOPS-10 BACKUP tape archives. (Need to find link.)
  • read20 - Tool for TOPS-20 DUMPER tape archives. (Need to find link.)
  • mini-dumper - Tool for TENEX MINI-DUMPER tapes.
  • ITStar - Tool for ITS DUMP tape archives.
  • dart - Works with SAIL DART tape archives.
  • tapex - View TAPEX tape archives.
  • itsarc - Tool for ITS archive files.
  • magdmp, magfrm - Tool for ITS MAGDMP tapes.
  • macdmp - View or extract DECtape MACDMP files.
  • dskdmp - Tool for ITS disk images.
  • tendmp - Tool for the Monitor/TOPS-10/TENDMP/DTBOOT DECtape format.

Networking.

Miscellaneous.

  • dis10 - Disassembler for ITS, WAITS, TENEX, TOPS-10, and TOPS-20 programs.