Index of /pub/pdp8/doc

      Name                    Last modified       Size  Description

[DIR] Parent Directory 21-Sep-2003 10:52 - [TXT] build.doc 24-Sep-1997 07:39 57k [TXT] cpmtech.doc 31-Mar-1996 12:51 80k [TXT] decnet8.doc 11-Sep-1996 15:10 289k [TXT] devextrn.doc 20-Nov-1996 07:41 14k [TXT] devextug.doc 18-Dec-1996 07:35 100k [TXT] dm2spec.doc 09-Oct-1995 15:46 146k [TXT] dmslim9.doc 20-Nov-1995 09:24 172k [TXT] fivssm.doc 26-Nov-1997 12:57 186k [TXT] hbupdate.doc 06-Mar-1997 11:37 225k [   ] im6100.zip 29-May-2000 01:03 2.3M [TXT] lk200fs.doc 16-Oct-1995 19:24 56k [TXT] maclkssm.doc 01-Apr-1997 18:51 340k [TXT] maclnkum.doc 17-Mar-1997 19:34 487k [TXT] macrelrn.doc 08-Feb-1997 14:54 16k [TXT] mm1.doc 24-Oct-1995 07:21 11k [TXT] mm2.doc 24-Oct-1995 07:21 4k [TXT] mmv110.doc 21-Oct-1996 06:53 181k [TXT] mmv12.doc 16-Oct-1996 15:11 32k [TXT] os8cktig.doc 07-Dec-1996 21:26 47k [TXT] os8sysgn.doc 23-Nov-1996 20:08 66k [TXT] rd51dr1.doc 20-Nov-1995 09:24 56k [TXT] rts8v1.doc 31-Mar-1996 21:48 153k [TXT] rts8v2b.doc 11-Sep-1996 15:19 349k [TXT] rts8v3.doc 23-Sep-1996 15:24 399k [TXT] rts8v3rn.doc 20-Nov-1996 07:41 25k [TXT] rtsysgen.doc 31-Oct-1996 07:32 284k [TXT] spd3d.doc 18-Nov-1996 11:40 13k [TXT] srm.doc 29-Sep-1995 22:23 143k [TXT] srt8.doc 09-Jan-1996 06:40 70k [TXT] ssm.doc 05-Oct-1996 11:41 244k [TXT] sysrel3d.doc 18-Nov-1996 07:36 22k

This directory contains various PDP-8 and DECmate documentation, including
part of the OS/8 V3D manual set (more coming as soon as Lee and I finish
scanning it in).

From the January 1985 Software Documentation Products Directory (EJ-26361-78),
first page:

3. RIGHT TO COPY

   Beginning January 1, 1985, Digital customers are given a right to copy, at
   no charge, any Digital Archival Software Documentation Publication
   (excluding restricted or third party owned) that we no longer offer for
   sale.  However, the copyright is retained as the exclusive property of
   Digital Equipment Corporation.

I am hoping that this covers machine readable copies.  If you're a DEC lawyer
and you think not, please drop me a line (at wilson@dbit.com).  I'm eager to
avoid getting in trouble and will be very cooperative.  Meanwhile I'll assume
this is OK.  Thanks to Lee Nichols for making all of this available, and
for doing almost all of the OCR/editing work.

Files in this directory (all are text files):

build.doc	OS/8 BUILD documentation.

cpmtech.doc	DECmate II CP/M technical notes.

decnet8.doc	RTS/8 DECnet/8 user guide.

devextrn.doc	OS/8 Device Extensions Release Notes.

devextug.doc	OS/8 Device Extensions User's Guide.

dm2spec.doc	DECmate II specification.

dmslim9.doc	DECmate II slushware implementation notes.

fivssm.doc	OS/8 FORTRAN IV Software Support Manual.

hbupdate.doc	OS/8 Handbook Update.

im6100.zip	Data sheet for Intersil IM6100 microprocessor (PDP-8
		compatible CPU used in WT/78), as a zip archive of .TIF
		files, one for each of the 22 pages.  Can be viewed with
		CompuShow on DOS, probably anything else that knows about
		.TIFs too.

lk200fs.doc	LK200 functional specifications.

maclkssm.doc	OS/8 MACREL/LINK V2 Software Support Manual.

maclnkum.doc	OS/8 MACREL/LINK V2 User's Manual.

macrelrn.doc	OS/8 MACREL/LINK V2 Release Notes.

mm1.doc		DECmate II Master Menu proposal.

mm2.doc		DECmate II Master Menu date/time and cmd string info.

mmv110.doc	DECmate II Master Menu V1.10 User's Guide.

mmv12.doc	DECmate II Master Menu V1.2 Software Installation Guide.

os8cktig.doc	OS/8 Combined Kit Information Guide.

os8sysgn.doc	OS/8 System Generation Notes.

rd51dr1.doc	DECmate II RD51 programming doc.

rts8v1.doc	RTS-8 V1 User's Manual.

rts8v2b.doc	RTS/8 V2B User's Manual.

rts8v3.doc	RTS/8 V3 User's Manual.

rts8v3rn.doc	RTS/8 V3 Release Notes.

rtsysgen.doc	RTS/8 System Generation Manual.

spd3d.doc	OS/8 V3D Software Product Description.

srm.doc		OS/8 V3D System Reference Manual FIRST THREE CHAPTERS ONLY.

srt8.doc	SRT8 documentation.

ssm.doc		OS/8 V3 Software Support Manual.

sysrel3d.doc	OS/8 V3D System Release Notes.

N.B.  be careful when transferring these files, most of the underlining is done
using line overprinting with <CR>.  Some file transfer programs (e.g. C-Kermit)
naively assume that when transferring a standard NET-ASCII file with
<CRLF>-terminated lines to a UNIX host, all you have to do is strip out all of
the CRs, when of course you should really strip only those CRs that are
immediately followed by LFs.  If you end up with a bunch of underline
characters off the right margin of some lines, you blew it.  If your
destination is a DOS machine, one solution would be to do the transfer in
binary mode, and then run the file through the ADDCR.COM filter, which is
available at:
	ftp://ftp.dbit.com/pub/ibmpc/util/addcr.com
There is a corresponding REMCR.COM filter there that does CR removal correctly.