Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 12 Feb 90 11:37:27 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa04455;
          12 Feb 90 11:33 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.115)
	id AAsunic19896; Mon, 12 Feb 90 17:33:01 +0100
Date: Mon 12 Feb 90 17:32:37
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: Strange hardware for the eight...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <900212173237.19.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

Hi. I need help to identify some hardware I have recieved.
It is made by a company called ''Tennecomp Systems inc''
for the pdp8. The sub system consists of 7 flipchip cards,
which is inserted in the Omnibus. It should be connected
to some external equipment, but I don't have that, and don't
have the faintest idea what is should be connected to.
There are several connectors, which are marked. Here is a
list of what I have found out by reading...

Connectors:	Display	(Centronics conn.)
		Printer/Keyboard (Centronics conn.)
		Control panel (Centronics conn.)
		Tape control (Canon D-sub)

Cards:		Autoloader (has a stereoplug conn)
		Printer and keyboard interface
		Autochem control panel
		Autochem ADC and control interface
		Tape controller (3 cards)

The tape controller is connected with a very special top end
connector, apart from sitting on the bus. This top connector
entirely covers the card, and is wire wrapped, and has a cover
above the wrap.

I am very confused about this. Appearently the thing should have
a printer and a keyboard, as well as some kind of tape. What
the display and control panel should be I don't know.
The Autochem ADC and control interface has a large IC, which
appears to be an A/D converter. Why the "Autoloader" has
a stereo plug, I don't know...

Apart from this, there is a small box, which is connected to
the omnibus cards by some cables. This box contains the
Centronics connectors, a buzzer, and a stereo plug
connector (could be coupled with the Autoloader).

Any suggestions, or, even better, some tech. material on this
would be greately appreciated.

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU;  6 Jan 90 16:58:01 EST
Received: from MITVMA.MIT.EDU by mintaka.lcs.mit.edu id aa28639;
          6 Jan 90 16:13 EST
Received: from MITVMA.MIT.EDU by mitvma.mit.edu (IBM VM SMTP R1.2.1MX) with BSMTP id 2262; Sat, 06 Jan 90 15:50:11 EST
Received: from ccm.UManitoba.CA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id
 9703; Sat, 06 Jan 90 15:50:10 EST
Date:    Sat, 06 Jan 90 14:48 CST
From:    RFLUKES%ccm.UManitoba.CA@mitvma.mit.edu
To:      pdp8-lovers@mc.lcs.mit.edu
Subject: Minimal Bootstrap for RX8E
Message-ID:  <9001061613.aa28639@mintaka.lcs.mit.edu>

I got this bootstrap code from a manual for an 8/e disk subsystem
built by DSD.  I have been using this bootstrap with my RX8E
controller and find that it is shorter and easier to toggle into
the 8/e than the DEC bootstrap.

------------------------------------------------------------------------

                MINIMAL PDP-8 BOOTSTRAP PROGRAM (RX)

   The following is a minimal length boot program for both the RX01 and
RX02 mode systems.  This boot tries only the specified drive with the
specified density.  Start at location 32 to BOOT drive 0.  Start at
location 22 to boot drive 1.

/ * THIS FIRST SECTION IS NECESSARY ONLY WHEN BOOTING ONTO DRIVE 1.
         / READS IN SECTOR 1 TRACK 1 ON SPECIFIED DRIVE
22*6755  BOTDV1,  SDNF            /START HERE TO BOOT DRIVE 1.
23*7000           NOP             /SKIP THIS WHEN CLEARING FLAG
24*7327           AC6             /SET AC=6
25*1061           TAD  UNIT       /MAKE INTO READ SECTOR COMMAND
26*6751           LCD             /COMMAND = CONTROLLER
27*7301           CLA  IAC        /SET AC TO 1 FOR SECTOR, TRACK
30*4053           JMS  LOAD       /SEND SECTOR TO CONTROLLER
31*4053           JMS  LOAD       /SEND TRACK TO CONTROLLER
         / DOES NOT USE LOCATIONS 22-31 WHEN STARTED AT 32
         /
         / START AT LOCATION 32 TO BOOT DRIVE 0.
         / USES INIT TO READ DRIVE 0 TRACK 1 SECTOR 1
         /
32 7305  BOTDV0,  CLA CLL IAC RAL /GENERATE THE EMPTY BUFFER COMMAN
33 6755  CHKFLG,  SDNF            /WAIT FOR DONE FLAG UP
34 5054           JMP  LOAD+1     /NO - CHECK FOR READY TRANSFER
35 1061           TAD  UNIT       /YES-PUT IN READ UNIT, DENSITY
36 6751           LCD             /SEND EMPTY BUFFER COMMAND
37 5047           JMP  BOTLP      /START TO LOAD SECTOR BUFFER
         ////////
         ////////
47 4053  BOTLP,   JMS  LOAD       /READ NEXT WORD FROM SILO
50 3002           DCA  2          / START LOADING AT LOC. 2
51 2050           ISZ  .-1        / BUMP LOAD ADDRESS
52 5047           JMP  BOTLP      /CONTINUE EMPTYING BUFFER
         /
53 ****  LOAD,    0               /DATA TRANSFER SUBROUTINE
54 6753           STRF            / SKIP IF CONTROLLER WILL SPEAK
55 5033           JMP  CHKFLG     / NO - CHECK IF FINISHED
56 6752           XDR             / TRANSFER DATA IN OR OUT
57 5453           JMP  I LOAD     / RETURN TO CALLER
         /
60 7004  (DY0)    OR   7024  (DY1)/ USED BY SECONDARY BOOT
                                  / TO SELECT DRIVE 0 OR DRIVE 1
61 0000  OR  0400 OR  0020 OR 0420/ DX0-SD, DX0-DD, DX1-SD, DX1-DD


  This bootstrap requires different values in locations 60 and 61
for single or double density,  and drive 0 or drive 1 bootstrapping.
These values are listed below.

    Drive 0, Single Density - Start at location 32
             60/ 7004
             61/ 0000

    Drive 0, Double Density - Start at location 32
             60/ 7004
             61/ 0400

    Drive 1, Double Density - Start at location 22
             60/ 7024
             61/ 0420


------------
Richard

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU;  5 Jan 90 15:30:58 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa06345;
          5 Jan 90 15:27 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.106)
	id AAsunic15016; Fri, 5 Jan 90 13:55:24 +0100
Date: Fri 5 Jan 90 13:55:07
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: Software...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <900105135507.23.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

Does anybode have Commercial BASIC?
That is the BASIC that DEC released together with OS/78,
to replace OS/8 BASIC.
I'd like a copy of it.

Also, another problem I have...

I would like to get the bootstrap for RX01 and RL01.
I can boot RX through the BOOT program, and has an ugly
hack which boots an RL, but would like to get my hands
on the official way to do this from the front panel.

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 27 Dec 89 19:27:34 EST
Received: from MITVMA.MIT.EDU by mintaka.lcs.mit.edu id aa16776;
          27 Dec 89 19:23 EST
Received: from MITVMA.MIT.EDU by mitvma.mit.edu (IBM VM SMTP R1.2.1MX) with BSMTP id 9634; Wed, 27 Dec 89 19:22:26 EST
Received: from ccm.UManitoba.CA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id
 6835; Wed, 27 Dec 89 19:22:25 EST
Date:    Wed, 27 Dec 89 18:20 CST
From:    RFLUKES%ccm.UManitoba.CA@mitvma.mit.edu
To:      pdp8-lovers@mc.lcs.mit.edu
Subject: PDP8/e parts wanted
Message-ID:  <8912271923.aa16776@mintaka.lcs.mit.edu>

I have an RK8E controller board set which I would be willing to
swap for an:
              RX8E - RX Disk Controller
              RL8A - RL Disk Controller
              FPP8A - Floating Point Processor

I would be willing to add some cash for the RL8A and FPP8A.

I also require a PC8-E reader/punch controller (M840) which I
would like to purchase outright.

I own a rather large number of PDP-11 Unibus cards and would
also invite offers to sell or swap these for Omnibus,  or
Qbus boards.

Thanks,
                   Richard F. Lukes
                   Computer Science Department
                   University of Manitoba
                   Winnipeg, Manitoba  R3T 2N2
                   Canada

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU; 22 Dec 89 19:44:47 EST
Date: Fri, 22 Dec 89 19:45:28 EST
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  More hardware...
To: "D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Mon 18 Dec 89 10:42:46 from Johnny Billquist <D89.JOHNNY-BILLQUIST at aida.csd.uu.se>
Message-ID: <682642.891222.RS@AI.AI.MIT.EDU>


I think I have a KP8-E powerfail unit somewhere around here... 
lemme look.

Excellent find last night...  I was digging around in the
attic of Dupont Hall at the U of Delaware with some friends of 
mine, and one of them said "Hey, I know where there are some
*unused* DECtapes...".  Well, we went there, and there were
no DECtapes to be found, but what he was referrinng to as
DECtapes was actually a whole case of virgin DEC non-oiled 
paper tape...  

                                        ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 19 Dec 89 06:37:47 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa12286;
          19 Dec 89 6:30 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.103)
	id AAsunic24949; Tue, 19 Dec 89 12:29:23 +0100
Date: Tue 19 Dec 89 12:29:55
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: A pdp8/i available...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <891219122955.33.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

For all you guys interested in real machines, there is a pdp8/i
called CRAP-1 here at Uppsala, which can be reached by telnet.
It has the address CRAP.UPDATE.UU.SE (130.238.64.151)
The machine only has DECtape, so give it some time to respond.
It has, however recently (at long last) been upgraded to OS/8 V3D :-)
Please do not scratch any tapes, or run BUILD with funny parameters...
Have as much fun as you like... (isn't old machines beautiful...)

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 18 Dec 89 04:48:06 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa13663;
          18 Dec 89 4:43 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.103)
	id AAsunic08556; Mon, 18 Dec 89 10:42:08 +0100
Date: Mon 18 Dec 89 10:42:46
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: More hardware...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <891218104246.35.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

I'm looking for some more hardware to my little beauty.
Specifically:

KP8-E Powerfail autorestart option (M848 I believe)
KT8-A Memory Management Option
KL8-A Serial line multiplexer

I doubt that the last two items is easily found, but I can
always hope.
I anybody got any of this stuff, and is willing to give, sell
or exchange this with other stuff, let me know.

Now to stuff I have in excess, if anybody need any of this, let me know.
Positive I/O bus interface (lots of them)
KK8-A (that's a pdp8/a CPU) (one)
KM8-A and DKC8-AA (one of each) (this is the two option boards for the
8/a, both are faulty, but should be easy to fix, since it is no
big faults, I can tell exactly what faults they have...)
KK8-E (that's the pdp8/e CPU) (one)

Also, of anybody has KL8-JA Terminal boards over, I'd be interested.
KL8-E might be nice too, but I prefer -JA, since I have a plan for
modifying them to have software settable speed.

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 18 Dec 89 03:02:18 EST
Received: from MITVMA.MIT.EDU by mintaka.lcs.mit.edu id aa08860;
          18 Dec 89 2:50 EST
Received: from MITVMA.MIT.EDU by mitvma.mit.edu (IBM VM SMTP R1.2.1MX) with BSMTP id 8512; Mon, 18 Dec 89 02:26:55 EST
Received: from SASK.USask.CA by MITVMA.MIT.EDU (Mailer R2.05) with BSMTP id
 7343; Mon, 18 Dec 89 02:26:54 EST
Received: from dvinci.USask.ca by SASK.USask.CA; Mon, 18 Dec 89 01:12 CST
Received: from skdad. by dvinci.USask.ca (4.0/SMI-3.2); Mon, 18 Dec 89 01:10:48
 CST id AA00962 for PDP8-LOVERS@MC.LCS.MIT.EDU
Received: by skdad. (4.0/SMI-4.0) id AA08636; Mon, 18 Dec 89 01:11:24 CST
Date: Mon, 18 Dec 89 01:11:24 CST
From: russe320%SKDAD.USask.CA@mitvma.mit.edu
Subject: DEC tape controller and parts
To: PDP8-LOVERS@MC.lcs.mit.edu
Message-Id: <8912180711.AA08636@skdad.>

I need a TD8-E DEC tape controller and some boards from a TU5{ DEC tape drive
The technical drawing would also be useful.
Can anyone help?

  Norm

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU; 17 Dec 89 11:02:47 EST
Date: Sun, 17 Dec 89 11:05:59 EST
From: Doug Humphrey <DIGEX%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  TU10...
To: "D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Sat 9 Dec 89 00:34:46 from Johnny Billquist <D89.JOHNNY-BILLQUIST at aida.csd.uu.se>
Message-ID: <680429.891217.DIGEX@AI.AI.MIT.EDU>

I used to have TU-10s on my KA-10, and I think that teh 
drawings are still in the area somewhere.  I will look for them.

Doug


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU; 12 Dec 89 20:57:57 EST
Date: Tue, 12 Dec 89 20:59:29 EST
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  tops10
To: convex!datri@UXC.CSO.UIUC.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Tue 12 Dec 89 09:05:34 -0600 (CST) from Anthony A. Datri <convex!datri at uxc.cso.uiuc.edu>
Message-ID: <678720.891212.RS@AI.AI.MIT.EDU>


> Last I knew Compuserve was 39 10's.  Since Compuserve id's are things like
> 3124,23423 , I always assumed they ran tops-10.  I have a picture (a few 
> years old, admittedly) that shows a bunch of KI's with scads of DECtape.

As DIGEX, who knows more about these things than I do will be happy
to attest, the key is "ran".  Compuserve's machines run an operating
system that _used to be_ tops-10, but has been hacked and modified
beyond belief.  They started out with KAs and KIs; I'm pretty sure I
heard that there are no more KAs there.  There may be some KIs left,
but I would guess that the majority of what they have these days are
KLs.  They are probably the largest commercial user of DECsystem 10s
(note the capitalization - it's DECsystem 10, DECSYSTEM 20...) left
in the world.  Maybe the largest that ever was.

Anyway, as previously noted, KICKI, a machine at Stacken, the computer
club at the Royal Institute of Technology in Stockholm, Sweden, is
to my knowledge, the only TOPS-10 machine on the Internet today.
It is a 3-processor KI-10 (usually running in a 2-processor configuration
due to power considerations), which runs a version of TOPS that was
hacked to allow symmetric multiprocessing (SMP), which is normally
only available on KLs.  Although KICKI is the only DEC-10 at the
Royal Institute of Technology that's on the Internet, there are
others there that you can connect to via the ANF-10 front ends.
Try a "set host" to ODEN, NADJA, and AURORA.  ODEN is a dual-processor
KL, NADJA and AURORA are DECSYSTEM 2020s, running Tops-10.

                                        ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 12 Dec 89 17:03:28 EST
Received: from uxc.cso.uiuc.edu by mintaka.lcs.mit.edu id aa29888;
          12 Dec 89 16:53 EST
Received: from convex.UUCP by uxc.cso.uiuc.edu with UUCP
	(5.61+/IDA-1.2.8) id AA22926; Tue, 12 Dec 89 14:11:39 -0600
Received: by convex (5.51/4.7)
	id AA03263; Tue, 12 Dec 89 09:05:37 CST
Received: by concave (5.51/7.0)
	id AA23544; Tue, 12 Dec 89 09:05:35 CST
Received: from Version.6.23.N.CUILIB.3.44.SNAP.NOT.LINKED.concave.Unknown.Machine.Type
          via MS.5.5.concave.convex;
          Tue, 12 Dec 89 09:05:34 -0600 (CST)
Message-Id: <sZVFCyy2e4M1Et1-U=@concave>
Date: Tue, 12 Dec 89 09:05:34 -0600 (CST)
From: "Anthony A. Datri" <convex!datri@uxc.cso.uiuc.edu>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: re: tops10

Last I knew Compuserve was 39 10's.  Since Compuserve id's are things like
3124,23423 , I always assumed they ran tops-10.  I have a picture (a few years
old, admittedly) that shows a bunch of KI's with scads of DECtape. A KI was my
first real machine to work on, at the Alcoa Technical Center near New
Kensington, PA.  Ran TOPS-10.  While I was around (as an Explorer) they
upgraded it to a KL.  I'm not sure if they still have it.

A couple years ago at CMU the CS department stuck the venerable cmucsb out into
the hallway.  Here's what it had:

CMU-CS-B pdp10 (KI10)

Cab #           Description
-----           -----------
1               TM10
2               TU20
3               RP10
4               DF10
5               RH10
6               TU10 (2x)
7               RH10
8               MG10
9               MG10
10              MG10
11              MG10
12              TD10 + TU55 (3x)  {4 Readers total}
13              KI10  {Cabinet 1}
14              DA28
15              KI10  {Cabinet 2}
16              KI10  {Cabinet 3 -- Console & Paper-tape Reader}
17              RP03
18              RP03
19              RP06
20              RP06
21              RP06
22              RP06  {Crashed}
23              RP06
24              DF10C
25              DA28C
26              KI10  {Processor 2, Cabinet 1}
27              KI10  {Processor 2, Cabinet 2}
28              TM10
29              DL10
30              KL10  {Processor 2, Cabinet 3}
31              TU20
32              TM10
33              TD10 + TU55 (3x)
34              RP10
35              RX01 (3x)


Needless to say, it was a looooooooooong hallway.  cm* was next to it.

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 11 Dec 89 17:29:51 EST
Received: from Sun.COM by mintaka.lcs.mit.edu id aa11416; 11 Dec 89 17:09 EST
Received: from snail.Sun.COM (snail.Corp.Sun.COM) by Sun.COM (4.1/SMI-4.1)
	id AA07204; Mon, 11 Dec 89 10:02:51 PST
Received: from East.Sun.COM by snail.Sun.COM (4.1/SMI-4.1)
	id AA15872; Mon, 11 Dec 89 09:59:57 PST
Received: from suneast.East.Sun.COM by East.Sun.COM (4.1/SMI-4.1)
	id AA04261; Mon, 11 Dec 89 13:00:28 EST
Received: from pdp8.East.Sun.COM by suneast.East.Sun.COM (4.1/SMI-4.1)
	id AA12222; Mon, 11 Dec 89 13:01:48 EST
Received: by pdp8.East.Sun.COM (4.1/SMI-4.1)
	id AA09462; Mon, 11 Dec 89 13:01:24 EST
Date: Mon, 11 Dec 89 13:01:24 EST
From: Jonathan Dreyer - Sun BOS PC Distributed Systems <jdreyer@east.sun.com>
Message-Id: <8912111801.AA09462@pdp8.East.Sun.COM>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Re:  The program problem...

> Did anybody manage to write a program that clears 4kw memory,
> including the space that the program resides in?
> 
> I didn't.
> 
> Cold we have the answer, maybe.

I did this in college, and amazingly I cannot remember my solution.
(It was written in the margin of my book...) However, here's one I did
come up with (I know it's not the same as my original, which had no JMS
instruction).  Like Robert, I can't test this one.
----------------------------------------------------
/This program clears all of a 4K PDP-8's memory.
/Start reading at "start".

*0
/... and this last instruction first increments auto10 to zero,
/then stores a zero at location zero, finishing the job.
        dca i 10
loc1,   11
        0
        0
        0
        0
        0
        0
auto10, loop

*7772
start,  cla
/The next three lines clear from 11 through loop,
/then increment location 1 until it's zero.
/After this, all that remains nonzero are locs 0, 10 and loop+1 through 7777.
loop,   dca i loc1
        isz loc1
        jmp loop
/The previous jmp is dangerous, so nuke it now.
        dca .-1
/Here's the fun part:
/We are at location 7777, so the return address of a jms from here (the
/number stored at the target address) is 0.  Thus this next instruction
/first zeros the isz, then we wander back to zero the (already zeroed) jmp,
/then the dca and finally this instruction itself, when we find memory
/clear but for locations 0 and auto10, and we are
/executing at location 0 with auto10 containing 7777...
        jms i auto10
       

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 11 Dec 89 12:08:51 EST
Received: from isy.liu.se by mintaka.lcs.mit.edu id aa06639; 11 Dec 89 11:59 EST
Received: from rainier.isy.liu.se by isy.liu.se with SMTP
	(5.61-bind 1.2+ida/IDA-1.2.8.2/LTH/LiTH) id AA08413; Mon, 11 Dec 89 17:58:43 +0100
Received: by rainier.isy.liu.se; Mon, 11 Dec 89 17:58:41 +0100
Date: Mon, 11 Dec 89 17:58:41 +0100
From: P{r Emanuelsson <pell@isy.liu.se>
Message-Id: <8912111658.AA22530@rainier.isy.liu.se>
To: abbott@ms.uky.edu, jsol@bu-it.bu.edu
Subject: Re:  Hi, folks!
Cc: pdp8-lovers@MC.lcs.mit.edu

>kicki.stacken.kth.se is a PDP-10 (KI twins) running 7.02C (I think).
>I don't know if you can get an account on it (you should be able to).
>It's down alot and when it gets fixed, it runs fine.

It's usually not down a lot, but Peter is in the process of moving the
whole system. He has also had some nasty system krasches a couple of
weeks ago which has brought the whole thing down. Anyway, mail to
roll@kicki.stacken.kth.se will probably be most effective (if the mail
doesn't get through, there's no point in asking for an account at this time).
BTW, I think it's running 7.03.

Cheers,

    /Pell

PS I thought this list was for "PDP-8 and *other* vintage DEC computers" so
discussing PDP-10's should be OK, right??

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 11 Dec 89 11:12:00 EST
Received: from BU-IT.BU.EDU by mintaka.lcs.mit.edu id aa03720;
          11 Dec 89 11:07 EST
Received: from BUIT5.BU.EDU by bu-it.BU.EDU (5.58/4.7)
	id AA14104; Mon, 11 Dec 89 11:06:45 EST
Return-Path:  <jsol@bu-it.bu.edu>
Received:  by buit5.bu.edu (3.2/4.7)
	id AA02077; Mon, 11 Dec 89 11:06:41 EST
Date:  Mon, 11 Dec 89 11:06:41 EST
From: jsol@bu-it.bu.edu
Message-Id:  <8912111606.AA02077@buit5.bu.edu>
To: abbott@ms.uky.edu
Cc: pdp8-lovers@MC.lcs.mit.edu
In-Reply-To: Joel Abbott's message of Mon, 11 Dec 89 10:12:07 EST <8912111012.aa22555@s.s.ms.uky.edu>
Subject: Hi, folks!

   Date:     Mon, 11 Dec 89 10:12:07 EST
   From: Joel Abbott <abbott@ms.uky.edu>
   Organization:  The Jimi Hendrix Fan Club

   I know this list is primarily for pdp8's, but I was curious if
   anyone knows if there is an existing dec-10 running on tops10.
   I haven't heard of anything running tops-10 for awhile now...

   The one I used was retired 4 years ago and I still miss it.
   Nothing like a good game of DECWAR to keep ya going!!  I am in
   major nostalgia mode, so any information would be neat.
   Thanks.
   --
   Joel Abbott -> abbott@ms.uky.edu, abbott@ukma.bitnet, uunet!ukma!abbott


kicki.stacken.kth.se is a PDP-10 (KI twins) running 7.02C (I think).
I don't know if you can get an account on it (you should be able to).
It's down alot and when it gets fixed, it runs fine.

--jsol

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU; 11 Dec 89 10:28:49 EST
Received: from e.ms.uky.edu by mintaka.lcs.mit.edu id aa01200;
          11 Dec 89 10:16 EST
Received: from s.ms.uky.edu by g.ms.uky.edu id aa21951; 11 Dec 89 10:13 EST
Date:     Mon, 11 Dec 89 10:12:07 EST
From:     Joel Abbott <abbott@ms.uky.edu>
To:       pdp8-lovers@mc.lcs.mit.edu
Subject:  Hi, folks!
Organization:  The Jimi Hendrix Fan Club
Message-ID:  <8912111012.aa22555@s.s.ms.uky.edu>

I know this list is primarily for pdp8's, but I was curious if
anyone knows if there is an existing dec-10 running on tops10.
I haven't heard of anything running tops-10 for awhile now...

The one I used was retired 4 years ago and I still miss it.
Nothing like a good game of DECWAR to keep ya going!!  I am in
major nostalgia mode, so any information would be neat.
Thanks.
--
Joel Abbott -> abbott@ms.uky.edu, abbott@ukma.bitnet, uunet!ukma!abbott

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU;  8 Dec 89 18:46:11 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa27006;
          8 Dec 89 18:39 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.103)
	id AAsunic11498; Sat, 9 Dec 89 00:37:52 +0100
Date: Sat 9 Dec 89 00:34:46
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: TU10...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <891209003446.9.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

Does anybody have drawings on the TU10 dec magtape?
Mine has stopped working. The vacuum sucker don't suck anymore
(is it a sucker?). Please let me know if you have, and
if you can spare me a copy. (I'll even pay for it).

	Johnny
-------

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 22 Nov 89 08:54:31 EST
Date: Wed, 22 Nov 89 08:55:31 EST
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  The program problem...
To: "D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Tue 21 Nov 89 20:25:50 from Johnny Billquist <D89.JOHNNY-BILLQUIST at aida.csd.uu.se>
Message-ID: <672248.891122.RS@AI.AI.MIT.EDU>


Here's one that I just whipped up.  My PDP-8s are in storage, else
I'd check it, so someone else will have to do it for me.

	*0
	DCA IZ 10
	0
	0
	0
	0
	0
	0
	0

	*10
	11

	*7773
LOOP,	CLL CLA
	SKP
	DCA JPK
	DCA IZ 10
JPK,	JMP LOOP

Theory of operation:  Start program at 7773.  It will start dropping
zeros into memory beginning at location 11.  Bear in mind that 0000
is AND 0; if the accumulator is clear, it serves as a two-cycle no-op.
The CLA CLL is not necessary except on the first pass, and is the
first instruction of the program to get wiped out.  Next instruction
to die is the SKIP, which will cause (on the next loop) the DCA JPK
instruction to be executed, obliterating the jump.  The program counter 
will loop around to 0000 and clear out the last couple of words...

                                        ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 21 Nov 89 14:43:50 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa18994;
          21 Nov 89 14:34 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.99)
	id AAsunic19398; Tue, 21 Nov 89 20:33:49 +0100
Date: Tue 21 Nov 89 20:32:18
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: MACREL...
To: pdp8-lovers@mc.lcs.mit.edu
Message-Id: <891121203218.22.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

Hi, all you pdp8 lovers out there...

Does anybody has the sources for MACREL version 2?
I have the binaries, but would like to have the sources
as well.

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 21 Nov 89 14:36:08 EST
Received: from [130.237.216.2] by mintaka.lcs.mit.edu id aa05826;
          21 Nov 89 14:28 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.99)
	id AAsunic19142; Tue, 21 Nov 89 20:27:21 +0100
Date: Tue 21 Nov 89 20:25:50
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: The program problem...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <891121202550.22.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

Did anybody manage to write a program that clears 4kw memory,
including the space that the program resides in?

I didn't.

Cold we have the answer, maybe.

	Johnny
-------

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 16 Nov 89 14:30:04 EST
Received: from sunic.sunet.se by mintaka.lcs.mit.edu id aa20265;
          16 Nov 89 13:42 EST
Received: from AIDA.CSD.UU.SE by sunic.sunet.se (5.61+IDA/KTH/LTH/1.99)
	id AAsunic17574; Thu, 16 Nov 89 19:41:32 +0100
Date: Thu 16 Nov 89 19:40:31
From: Johnny Billquist <D89.JOHNNY-BILLQUIST@aida.csd.uu.se>
Subject: My address...
To: pdp8-lovers@MC.lcs.mit.edu
Message-Id: <891116194031.14.D89.JOHNNY-BILLQUIST@AIDA.CSD.UU.SE>

has changed. Since I don't know which people might
have my old address, I'm sending this to all you guys
on pdp8-lovers. My old address was bqt@kicki.stacken.kth.se,
but since the funny actions of the owner of that machine
(Peter Lothberg) has disabled my account for no reason
on that machine, you can no longer send any mail to me
there.

Please note my new (and only) address is:
D89.Johnny-Billquist@aida.csd.uu.se

	Kind regards
	Johnny
-------

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 27 Oct 89 10:08:46 EDT
Date: Fri, 27 Oct 89 10:12:47 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Software...
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <661271.891027.RS@AI.AI.MIT.EDU>


> I'm desperately looking for some programs for OS/8.
> More specifically: RL02 device driver, RL02 formatter
> and also RL01 formatter.

You can't format RL drives, can you?  I thought they came pre-formatted
from the factory.

                                        ---Rob



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 27 Oct 89 10:04:53 EDT
Date: Fri, 27 Oct 89 10:08:48 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Software...
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of 22-Oct-89 19:41:51 +0100 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <661270.891027.RS@AI.AI.MIT.EDU>


> I'm desperately looking for some programs for OS/8.
> More specifically: RL02 device driver, RL02 formatter
> and also RL01 formatter.

You can't format RL drives, can you?  I thought they came pre-formatted
from the factory.

                                        ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 25 Oct 89 16:11:41 EDT
Received: from K.GP.CS.CMU.EDU by mintaka.lcs.mit.edu id aa28612;
          25 Oct 89 16:05 EDT
Received: from k.gp.cs.cmu.edu by K.GP.CS.CMU.EDU id aa01453;
          25 Oct 89 16:04:31 EDT
To: PDP8-LOVERS@MC.lcs.mit.edu
Subject: Re: FORTRAN IV - GRAPHICS 
In-reply-to: Your message of Wed, 25 Oct 89 13:49:45 -0400.
             <660191.891025.RS@AI.AI.MIT.EDU> 
Date: Wed, 25 Oct 89 16:04:27 EDT
Message-ID: <1451.625349067@K.GP.CS.CMU.EDU>
From: Paul.Birkel@k.gp.cs.cmu.edu


As I recall, it would seem trivial to repair any of the digital logic
8/I and 8/L boards by simply replacing a handful of SSI chips (74xx).
You could do it pretty blindly with an excellent chance of success
IF you're good at removing DIPs from circuit boards. Since those were
single-sided boards you'll have to be careful about the pads lifting,
in which case simply clip all of the package leads (14/16) and then
remove each separately. Install a low-profile socket (for next time ...).

I've made many reparis and mods to 8/L's over the years by this method
without any problems. Also, since the circuitry is so simple on a card,
you can easily do fault analysis in single-step mode from the backplane
(wire-wrap) alone -- no extender board is required and all you need is
a level indicator (logic low/high) and a latch (did a pulse pass?). A
nice environment to learn hardware repair ...

The analog components (i.e. memory drivers and sensors) are another
matter entirely ...

paul

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 25 Oct 89 14:05:06 EDT
Received: from ai.ai.mit.edu by mintaka.lcs.mit.edu id aa11242;
          25 Oct 89 13:58 EDT
Date: Wed, 25 Oct 89 13:49:45 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Subject:  FORTRAN IV - GRAPHICS
To: wally@aerospace.aero.org
cc: PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, 
    PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, wally@MINTAKA.lcs.mit.edu
In-reply-to: Msg of Wed 25 Oct 89 07:55:37 -0700 from wally at aerospace.aero.org
Message-ID: <660191.891025.RS@AI.AI.MIT.EDU>


Will they repair 3-digit M-series logic boards? (like the M220, which
is used as an accumulator in the 8/I and 8/L)  How do their prices look?

                                        ---Rob


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 25 Oct 89 11:03:30 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa08852;
          25 Oct 89 10:55 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA18909; Wed, 25 Oct 89 07:55:39 -0700
Posted-Date: Wed, 25 Oct 89 07:55:37 -0700
Message-Id: <8910251455.AA18909@aerospace.aero.org>
To: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu>
Cc: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: FORTRAN IV - GRAPHICS
In-Reply-To: 
Date: Wed, 25 Oct 89 07:55:37 -0700
From: wally@aerospace.aero.org

I'm wondering if anybody does FORTRAN IV. I use an enhanced version
done by Steve Bsech. Also, I have  Tektronics compatable graphics
which is interactive. I found a place which repairs the FPP8A with-
out which I would probably not do FORTRAN IV on my '8'. The place
is called Efficient Field Service (508 251-7800). They also repair
other PDP8 boards. 

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 25 Oct 89 01:28:34 EDT
Date: Wed, 25 Oct 89 01:32:20 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  [djji: Wanted: Old PDP-8's]
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <659945.891025.RS@AI.AI.MIT.EDU>

Date: 17 Oct 89 14:05:33 CDT (Tue)
From: Dave Iverson <djji at aicchi.chi.aic.com>
To:   rs at eddie.mit.edu
Re:   Wanted: Old PDP-8's
Newsgroups: comp.sys.dec
References: <10355@nlm-mcs.arpa>
Organization: Analysts International; Chicago Brankh

(With apologies to all from a first-time "r" user, hoping this goes straight
to Robert)

Yes, please! Do add my path to the PDP8-LOVERS newsletter.  There is at this
very moment a PDP-8 and a DEC-TAPE lurking in my closet,
having been promised that they will one day again see active service.
We will keep in touch.
  David JJ Iverson


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 25 Oct 89 01:20:45 EDT
Date: Wed, 25 Oct 89 01:24:29 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  [djji: Wanted: Old PDP-8's]
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <659939.891025.RS@AI.AI.MIT.EDU>

Date: 17 Oct 89 15:31:09 CDT (Tue)
From: Dave Iverson <djji at aicchi.chi.aic.com>
To:   rs at eddie.mit.edu
Re:   Wanted: Old PDP-8's
Newsgroups: comp.sys.dec
References: <10355@nlm-mcs.arpa>
Organization: Analysts International; Chicago Branch

(With apologies, from a user striking "r" for the second time...)
They tell me, Robert, that you will need this ...
djji@aicchi.khi.aic.com
And thank you for running PDP8-LOVERS newsletter!
 David JJ Iverson


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 Oct 89 23:36:06 EDT
Received: from life.ai.mit.edu by mintaka.lcs.mit.edu id aa00408;
          22 Oct 89 23:25 EDT
Received: from KICKI.STACKEN.KTH.SE by life.ai.mit.edu (4.0/AI-4.10) id AA13381; Sun, 22 Oct 89 14:43:00 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 22-Oct-89 19:41:51 +0100
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Software...
Message-Id: <12536203372.17.1113.7660@KICKI.STACKEN.KTH.SE>

I'm desperately looking for some programs for OS/8.
More specifically: RL02 device driver, RL02 formatter
and also RL01 formatter.

Anybody who has any of this software, please drop me a line,
or preferrably, drop me the software by e-mail.

	Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 18 Oct 89 23:16:39 EDT
Received: from [130.14.1.1] by mintaka.lcs.mit.edu id aa11934;
          18 Oct 89 23:14 EDT
Received: by mcs.nlm.nih.gov (5.59/1.14)
	id AA09418; Wed, 18 Oct 89 23:14:52 EDT
Date: Wed, 18 Oct 89 23:14:52 EDT
From: Michael D'Alessandro <sandro@mcs.nlm.nih.gov>
Message-Id: <8910190314.AA09418@mcs.nlm.nih.gov>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Wanted: a PDP-8

I am interested in acquiring an old PDP-8, for purposes of restoring it
and then maintaining it, in operating condition.  One of my hobbies is
collecting old hardware, and restoring it to working condition.  If you know
of any PDP-8's that are on the scrapheap, where one finds PDP-8 scrapheaps,
or if you have an old PDP-8 lying around the lab that you can't bear to
throw out for memory's sake; drop me a line.  I'd love to get my hands on
one of the beasts, I'd surely give it a good home.


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 13 Oct 89 15:34:44 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa20972;
          13 Oct 89 15:30 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA06773; Fri, 13 Oct 89 12:29:50 -0700
Posted-Date: Fri, 13 Oct 89 12:29:47 -0700
Message-Id: <8910131929.AA06773@aerospace.aero.org>
To: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu>
Cc: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: BIG sale
In-Reply-To: 
Date: Fri, 13 Oct 89 12:29:47 -0700
From: wally@aerospace.aero.org

For sale: PDP8 the model in the plastic bubble
          PDP8/E no memory, HS paper tape, EAE, Large RK disk
          I can't recall the exact name RK8 or something. Anyway,
          it uses the same disk pack as the RK05 and has a 
          controller with more than 100 'flip chips'.
          
Call Rod Shepstone 213 649-4480 and make offer. 

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 13 Oct 89 09:54:49 EDT
Received: from relay.cs.net by mintaka.lcs.mit.edu id aa16413;
          13 Oct 89 9:48 EDT
Received: from relay2.cs.net by RELAY.CS.NET id aa18893; 13 Oct 89 8:48 EDT
Received: from zix.gmd.dbp.de by RELAY.CS.NET id aq11549; 13 Oct 89 9:44 EDT
Received: from zix.gmd.dbp.de by .zix.gmd.dbp.de id a003589; 13 Oct 89 14:25 MET
Date: 13 Oct 89 13:03 GMT+0100
From: ulrich nielsen <nielsen@vax.hmi.dbp.de>
To: PDP8-LOVERS@mc.lcs.mit.edu
Message-ID: <66:nielsen@vax.hmi.dbp.de>
Subject: Subscription

as an old friend of PDP8's (running the PDP 8e ser.no. 13 in 1971) I would 
like to subscribe for membership
Ulrich Nielsen at Hahn-Meitner-Institut Berlin


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 11 Oct 89 09:40:48 EDT
Received: from MITVMA.MIT.EDU by mintaka.lcs.mit.edu id aa09619;
          11 Oct 89 9:36 EDT
Received: from MITVMA.MIT.EDU by mitvma.mit.edu (IBM VM SMTP R1.2.1MX) with BSMTP id 4925; Wed, 11 Oct 89 09:35:50 EDT
Received: from ccm.UManitoba.CA by MITVMA.MIT.EDU (Mailer R2.03B) with BSMTP id
 0778; Wed, 11 Oct 89 09:35:47 EDT
Date:    Wed, 11 Oct 89 08:12 CDT
From:    RFLUKES%ccm.UManitoba.CA@mitvma.mit.edu
To:      pdp8-lovers@mc.lcs.mit.edu
Subject: Looking for 8/e system components.
Message-ID:  <8910110936.aa09619@mintaka.lcs.mit.edu>

Hello gentlemen.  This is my first posting to this list:

I am currently configuring one of my personal PDP8/e systems to
run OS/8.  This system has an Omnibus expansion chassis,  32kW
of core,  EAE,  and 2 RK05 disks.  At this stage,  I find
myself looking for the following items to complete my system:

      - Fortran IV for OS/8 on DECtape,  paper-tape, or floppy
      - an LQP (Letter Quality Printer) Omnibus Interface
      - an RX8-E Omnibus RX floppy disk controller
      - a TD8-E Omnibus DECtape controller

I am also looking for the following items for other projects:

      - 8kW or 4kW Omnibus core memory
      - Omnibus prototyping boards (W966, W967, etc...)
      - any Quad-size proto boards (preferably wirewrap style)

If anyone out there has some of these items they would be willing
to part with,  send e-mail,  and we can work out a swap for
equipment or cash.

Many thanks,
                        Richard F. Lukes
                        Computer Science Department
                        University of Manitoba

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  3 Oct 89 13:00:02 EDT
Received: from decwrl.dec.com by mintaka.lcs.mit.edu id aa19170;
          3 Oct 89 12:55 EDT
Received: by decwrl.dec.com; id AA00699; Tue, 3 Oct 89 09:55:36 -0700
Received: from helios.UCSC.EDU by ucscc.UCSC.EDU (5.61/1.35)
	id AA17629; Tue, 3 Oct 89 09:55:05 -0700
Received: from helios.ucsc.edu (snap) by helios (4.0/4.7)
	id AA29274; Tue, 3 Oct 89 09:55:07 PDT
Received: by helios.ucsc.edu (4.0/SMI-4.0)
	id AA05175; Tue, 3 Oct 89 09:55:12 PDT
Date: Tue, 3 Oct 89 09:55:12 PDT
From: kibrick%helios.UCSC.EDU@ucscc.ucsc.edu
Message-Id: <8910031655.AA05175@helios.ucsc.edu>
To: secrist@msdsws.enet.dec.com
Subject: Focal-8 or -11 sources
Cc: "pdp8-lovers@mc.lcs.mit.edu"@decwrl.dec.com


I have sources (on PDP-8 Dectape) for the original 4K FOCAL-69, which runs
stand-alone.  I also have sources for the University of Washington FOCAL,
which runs under OS-8.  UW Focal was developed by Jim Van Zee, and may
now be a proprietary product; the version I have is about 10 years old.

I could make copies available on PDP-8 Dectape, at least for FOCAL-69.
We still have two 32K PDP-8/I's (with EAE) in operation here, although
one of these will be decommissioned within the next year.

Bob Kibrick
Lick Observatory
Natural Sciences II
University of California
Santa Cruz, CA 95064-1012
(408)-459-2262

kibrick@helios.ucsc.edu



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  3 Oct 89 12:50:10 EDT
Date: Tue,  3 Oct 89 12:50:51 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Just for fun... (PDP-8 programming problem)
To: CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU,
    "jdreyer@EAST.SUN.COM"@MINTAKA.LCS.MIT.EDU
In-reply-to: Msg of Mon  2 Oct 89 23:21:35 EDT from Christopher R. Zach <CZ%AI.AI.MIT.EDU at MINTAKA.LCS.MIT.EDU>
Message-ID: <651073.891003.RS@AI.AI.MIT.EDU>


Hmm...  If we filled all of memory with 
01101[page offset of current instruction] (3 is the opcode for DCA,
right?), loaded address 0, and pressed START, it would fill all of
memory with 0s... but I have the feeling that that's not what you had
in mind ;-)  (Start will clear AC on the 8/L, thus insuring that
location 0 contains 0 also)...  Don't tell us the answer yet; I'm
still working on it.

                              ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  3 Oct 89 10:06:16 EDT
Received: from uc.msc.umn.edu by mintaka.lcs.mit.edu id aa17026;
          3 Oct 89 10:04 EDT
Received: from boombox.micro.umn.edu by uc.msc.umn.edu (5.59/1.14)
	id AA15587; Tue, 3 Oct 89 09:01:51 CDT
Date: Tue, 3 Oct 89 09:12:18 CDT
From: George Gonzalez <grg@boombox.micro.umn.edu>
Message-Id: <8910031412.AA25278@boombox.micro.umn.edu>
Received: by boombox.micro.umn.edu; Tue, 3 Oct 89 09:12:18 CDT
To: "secrist@MSDSWS.ENET.DEC.COM"@MINTAKA.lcs.mit.edu, 
    CZ%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu
Subject: Re:  FOCAL-8 or -11 sources ?
Cc: pdp8-lovers@MC.lcs.mit.edu



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Oct 89 23:24:08 EDT
Date: Mon,  2 Oct 89 23:24:40 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  FOCAL-8 or -11 sources ?
To: "secrist@MSDSWS.ENET.DEC.COM"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Mon 2 Oct 89 10:32:25 -0700 from Just boot it. <secrist at msdsws.enet.dec.com>
Message-ID: <650893.891002.CZ@AI.AI.MIT.EDU>

RCS:
	You wouldn't happen to have a Paper tape reader? I am sure I have all
the Focal stuff (including the multiuser focal which needed the DF32 drive).
Hey, who knows if any DF32 drives are still around? I am looking for a pair
of them, if anyone knows where any are stashed (if any are still left in
the world...).
							CZ


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Oct 89 23:21:01 EDT
Date: Mon,  2 Oct 89 23:21:35 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Just for fun... (PDP-8 programming problem)
To: "jdreyer@EAST.SUN.COM"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Mon 2 Oct 89 10:39:37 EDT from Jonathan Dreyer - Sun BOS PC Distributed Systems <jdreyer at east.sun.com>
Message-ID: <650890.891002.CZ@AI.AI.MIT.EDU>

John:
	Can we use an 8K pdp-8 and just bomb 1 bank?
							CZ
PS: There was a time when 8K was a lot of memory....


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Oct 89 20:02:57 EDT
Date: Mon,  2 Oct 89 20:03:25 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  FOCAL-8 or -11 sources ?
To: "secrist@MSDSWS.ENET.DEC.COM"@MINTAKA.LCS.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Mon 2 Oct 89 10:32:25 -0700 from Just boot it. <secrist at msdsws.enet.dec.com>
Message-ID: <650824.891002.RS@AI.AI.MIT.EDU>

Yes, I have the sources to FOCAL-8.  You will be most
disappointed to learn that they are hard-copy, but if
you still want them, I can arrange to have copies made,
and sent to you.

                        ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  2 Oct 89 13:36:04 EDT
Received: from decwrl.dec.com by mintaka.lcs.mit.edu id aa03397;
          2 Oct 89 13:33 EDT
Received: by decwrl.dec.com; id AA27034; Mon, 2 Oct 89 10:32:27 -0700
Date: Mon, 2 Oct 89 10:32:25 -0700
Message-Id: <8910021732.AA27034@decwrl.dec.com>
From: "Just boot it." <secrist@msdsws.enet.dec.com>
To: "pdp8-lovers@mc.lcs.mit.edu"@decwrl.dec.com
Subject: FOCAL-8 or -11 sources ?


	The sources for both focal '8 and '11 are available through
	DECUS.  Does anyone on this list have them, and if so, would
	you mail them out or make other arrangements to make them
	available ?

	rcs


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  2 Oct 89 11:15:10 EDT
Received: from Sun.COM by mintaka.lcs.mit.edu id aa01405; 2 Oct 89 11:11 EDT
Received: from snail.Sun.COM (snail.Corp.Sun.COM) by Sun.COM (4.1/SMI-4.1)
	id AA25797; Mon, 2 Oct 89 07:38:19 PDT
Received: from East.Sun.COM by snail.Sun.COM (4.1/SMI-4.1)
	id AA05805; Mon, 2 Oct 89 07:36:07 PDT
Received: from suneast.East.Sun.COM by East.Sun.COM (4.1/SMI-4.1)
	id AA08446; Mon, 2 Oct 89 10:32:54 EST
Received: from pdp8.East.Sun.COM by suneast.East.Sun.COM (4.1/SMI-4.1)
	id AA15789; Mon, 2 Oct 89 10:38:04 EDT
Received: by pdp8.East.Sun.COM (4.0/SMI-4.0)
	id AA04672; Mon, 2 Oct 89 10:39:37 EDT
Date: Mon, 2 Oct 89 10:39:37 EDT
From: Jonathan Dreyer - Sun BOS PC Distributed Systems <jdreyer@east.sun.com>
Message-Id: <8910021439.AA04672@pdp8.East.Sun.COM>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Just for fun... (PDP-8 programming problem)

Write a program that clears all memory in a 4K PDP-8.  When it's "done",
all locations (including where the program used to be) should be zero.
I put "done" in quotes because it obviously won't halt.

Ok, ok, never mind, but it *was* fun back when I was in college!


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 30 Sep 89 09:06:24 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa09327;
          30 Sep 89 9:02 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 30-Sep-89 13:44:01 +0100
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: FPP8A
Message-ID: <12530371065.30.1113.109380@KICKI.STACKEN.KTH.SE>

Is there anybody out there...

who has a FPP8A to sell, exchange for other hardware, or give away?

Also. Doesn't anybody write anything, or is it just that nothing
reaches me?

C'mon. How about discussing where to get hardware. Anybody got
a good place to lookup?

How about software? We really should put up a library somwhere.

Anybody with experience of the KT8 could enlight me on how it works.

I read a file describing a card used with ETOS, for more memory,
who also handled Data break, a real MMU actually.
Anybody seen one of these?

	Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  4 Sep 89 22:08:09 EDT
Received: from [128.2.11.131] by mintaka.lcs.mit.edu id aa00684;
          4 Sep 89 22:01 EDT
Received: by andrew.cmu.edu (5.54/3.15) id <AA02777> for PDP8-LOVERS@mc.lcs.mit.edu; Mon, 4 Sep 89 16:32:39 EDT
Received: via switchmail; Mon,  4 Sep 89 16:32:36 -0400 (EDT)
Received: from sharpshill.andrew.cmu.edu via qmail
          ID </afs/andrew.cmu.edu/service/mailqs/q007/QF.AZ0hiMS00jbYE0Jl09>;
          Mon,  4 Sep 89 16:31:22 -0400 (EDT)
Received: from sharpshill.andrew.cmu.edu via qmail
          ID </afs/andrew.cmu.edu/usr21/jaap/.Outgoing/QF.EZ0hiBa00jbYAEpFMC>;
          Mon,  4 Sep 89 16:31:10 -0400 (EDT)
Received: from Messages.7.10.N.CUILIB.3.45.SNAP.NOT.LINKED.sharpshill.andrew.cmu.edu.rt.r3
          via MS.5.6.sharpshill.andrew.cmu.edu.rt_r3;
          Mon,  4 Sep 89 16:31:09 -0400 (EDT)
Message-Id: <UZ0hiBS00jbYIEpFEK@andrew.cmu.edu>
Date: Mon,  4 Sep 89 16:31:09 -0400 (EDT)
From: Jaap Akkerhuis <jaap+@andrew.cmu.edu>
To: PDP8-LOVERS@mc.lcs.mit.edu
Subject: Re: Desoldering tips
In-Reply-To: <640213.890902.RS@AI.AI.MIT.EDU>
References: <640213.890902.RS@AI.AI.MIT.EDU>

> Excerpts from internet.pdp8-lovers: 2-Sep-89 Desoldering tips "Robert E.
> Seastrom"@MIN (881)

> So...  I solicit you folks'
> help and any suggestions that you may have for getting the chips off
> with the least pain and no damage to the board...

The easiest way is not to desolder the old chips at all.

Just cut the pins close to the chip housing, then solder the replacement
chips on these pins. Of course, you have to do this quickly. Also, you
might need to cut the pins on the new chips short to prevent the chips
to stick too much out depending on the space available between the
boards.

	jaap

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Sep 89 05:17:28 EDT
Date: Sat,  2 Sep 89 05:19:40 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Desoldering tips
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <640213.890902.RS@AI.AI.MIT.EDU>


I've got a dead 8/L that I've been meaning to work on for a while now.
The problem can be traced to 2 M220 boards (registers) that have stuck
bits or that the carry won't work on.  If I swap the boards with another
8/L, then everything is cool.  Now, I have tried to work on these boards,
but the extender that I have is flaky, and will break the machine even with
a good board in it.  I've decided that, since the total cost of all the
chips on an M220 is somewhere in the $6.00 range, the easiest solution
would be to just replace them all (yes, I know that shows no finesse, but...)
Anyway, I have replaced chips on the M220s before, and had problems with
the pads and traces coming off of the board.  So...  I solicit you folks'
help and any suggestions that you may have for getting the chips off
with the least pain and no damage to the board...

                 ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 10 Aug 89 19:38:34 EDT
Received: from ai.ai.mit.edu by mintaka.lcs.mit.edu id ab08036;
          10 Aug 89 19:36 EDT
Date: Thu, 10 Aug 89 19:26:57 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Subject:  ETOS
To: wally@aerospace.aero.org
cc: PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, 
    PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, wally@MINTAKA.lcs.mit.edu
In-reply-to: Msg of Wed 09 Aug 89 06:56:39 -0700 from wally at aerospace.aero.org
Message-ID: <632303.890810.RS@AI.AI.MIT.EDU>


Fr. Geoffrey Chase, OSB (Portsmouth Abbey School, Portsmouth, RI)
may be able to help you with this.  A while back he was running
an 8/A with ETOS...  regrettably, Fr. Geoffrey isn't on the Internet;
he's a veritable treasure chest of PDP-8 information and folklore,
and would be a welcome addition to this list.

                           ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  9 Aug 89 10:03:46 EDT
Received: from aerospace.aero.org by mintaka.lcs.mit.edu id aa14955;
          9 Aug 89 9:57 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA27047; Wed, 9 Aug 89 06:56:42 -0700
Posted-Date: Wed, 09 Aug 89 06:56:39 -0700
Message-Id: <8908091356.AA27047@aerospace.aero.org>
To: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu>
Cc: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: ETOS
In-Reply-To: 
Date: Wed, 09 Aug 89 06:56:39 -0700
From: wally@aerospace.aero.org

Does anyone know how I can get ahold of the ETOS board (TSC8-75)?
               
                         Wally Kalinowski (M2/276)
                         Aerospace
                         P.O Box 92957
                         L.A. Calif.       90009
    
                     213 336-6940
                         515-1544
              

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  6 Aug 89 22:13:08 EDT
Date: Sun,  6 Aug 89 22:14:30 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  [ted: PDP-8 mailing list]
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <630449.890806.RS@AI.AI.MIT.EDU>

Date: Sun, 6 Aug 89 17:01:47 PDT
From: Ted Sarbin <ted at bally.bally.com>
To:   PDP8-LOVERS-REQUEST at mc.lcs.mit.edu
Re:   PDP-8 mailing list

	Please include me on the PDP-8 lovers mailing list.  I first
programmed a PDP-5 (PDP-8 predecessor) in 1965.  I worked for DEC (now
digital) for ten years.  That included work with TSS/8, PS/8 (OS/8), and 
RTS-8.  That's all behind me now but I still think that the PDP-8 was a
great machine.


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  4 Aug 89 20:02:48 EDT
Received: from ai.ai.mit.edu by mintaka.lcs.mit.edu id aa21804;
          4 Aug 89 19:50 EDT
Date: Fri,  4 Aug 89 19:51:36 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Subject:  [jmbaldwi: I've got a pdp8 that I'd like to use.]
To: CZ%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu
cc: PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, 
    PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu
In-reply-to: Msg of Fri  4 Aug 89 19:04:02 EDT from Christopher R. Zach <CZ%AI.AI.MIT.EDU at MINTAKA.lcs.mit.edu>
Message-ID: <629655.890804.RS@AI.AI.MIT.EDU>


Re: papertape in boxes...

Last time I called DECdirect to inquire about this (was about
2 years ago), they were selling paper tape for $120/case.  I
think that there are something like 20 boxes in a case - in other
words, this is not cheap stuff.  If anyone out there knows where
we can get fan-folded, non-oiled, 1" paper tape for cheaper, I'd
really like to know about it.  I've been kicking around the idea
of trying to get tyvek (yes, I know it's hard on the punch) tape
and putting things like RIM and BIN loaders on it, but I haven't
had the time to try to track this stuff down.  Keep in mind that
I have a couple of boxes of 9 rolls each of oiled yellow paper tape
that we could use...  the only reason not to use oiled paper tape
in a high speed reader is that the lint from the tape will gunk
up the photodiodes that actually read the tape...  you can clean
these off; it is just a pain.

                   ---Rob



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  4 Aug 89 19:43:35 EDT
Date: Fri,  4 Aug 89 19:44:28 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  12 bit madness!!
To: "MRC@PANDA.PANDA.COM"@MINTAKA.LCS.MIT.EDU
cc: PDP8-Lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Fri 4 Aug 1989 13:58:32 PDT from Mark Crispin <MRC at panda.panda.com>
Message-ID: <629653.890804.RS@AI.AI.MIT.EDU>


I have added PDP-8-LOVERS and PDP-8-LOVERS-REQUEST as aliases for their
non-hyphenated brothers...

                     ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  4 Aug 89 19:09:18 EDT
Received: from ai.ai.mit.edu by mintaka.lcs.mit.edu id aa20717;
          4 Aug 89 19:03 EDT
Date: Fri,  4 Aug 89 19:04:02 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Subject:  [jmbaldwi: I've got a pdp8 that I'd like to use.]
To: PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu
cc: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu
In-reply-to: Msg of Fri  4 Aug 89 14:12:46 EDT from PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU at MINTAKA.LCS.MIT.EDU>
Message-ID: <629629.890804.CZ@AI.AI.MIT.EDU>

Rob & company:
	I have sitting in my basement, a original DEC OS/8 V2.0 dist kit on
papertape (what a concept). I also have a 8/I with a High speed papertape 
reader/punch, so I could duplicate the tapes quickly. The only thing I would
need is an offering of a box of blank papertape, since I have very little
at the moment. I also have complete docs for setting it up an getting it going.
	If anyone needs a copy, leave me a message.
							CZ


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  4 Aug 89 17:36:07 EDT
Received: from hanna.cac.washington.edu by mintaka.lcs.mit.edu id aa16417;
          4 Aug 89 17:32 EDT
Received: from tomobiki-cho.cac.washington.edu by hanna.cac.washington.edu
	(5.61/UW-NDC Revision: 2.1 ) id AA22108; Fri, 4 Aug 89 14:32:19 -0700
Date: Fri, 4 Aug 1989 13:58:32 PDT
From: Mark Crispin <MRC@panda.panda.com>
Sender: mrc@tomobiki-cho.cac.washington.edu
Subject: 12 bit madness!!
To: PDP8-Lovers@MC.lcs.mit.edu
Message-Id: <MailManager.618267512.1575.mrc@Tomobiki-Cho.CAC.Washington.EDU>

[Say, could someone add "PDP-8-Lovers" as an alias to this list??]

     I'm new to this group.  Many of you may already know me, but here goes:

     I have two PDP-8's; a PDP-8/f and a PDP-8/e.  These are my "fun" systems;
I also have two 2020's, one of which I use for real work and the other is spare.
PANDA.PANDA.COM is the Internet name for my 2020; its an MX record so it's only
accessible by mail.  [Tomobiki-Cho.CAC.Washington.EDU is the NeXT on my desk at
work.]

     The 8/f is a table top unit, works, and is completed filled.  It's got:
EAE, power fail restart, programmable real time clock, simple DECtape control,
12K core, and a TTY control that I modified to be 1200 baud EIA.  It plugs in
to one of the TTY ports on my 2020, and this is how I download the 8; I got all
the papertape software into files on the 2020 just before I lost access to a
paper tape reader.

     The 8/e is in a rack and doesn't work.  From console examine/deposits, it
seems to have bits stuck on and off (although the latter may be burned-out
lights).  Furthermore, its timing board doesn't work; it causes a trap to 0000
on IOTs (provided, of course, there's a board listening to that device number);
it used to be the 8/f's timing board and I swapped it out.  It has 8K of DEC
core and some unknown quantity of what appears to be third-party memory.  It
also has a TU56 DECtape drive.

     I would like to get a useful system out of all of this.  I've gotten quite
bored with the paper tape software library that came with the 8/f.  I have some
DECtapes that are purportedly OS/8 but I haven't tested any of them out yet.

     What I think I want to do is get the TU56 out of the rack and have a table
top system based on the 8/f.  The rack is too unwieldy.  I'd also like to
salvage what is useful from the 8/e.  The other possibility, if the 8/e's bus
and console are OK (that I don't know, but I doubt it considering the stuck
bits) is to use the 8/e.  Then I could use all the memory I have (20K plus the
third-party memory).  I could also wire the 8/e's TTY board to respond to the
paper-tape reader/punch and have a separate path for down/uploading.

     Any suggestions?

     Does anyone act as a clearinghouse for PDP-8 parts, e.g. will take parts
that aren't needed off people's hands and supply them to people who do need
them?  I'd be a lot more willing to give up the stuff I don't need from the 8/e
if I knew I could get some board I need for my 8/f in the future...

-- Mark --

-------

Date: Fri,  4 Aug 89 14:12:46 EDT
From: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  [jmbaldwi: I've got a pdp8 that I'd like to use.]
To: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU
Message-ID: <604221.890804.PDP8@MC.LCS.MIT.EDU>


J.M. Baldwin writes:

>I've got this PDP-8 just laying here that I'd like to use.  Where
>can I get some software for it like OS/8?
>
>This should be a valid path
>
>csusac.csus.edu!sactoh0!jmbaldwi

Can anyone out there help him?  My OS/8 distribution isn't complete.

                      ---Rob


Date: Mon, 17 Jul 89 10:43:41 EDT
From: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  MC.LCS.MIT.EDU unavailable to some systems?
To: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU
Message-ID: <599808.890717.PDP8@MC.LCS.MIT.EDU>


It has come to my attention that some mailers are having difficulty
reaching MC.LCS.MIT.EDU due to mail-routing kludges necessary until
the software to handle MC's ethernet interface are finished.  If your
mailer has been choking on MC.LCS.MIT.EDU, please try this address:

PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU

If you are still having difficulties, please send mail to me
(RS@EDDIE.MIT.EDU) explaining what's happening.

Keeping the faith...

        ---Rob


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 30 Jun 89 11:09:37 EDT
Received: from aerospace.aero.org by mintaka.lcs.mit.edu id aa02707;
          30 Jun 89 11:05 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA01257; Fri, 30 Jun 89 07:05:37 -0700
Posted-Date: Fri, 30 Jun 89 07:05:29 -0700
Message-Id: <8906301405.AA01257@aerospace.aero.org>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Re: PAL12
Date: Fri, 30 Jun 89 07:05:29 -0700
From: wally@aerospace.aero.org

Has anyone got source for PAL12? I am trying to collect everything I can
get a hold off. I have a .LS for PAL12 but can't find my original .PA
If anybody is looking for something, just let me know and I'll be happy
to send whatever. I expect to get things on a VAX and save it on mag 
tape. Here at my work, we still use the '8'. Mostly it is used for small
FORTRAN jobs - graphics. We have good interactive graphics. It is very
fast from the editor thru a running program using a silicon (RAM) disk. 

                          Wally Kalinowski
                          213 336-6940       work
                              515-1544       home

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 Jun 89 15:10:13 EDT
Received: from Sun.COM by mintaka.lcs.mit.edu id aa01374; 22 Jun 89 15:05 EDT
Received: from snail.Sun.COM (snail.Corp.Sun.COM) by Sun.COM (4.1/SMI-4.1)
	id AA17084; Thu, 22 Jun 89 11:25:49 PDT
Received: from East.Sun.COM by snail.Sun.COM (4.1/SMI-4.1)
	id AA02486; Thu, 22 Jun 89 11:24:11 PDT
Received: from suneast.East.Sun.COM by East.Sun.COM (4.1/SMI-4.1)
	id AA15979; Thu, 22 Jun 89 14:23:47 EST
Received: from pdp8.East.Sun.COM by suneast.East.Sun.COM (4.1/SMI-4.1)
	id AA14513; Thu, 22 Jun 89 14:25:58 EDT
Received: by pdp8.East.Sun.COM (4.0/SMI-4.0)
	id AA05528; Thu, 22 Jun 89 14:17:23 EDT
Date: Thu, 22 Jun 89 14:17:23 EDT
From: Jonathan Dreyer - Sun ECD PC Distributed Systems <jdreyer@east.sun.com>
Message-Id: <8906221817.AA05528@pdp8.East.Sun.COM>
To: BQT@kicki.stacken.kth.se, pdp8-lovers@mc.lcs.mit.edu
Subject: Re:  PS/8

> What is PS/8. Is it a predecessor of OS/8, or what?
> I've seen references to it, and some OS/8 software mumbles about
> it, but I've never seen any paper concerning it specifically.
> 
> Anybody who knows?
> 
> 	Johnny

It is a predecessor of OS/8.  When I was in college ('72 - '76) it was
considered highly cool to be able to bring down the 32K timesharing
PDP-8/I running TSS/8 and bring up PS/8 and have all that raw power to
yourself.  OS/8 was just coming out then, if I remember, and it was
considered PS/8's successor.

Unfortunately I didn't use it enough to remember much about it now, but
I remember we were impressed that it had "device-independent i/o";
TSS/8 programs had to read and write to specific devices; e.g. to
compile a program on a dectape you had to first run COPY to get it onto
the disk.  (To get it from a paper tape, you had to run a different
utility, PIP!)  With PS/8, this historical curiosity went away.

Jon

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 Jun 89 14:16:50 EDT
Received: from CS.IDA.ORG by mintaka.lcs.mit.edu id aa00425; 22 Jun 89 14:09 EDT
Received: from csed-1 (csed-1.ida.org) by ida.org (4.1/SMI-DDN)
	id AA19646; Thu, 22 Jun 89 14:05:33 EDT
Received: from csed-31 by csed-1 (3.2/SMI-3.2)
	id AA23286; Thu, 22 Jun 89 14:09:11 EDT
Received: by csed-31 (3.2/SMI-3.2)
	id AA00629; Thu, 22 Jun 89 14:09:02 EDT
Date: Thu, 22 Jun 89 14:09:02 EDT
From: Clyde Roby <roby@ida.org>
Message-Id: <8906221809.AA00629@csed-31>
To: BQT@kicki.stacken.kth.se
Subject: Re:  PS/8
Cc: pdp8-lovers@mc.lcs.mit.edu, roby@ida.org

Johnny,

	PS/8 was the precessor to OS/8.  PS/8 stood for Programming
System for the PDP-8.  It was initially not a DEC product and when it
was productized by DEC, the marketing people made the name change.

	There was a lot of work done by PS/8 predecessors at Georgia
Tech (Doug Wrege now at CDC Atlanta) and others.  I worked on some
stuff at West Virginia University with Darryl Duffy and Tom McIntyre
(I think they both work at DEC nowadays).

	I can get more information when I get home (I think I've saved
some old PDP-8 stuff).

	By the way, anybody remember the LINC and DEC's LINC-8???

Clyde

=================================================================
Clyde G. Roby, Jr.                 Institute for Defense Analyses
roby@ida.org                       1801 N. Beauregard Street
(703) 824-5536                     Alexandria, VA 22311-1772
=================================================================

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 22 Jun 89 13:48:28 EDT
Date: Thu, 22 Jun 89 13:51:12 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  [Johnny Billquist:  What is PS/8. Is it a predecessor of OS/8, or what? ]
To: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of 22-Jun-89 19:14:39 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <612629.890622.RS@AI.AI.MIT.EDU>


Yep.  PS/8 was an OS/8 predecessor that would run with only 4Kwords
of memory.  As I recall reading, it was pretty stripped, and (maybe)
would only run with a DF-32 (32Kword fixed head disk) or on TU-55
DECtape.  My descriptions come from a book called "Introduction to 
Programming" (digital press, 1971).  Anyone out there actually
used PS/8?

Moreover, does anyone out there have the tapes required to
generate an RK-05 based TSS/8 system?  I have a partial TSS/8
distribution on paper tape, and sources printed out (it is
about a 3" high stack of paper), and I'd really like to get it
up and running.

            ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 Jun 89 13:20:36 EDT
Received: from kicki.stacken.kth.se by mintaka.lcs.mit.edu id aa29423;
          22 Jun 89 13:13 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 22-Jun-89 19:14:39 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: PS/8
Message-ID: <12504216854.28.1113.24740@KICKI.STACKEN.KTH.SE>

What is PS/8. Is it a predecessor of OS/8, or what?
I've seen references to it, and some OS/8 software mumbles about
it, but I've never seen any paper concerning it specifically.

Anybody who knows?

	Johnny

   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 19 Jun 89 19:58:01 EDT
Received: from kicki.stacken.kth.se by mintaka.lcs.mit.edu id aa04643;
          19 Jun 89 19:39 EDT
Return-Path: <ROM@KICKI.STACKEN.KTH.SE>
Date: 20-Jun-89  0:42:15 +0200
From: Robert Malmgren <ROM@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Unix on the pdp8
Message-ID: <12503490061.25.1185.45460@KICKI.STACKEN.KTH.SE>


I've found an very interesting list in a Unixbook I have, and quot some bits
 from it:

"Just how transportable Unix is can be seen by looking at the wide range of
machines that Unix already runs on. These are currently:

 - Amdahl 470
   ...
 - Digital Equipment Corp. PDP/11
 - Digital Equipment Corp. PDP/7
 - Digital Equipment Corp. PDP/8
   ...". 

Some pages later in the book is another interesting list giving a overview
of what is abailable on the Unix market now:

"System         Type         Machines        Supplier
----------------------------------------------------------------------

Unix            Very real    PDP 11/8/7  VAX     AT & T International
                                                 P.O. Box 7000-8
                                                 Baskin Ridge, New Jersey 07920
                                                 USA
...
"

This is the book that Johnny Billquist talked about before. Is there anyone
that have heard anything about *nix on the PDP-8, r have been  in contact with
it in the real_world?

/
Robert Malmgren
   --------


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 12 Jun 89 21:16:20 EDT
Date: Mon, 12 Jun 89 21:17:23 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  RL8A.
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of 12-Jun-89 20:22:02 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <608465.890612.CZ@AI.AI.MIT.EDU>

Johnny:
	My guess is that the Rl02 will work on the RL8A. When Dec made the
RL01, they left room for possible expansion (then the masses got the 02). 
To tell you the truth, the Rl02 is just a RL01 with 2X the tracks. As far
as software goes, that's another story. You would have to hack the OS/8
driver to be able to access those extra sectors. Check the sourcecode.
You might have to only change a few things (like #tracks). Once the driver
is patched, the rest should go smoothly.
							CZ


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 12 Jun 89 14:24:09 EDT
Received: from kicki.stacken.kth.se by mintaka.lcs.mit.edu id aa09375;
          12 Jun 89 14:21 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 12-Jun-89 20:22:02 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: RL8A.
Message-ID: <12501607681.19.1113.39640@KICKI.STACKEN.KTH.SE>

More questions on harware.

The RL8A is for the RL01 drives, according to my manuals.
However, would it be possible to add RL02 to the controller also?
I know that on pdp-11 you can add both RL01 and RL02 to the same
controller, but I don't know about RL8A.
Note. I do not have the RL8A manual, only a manual on omnibus
options.

Does anyone know if it is easy to lay my hands on a RL8A by the
way. I think it would be great to have disks larger than the RK05.
Especially if I get an OS that support larger disks than 4095 blocks.
(OS/8).
Anybody cares to guess on the price?

Also, what OS:es has different people tried. Could you give
me a summary of good and bad, and I'll put it together and
post it here if more people are interested.
I think that support for hardware, such as the FPP would
be interesting to know about, for example, also...

Should I add a disclaimer? Everybody else in any other list seems
to use them? Nah, what the heck...
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 11 Jun 89 13:41:48 EDT
Received: from ai.ai.mit.edu by mintaka.lcs.mit.edu id aa04677;
          11 Jun 89 13:40 EDT
Date: Sun, 11 Jun 89 13:25:33 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Subject:  New mailing list
To: ROLL@kicki.stacken.kth.se
cc: elbows@bloom-beacon.mit.edu, mrc@score.stanford.edu, 
    KS-ITS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, 
    PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, 
    PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu
In-reply-to: Msg of 11-Jun-89 17:59:36 +0200 from Peter Lothberg <ROLL at KICKI.STACKEN.KTH.SE>
Message-ID: <607858.890611.RS@AI.AI.MIT.EDU>


Ah, so YOU are the folks who run the KS-OWNERS mailing list?

Maybe you would like us here to do the North American distribution
of the KS-OWNERS mailing list.  A few of us here got the idea to do
this because we didn't know that a KS-related mailing list (with
the exception of KS-ITS) existed.  Perhaps you ought to officially
register your list... it got me a lot more subscribers on PDP8-LOVERS
when I did that...

        Let me know what you want to do...

                       ---Rob


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 11 Jun 89 12:00:15 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa04060;
          11 Jun 89 11:59 EDT
Return-Path: <ROLL@KICKI.STACKEN.KTH.SE>
Address: "PoBox:36041, SE-100 71  Stockholm, SWEDEN"
Organization: Stacken Computer Club
Telephone: +46-8-669 9720
References: Message from PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu>
              of 10-Jun-89 21:08:38
In-reply-to: <589062.890610.PDP8@MC.LCS.MIT.EDU>
Date: 11-Jun-89 17:59:36 +0200
From: Peter Lothberg <ROLL@kicki.stacken.kth.se>
To: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu>, 
    PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu
cc: KS-ITS%MC.LCS.MIT.EDU@MINTAKA.lcs.mit.edu, elbows@bloom-beacon.mit.edu, 
    mrc@score.stanford.edu, roll@kicki.stacken.kth.se
Subject: Re:  New mailing list
Message-ID: <12501319606.23.2.176960@KICKI.STACKEN.KTH.SE>

As we also have the KS-Owners mailinglist, we might be able to do
some coordination?

(I do not have any 36-bit system @home, as the KI is 4 times my
 appartment, it has to live in the basement.)

-peter
   --------


Date: Sat, 10 Jun 89 14:52:42 EDT
From: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  New mailing list
To: PDP8-LOVERS%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU
cc: KS-ITS%MC.LCS.MIT.EDU@MINTAKA.LCS.MIT.EDU, elbows@BLOOM-BEACON.MIT.EDU,
    mrc@SCORE.STANFORD.EDU, roll@KICKI.STACKEN.KTH.SE
Message-ID: <589062.890610.PDP8@MC.LCS.MIT.EDU>


This message is to announce a new mailing list, KS-AT-HOME@MC.LCS.MIT.EDU
We anticipate that, due to the small number of people strange enough to
want to have a 36-bit machine at home, this will be a low-volume mailing list.

KS-AT-HOME is intended for people who own, or are interested in someday
owning, a KS-10 (a/k/a DECsystem 2020).  

Subscription requests, etc. to KS-AT-HOME-REQUEST@MC.LCS.MIT.EDU


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  8 Jun 89 00:09:15 EDT
Date: Thu,  8 Jun 89 00:09:28 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  What's a PDP-x ??
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <606351.890608.RS@AI.AI.MIT.EDU>


If you folks have already seen this, please disregard it.  If
you haven't, keep it handy - it could come in handy some day.

                      ---Rob

PS: In case you didn't know (I didn't until 2 years ago), PDP
stands for Programmed Data Processor...


Date: Wednesday, 20 August 1986  03:42-EDT
From: Mark Crispin <MRC%PANDA@SUMEX-AIM.ARPA>
To:   TOPS-20@SU-SCORE.ARPA, Boken@RED.RUTGERS.EDU
Re:   DEC's PDP's
Postal-Address: 1802 Hackett Ave.; Mountain View, CA  94043-4431
Phone: +1 (415) 968-1052

     A number of people have requested my list of all the DEC PDP's,
so I thought I'd bore you all with it.

     The PDP-1 was an 18 bit machine.  It was DEC's first computer,
and some of the first timesharing systems were designed for it.  It's
also unique in being one's complement; all later DEC computers were
two's complement.  Some machines, such as one of MIT's PDP-1s, were in
operation until the late '70s.

     The PDP-2 was a designation reserved for a 24 bit machine, but as
far as I can tell it was never even designed and definitely none were
ever built.

     The PDP-3 was a 36 bit machine that was designed but never built
by DEC.  However, Scientific Engineering Institute built one in 1960.

     The PDP-4 was an 18 bit machine that was intended to be a
cheaper, slower alternative to the PDP-1.  It was so slow that it
didn't sell well, although it was interesting for its
auto-incrementing memory registers.  It was not program-compatible
with the PDP-1, but its instruction set was the basis of DEC's future
18 bit computers.

     The PDP-5 was a 12 bit machine designed to be a small laboratory
system.  It used many of the ideas in the LINC (Laboratory Instruction
Computer, designed by Lincoln Labs at MIT, some of which were built by
DEC).

     The PDP-6 was a 36 bit machine and the first machine to implement
the most wonderful computer architecture known to man.  It was rather
expensive and difficult to maintain, and not many were sold.  As a
result, DEC cancelled 36 bit computers for what was to be the first of
many times.

     The PDP-7 was an 18 bit machine and the sucessor to the PDP-4.
It was a major price/performance win over the PDP-4 and the first DEC
computer to use wire-wrapping.

     The PDP-8 was a 12 bit machine and the sucessor to the PDP-8.  It
basically defined the term "minicomputer", and went through several
incarnations.  The original PDP-8 was followed by the extremely slow
PDP-8/S (as bad as the PDP-4 was to the PDP-1, but at least the /S was
program-compatible).  DEC recouped with the PDP-8/I (using MSI
integrated circuits) and the smaller PDP-8/L, and somewhat later came
out with the "Omnibus 8" machines -- the PDP-8/E, the PDP-8/F (a
half-sized version of the PDP-8/E), the PDP-8/M (an OEM version of the
PDP-8/F), and the final machine, the single board PDP-8/A.  The
PDP-8/A still exists after a fashion as a current DEC product.

     The PDP-9 was an 18 bit machine and the sucessor to the PDP-7.
It had a faster memory than the PDP-7 and was the first
microprogrammed DEC computer.  Modulo a 300 wire(!) ECO required in
the first machines, the PDP-9 was a reliable machine and some are
still in operation today.  There was a short-lived PDP-9/L.

     The PDP-10 was a 36 bit machine and the sucessor to the PDP-6.
It is especially noted for its software, which represents the pinnacle
of DEC software engineering and has never been equalled.  The first
KA10, largely installed in universities, created a whole generation of
timesharing hackers.  The follow-on KI10, with paging and using IC's
instead of discrete components but otherwise unexciting, mostly was
sold to commercial organizations.  The KL10 went through several
incarnations and is today the most representative of this marvelous
machine.  The KS10 was a small, low-speed (approximately KA10
performance) processor which was DEC's last successful implementation
of this architecture.

     The PDP-11 was a 16-bit machine that went through more
implementations and operating systems than can be counted.  Presently
it superceded the less powerful PDP-8 as the representative
minicomputer.  While the PDP-11 used octal, it was in its deep heart
of hearts a hexidecimal machine, and the first indicator of the
creeping IBMification of DEC that took full fruit in the VAX.  [I can
hear the flames now...]  Rather than fight it the customers loved it;
more PDP-11's have been sold than any other DEC computer (possibly
more than all the others combined).

     The PDP-12 was a 12 bit machine and the sucessor to the PDP-8.
It combined a LINC and a PDP-8 type processor in the same box and
basically was a new model of the LINC-8 which was the same thing.

     No PDP-13 was ever designed or built.  Even DEC gets
superstitious.

     The PDP-14 was a 12 bit machine with a 1 bit register.  It was
used as a process control engine in applications that were felt to be
too rugged for a PDP-8, and basically replaced a set of relays.  Later
DEC made PDP-8's suitable for this sort of thing, but it didn't stop
them from the ultimate silliness of building a PDP-14 that used a
PDP-8 as its console processor!

     The PDP-15 was an 18 bit machine and the final one of this design
built by DEC.  More PDP-15's were built and sold than any of the
others, and it went through several incarnations including some which
used a PDP-11 as a front end.  Apparently the cancellation of the
PDP-15 came as a great surprise to the "Tiger Team" who worked on it,
although considering its general ungainliness compared to comparable
performance PDP-11's it wasn't surprising.  In many ways the PDP-15
died for the same reason the PDP-10 did.

     The PDP-16 was a "roll your own" 16 bit machine based on various
"building blocks".  Every PDP-16 was essentially custom-designed by
the customer.  It got a fair amount of attention when it was announced
but evidentally didn't sell very well.

     There was no PDP-17 or any other designator.  DEC apparently
decided that "PDP" had a perjorative ring to it.


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  4 Jun 89 18:48:51 EDT
Received: from aerospace.aero.org by mintaka.lcs.mit.edu id aa08613;
          4 Jun 89 18:43 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA09810; Sun, 4 Jun 89 15:43:51 -0700
Posted-Date: Sun, 04 Jun 89 15:43:49 -0700
Message-Id: <8906042243.AA09810@aerospace.aero.org>
To: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
Cc: pdp8-lovers@mc.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: New people on the PDP8-Lovers mailing list 
In-Reply-To: Your message of "Sat, 03 Jun 89 01:08:58 EDT."
             <603670.890603.RS@AI.AI.MIT.EDU> 
Date: Sun, 04 Jun 89 15:43:49 -0700
From: wally@aerospace.aero.org

Rob.  I should have some time to get on the phone. I was trying to
      find out about a PDP7 the other day because of the UNIX which
      was believed to be available for it. Would it run on an 8?
      Give me a call 
                    213 336-6940     7am-4pm more or less
                        515-1544     later at night

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  3 Jun 89 01:09:06 EDT
Date: Sat,  3 Jun 89 01:08:58 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  New people on the PDP8-Lovers mailing list
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <603670.890603.RS@AI.AI.MIT.EDU>


I have added John MacDonald (jdm@accel.uoregon.edu) and Robert Malmgren
(rom%kicki.stacken.mit.edu@mc.lcs.mit.edu) to the PDP8-Lovers mailing
list.

John has a PDP-7 running; does anyone else out there have a PDP-7
or have experience with one?

On a different note, I've finally found living accomodations where
I have enough room that I can grab the 8/E from my parents' house
and get it fired up (best not to grab ALL the 8s from Mom and Dad's
place all at once, right Doug? ;-)  Anyway, I suspect that the front
panel is badly flaked out and maybe some other stuff wrong also,
but I can't be sure unless I *know* that the front panel can be
trusted.  Does anyone out there have an 8/e and a little bit of spare
time to spend on the phone with me twiddling switches and comparing
results?

                      ---Rob



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Jun 89 08:01:38 EDT
Date: Fri,  2 Jun 89 08:00:51 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  RX8 vs. RX28.
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of 1-Jun-89 18:13:16 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <603518.890602.CZ@AI.AI.MIT.EDU>

Johnny:
	Forget it. The RX02 uses a different controller because it is a DMA
device (RX01 used interrupts). Also, the RX01 control doesn't have the extra
registers to handle DD disks.
							CZ


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  2 Jun 89 07:59:50 EDT
Date: Fri,  2 Jun 89 07:59:07 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  Expansion and memory...
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of 31-May-89 22:48:46 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <603517.890602.CZ@AI.AI.MIT.EDU>

Johnny:
	Dec did a lot of that stuff with certian devices HAVING to be in
certian places. I think the reason was so that field service would have an
easier time of finding the different parts of the system.
	However, for best system results, it is a good idea to place the 
memory as close to the cpu as possible (this allows the cpu to work with
the memory first, instead of going through a bunch of device controllers.
							CZ


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  1 Jun 89 14:41:27 EDT
Date: Thu,  1 Jun 89 14:41:06 EDT
From: "Michael A. Patton" <MAP%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  computer engineeing, a DEC view...
To: convex!datri@UXC.CSO.UIUC.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Fri 26 May 89 22:41:36 CDT from Anthony Datri <convex!datri at uxc.cso.uiuc.edu>
Message-ID: <602752.890601.MAP@AI.AI.MIT.EDU>

    Date: Fri, 26 May 89 22:41:36 CDT
    From: Anthony Datri <convex!datri at uxc.cso.uiuc.edu>
    To:   pdp8-lovers at mc.lcs.mit.edu
    Re:   computer engineeing, a DEC view...

    [...] it was composed on a "DEC Word Processing system", [...],
    that probably means an 8/A or a WS78.  A PDP-8 in a VT52: what
    could be more perfect?

Exactly right!  I know one of the authors, John McNamara.  Digital
press even lent him a WPS-8 system so that all the authors and the
editors could exchange copy (on single density floppies).


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU  1 Jun 89 12:37:38 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa04194;
          1 Jun 89 12:12 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date:  1-Jun-89 18:13:16 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: RX8 vs. RX28.
Message-ID: <12498700656.17.1113.22620@KICKI.STACKEN.KTH.SE>

There exists both the RX8 and RX28 drive for the omnibus,
RX8 using RX01, and RX28 using RX02, however, a paper of mine
states that the RX28 consists of the RX8-E and an RX02.
Is it possible to hang an RX02 drive to my RX8-E, use the
RX28 device driver, and just be happy?

	/Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 31 May 89 16:57:49 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa12702;
          31 May 89 16:51 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 31-May-89 22:48:46 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: Expansion and memory...
Message-ID: <12498488665.31.1113.145460@KICKI.STACKEN.KTH.SE>

I have a question for all you initiated omnibus eighters out there.

First of all. I have an 8/e, with an 8/a used as an expansion box.
I also have a paper, from dec, which tells a little about expansions
for the 8/e. The funny thing is, that this paper, specifies that
the backplane having the memory (the box with that backplane I mean)
ALWAYS should be on top. They make this extremely clear.

However, when I put together my current configuration, I hadn't read
this paper, and naturally (according to Murphy) I put the 8/e, with
all controllers on top, and the 8/a box, with memory below.
Now, this works just fins, never had any problems at all, so
why does (did) DEC think that one NEVER should do this?

	Just curious...
	Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 27 May 89 00:25:11 EDT
Received: from uxc.cso.uiuc.edu by mintaka.lcs.mit.edu id aa12385;
          27 May 89 0:22 EDT
Received: from convex.UUCP by uxc.cso.uiuc.edu with UUCP
	(5.61+/IDA-1.2.8) id AA16169; Fri, 26 May 89 22:53:31 -0500
Received: by convex (5.51/4.7)
	id AA04060; Fri, 26 May 89 22:41:38 CDT
Received: by concave (5.51/4.7)
	id AA11498; Fri, 26 May 89 22:41:36 CDT
Date: Fri, 26 May 89 22:41:36 CDT
From: Anthony Datri <convex!datri@uxc.cso.uiuc.edu>
Message-Id: <8905270341.AA11498@concave>
To: pdp8-lovers@mc.lcs.mit.edu
Subject: re: computer engineeing, a DEC view...


BTW, the ISBN for that book is 0-932376-00-2.  I recommend it enthusiastically.
It says that it was composed on a "DEC Word Processing system", and given the
1978 copyright, that probably means an 8/A or a WS78.  A PDP-8 in a VT52:  what
could be more perfect?

I tried to convince our engineers that we should use 8's as service processors
for our machines instead of 68000's, but they wouldn't go for it:-)

Anthony A. Datri, Convex.  My employer wouldn't even understand these view,
let alone support them:-)


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 25 May 89 23:36:59 EDT
Date: Thu, 25 May 89 23:37:05 EDT
From: "Christopher R. Zach" <CZ%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  UNIX for the eight...
To: RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU
cc: BQT@KICKI.STACKEN.KTH.SE, PDP8-LOVERS@MC.LCS.MIT.EDU
In-reply-to: Msg of Wed 24 May 89 15:24:55 EDT from Robert E. Seastrom <RS%AI.AI.MIT.EDU at MINTAKA.LCS.MIT.EDU>
Message-ID: <600351.890525.CZ@AI.AI.MIT.EDU>

Unix was developed on the old 7. 
							CZ


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 25 May 89 11:00:44 EDT
Date: Thu, 25 May 89 11:00:29 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  UNIX for the eight... 
To: fucich@VENERA.ISI.EDU
cc: BQT@KICKI.STACKEN.KTH.SE, pdp8-lovers@MC.LCS.MIT.EDU,
    RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU
In-reply-to: Msg of Thu 25 May 89 04:13:05 PST from fucich at venera.isi.edu
Message-ID: <600027.890525.RS@AI.AI.MIT.EDU>


> There is a LISP for the 8 too.

Yes; until recently you could get it from DECUS (they phased out the paper
tape stuff about 4 years ago).  It has been said that it is almost trivial
to write a LISP interpreter...  many people have done it for many different
machines.  Just so long as you don't need to be compatible with some
existing LISP, writing one is not a big deal.

Learning to program in LISP, on the other hand...  <sigh>


                     ---Rob



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 25 May 89 10:57:33 EDT
Date: Thu, 25 May 89 10:57:23 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  UNIX for the eight...
To: BQT@KICKI.STACKEN.KTH.SE
cc: pdp8-lovers@MC.LCS.MIT.EDU,
    RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU
In-reply-to: Msg of 25-May-89 13:36:03 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <600025.890525.RS@AI.AI.MIT.EDU>


Can you post a reference for this?

Better still, can you quote them in context too?

              ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 25 May 89 08:18:00 EDT
Received: from venera.isi.edu by mintaka.lcs.mit.edu id aa11968;
          25 May 89 8:15 EDT
Posted-Date: Thu, 25 May 89 04:13:05 PST
Message-Id: <8905251213.AA04679@venera.isi.edu>
Received: from LOCALHOST by venera.isi.edu (5.61/5.51)
	id <AA04679>; Thu, 25 May 89 05:13:13 -0700
To: Johnny Billquist <BQT@kicki.stacken.kth.se>
Cc: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@mintaka.lcs.mit.edu>, 
    pdp8-lovers@mc.lcs.mit.edu, fucich@venera.isi.edu
Subject: Re: UNIX for the eight... 
In-Reply-To: Your message of 25 May 89 13:36:03 +0200.
             <12496815182.22.1113.40780@KICKI.STACKEN.KTH.SE> 
Date: Thu, 25 May 89 04:13:05 PST
From: fucich@venera.isi.edu

There is LISP for the 8 too.

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 25 May 89 07:40:39 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa24906;
          25 May 89 7:37 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
References: Message from "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.lcs.mit.edu>
              of 24-May-89 21:49:43
In-reply-to: <599741.890524.RS@AI.AI.MIT.EDU>
Date: 25-May-89 13:36:03 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@mintaka.lcs.mit.edu>
cc: pdp8-lovers@MC.lcs.mit.edu
Subject: Re:  UNIX for the eight...
Message-ID: <12496815182.22.1113.40780@KICKI.STACKEN.KTH.SE>

There was a UNIX both for the 7 and the 8 according to those
papers...

	/Johnny
   --------


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 24 May 89 15:24:45 EDT
Date: Wed, 24 May 89 15:24:55 EDT
From: "Robert E. Seastrom" <RS%AI.AI.MIT.EDU@MINTAKA.LCS.MIT.EDU>
Subject:  UNIX for the eight...
To: BQT@KICKI.STACKEN.KTH.SE
cc: PDP8-LOVERS@MC.LCS.MIT.EDU
In-reply-to: Msg of 24-May-89 17:46:19 +0200 from Johnny Billquist <BQT at kicki.stacken.kth.se>
Message-ID: <599741.890524.RS@AI.AI.MIT.EDU>


I know that there was a Unix for the PDP-7...  I dunno about the
8.  I would think that I would have heard about if (if it exists)
by now.

             ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 24 May 89 11:59:50 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa02152;
          24 May 89 11:56 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 24-May-89 17:46:19 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: PDP8-LOVERS@mc.lcs.mit.edu
Subject: UNIX for the eight...
Message-ID: <12496598598.22.1113.125400@KICKI.STACKEN.KTH.SE>

Now, I'm no fan of unix, but since there exists a UNIX for the
eight, I think it would be neat to have...

The facts is that a book from 1982 states that there is a UNIX
for the pdp8, from AT&T, that is very close to "real" unix, as
of 1982. Just to brag about to my friend, if nothing else...

Anybody seen this creature?

	/Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 May 89 12:37:20 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa09976;
          22 May 89 12:30 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA22082; Mon, 22 May 89 09:29:05 -0700
Posted-Date: Mon, 22 May 89 09:29:03 -0700
Message-Id: <8905221629.AA22082@aerospace.aero.org>
To: Johnny Billquist <BQT@kicki.stacken.kth.se>
Cc: PDP8-LOVERS@mc.lcs.mit.edu, wally@lcs.mit.edu, wally@lcs.mit.edu
Subject: sending disks   
In-Reply-To: Your message of "Fri, 19 May 89 06:47:44 PDT."
             <8905191347.AA20079@aerospace.aero.org> 
Date: Mon, 22 May 89 09:29:03 -0700
From: wally@aerospace.aero.org

It's Monday morning now. I've managed to get 14 floppies worth
of good things for you. I planned to go to the post office today
but realized that I still have to get some things copied on the
copy machine; such as the Macrel manual. I have your mailing address
around somewhere but can't recall exactly where, so give it to
me again and I won't have to look for it. I couldn't understand
what you meant by Asts (interrupts) not very possible in OS/8.
Interrupts to a specified address (vectored interrupts) are
dependant on hardware. I believe that DEC had one I/O board
which did vectored interrupts. That was to be one of the features
of my I/O board. Also, by having buffered input, It is not
neccesary to use interrupts to avoid loosing characters. 
What do you presently do for work? How did you get into 8's?
What is a 'x-max box'. What do you do for hobbies besides 8's?
Speaking of interrupts - a TTY: type handler useing top of 
memory if needed (for sure needed) interrupt driven with a ring
buffer would make a nice handler for use in file transfer with
COPY or EDIT or ... . also would give type ahead. MEM N could
be used to prevent it's being overwritten by OS/8 programs.
Let me know if you get your FPP. I could possibly find one cheap
around here.    
                               your friend Wally

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 22 May 89 10:51:08 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa23810;
          22 May 89 10:43 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA19018; Mon, 22 May 89 07:41:53 -0700
Posted-Date: Mon, 22 May 89 07:41:52 -0700
Message-Id: <8905221441.AA19018@aerospace.aero.org>
To: wally@aerospace.aero.org
Cc: Johnny Billquist <BQT@kicki.stacken.kth.se>, 
    "Christopher R. Zach" <CZ@AI.ai.mit.edu>, PDP8-LOVERS@mc.lcs.mit.edu, 
    wally@lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: MACREL for OS/8... 
In-Reply-To: Your message of "Fri, 19 May 89 06:47:44 PDT."
             <8905191347.AA20079@aerospace.aero.org> 
Date: Mon, 22 May 89 07:41:52 -0700
From: wally@aerospace.aero.org

It's Monday morning now. I've managed to get 14 floppies worth
of good things for you. I planned to go to the post office today
but realized that I still have to get some things copied on the
copy machine; such as the Macrel manual. I have your mailing address
around somewhere but can't recall exactly where, so give it to
me again and I won't have to look for it. I couldn't understand
what you meant by Asts (interrupts) not very possible in OS/8.
Interrupts to a specified address (vectored interrupts) are
dependant on hardware. I believe that DEC had one I/O board
which did vectored interrupts. That was to be one of the features
of my I/O board. Also, by having buffered input, It is not
neccesary to use interrupts to avoid loosing characters. 
What do you presently do for work? How did you get into 8's?
What is a 'x-max box'. What do you do for hobbies besides 8's?
Speaking of interrupts - a TTY: type handler useing top of 
memory if needed (for sure needed) interrupt driven with a ring
buffer would make a nice handler for use in file transfer with
COPY or EDIT or ... . also would give type ahead. MEM N could
be used to prevent it's being overwritten by OS/8 programs.
Let me know if you get your FPP. I could possibly find one cheap
around here.    
                               your friend Wally

Received: from EDDIE.MIT.EDU by MC.LCS.MIT.EDU via Chaosnet; 21 MAY 89  19:49:18 EDT
Received: by EDDIE.MIT.EDU with sendmail-5.45/4.7 id <AA02987@EDDIE.MIT.EDU>; Sun, 21 May 89 19:49:49 EDT
Date: Sun, 21 May 1989 19:49:46 EDT
From: Jonathan Alan Solomon <jsol@EDDIE.MIT.EDU>
To: PDP8-Lovers-Request <PDP8%MC.LCS.MIT.EDU@EDDIE.MIT.EDU>
Cc: PDP8-LOVERS@MC.LCS.MIT.EDU
In-Reply-To: Your message of Sun, 21 May 89 19:34:57 EDT 
Message-Id: <CMM.0.88.611797786.jsol@EDDIE.MIT.EDU>

I didn't get this mail. please resend it.

Date: Sun, 21 May 89 19:34:57 EDT
From: PDP8-Lovers-Request <PDP8@MC.LCS.MIT.EDU>
To: PDP8-LOVERS@MC.LCS.MIT.EDU
Message-ID: <582238.890521.PDP8@MC.LCS.MIT.EDU>


This is a test.  Don't respond unless you don't get
this mail.  Thank you.

                            ---Rob


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 21 May 89 15:59:56 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa00230;
          20 May 89 13:36 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 20-May-89 14:44:03 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: PDP8-LOVERS@mc.lcs.mit.edu
Subject: Omnibus flipchips...
Message-ID: <12495516840.20.1113.26040@KICKI.STACKEN.KTH.SE>

I compiled a list of all (to me known) flipchips for the omnibus,
which I thought might be of interest to some of you...
Additions are welcome...

H220	MP8-E	MEMORY PARITY			(MEMORY STACK)
G227						(MEMORY X-Y DRIVER)
G105						(SENSE INHIBIT)

G649	MM8-AA	MODULE ASSEMBLY
H219-A	MM8-AA	8K STACK ASSEMBLY
G650	MM8-AB	MODULE ASSEMBLY
H219-B	MM8-AB	16K STACK ASSEMBLY

M837	KM8-E	MEMORY EXTENSION AND TIME-SHARE
M839	DP8-E	SYNCHRONOUS MODEM
M840	PC8-E	HIGH-SPEED PAPER-TAPE READER/PUNCH
M841	LE8-E	LINE PRINTER CONTROL
M842	XY8-E	PLOTTER CONTROL
M843	CM8-E/CR8-E	CARD READER
M847	MI8-E	HARDWARE BOOTSTRAP LOADER
M848	KP8-E	POWER-FAIL AND AUTO-RESTART
M863	DR8-E	12 CHANNEL I/O
M866	DP8-E	SYNCHRONOUS MODEM
M868	TD8-E	DECTAPE CONTROL
M880	MR8-E	READ-ONLY MEMORY
H241						(BRAID BOARD)
M882	DK8-EA	REAL-TIME CLOCK
M883	DK8-EC	REAL-TIME CLOCK
M884	KG8-E	PARITY CHECK GENERATOR/DETECTOR

M930	RK05	BUS TERMINATOR CARD

M7104	RK8-E	DISK DRIVE CONTROLLER		(DATA BUFFER REGISTER AND
						 STATUS MODULE)
M7105	RK8-E	DISK DRIVE CONTROLLER		(MAJOR REGISTERS MODULE)
M7106	RK8-E	DISK DRIVE CONTROLLER		(CONTROL MODULE)

M8300	KK8-E	CPU (E)				(CP MAJOR REGISTERS)
M8310	KK8-E	CPU (E)				(CP MAJOR REGISTERS CONTROL)
M8311	MS8-A	READ/WRITE RANDOM ACCESS MEMORY	(1,2,4K)
M8312	MR8-A	READ-ONLY RANDOM ACCESS MEMORY	(1,2,4K)
M8315	KK8-A	CPU (A)
M8316	DKC8-AA	I/O OPTION BOARD
M8317	KM8-A	EXTENDED OPTION BOARD
M8321	TM8-E	DECMAGTAPE CONTROL		(OUTPUT CONTROL MODULE)
M8322	TM8-E	DECMAGTAPE CONTROL		(CONTROL AND DATA BREAK
						 MODULE)
M8323	TM8-E	DECMAGTAPE CONTROL		(TRANSPORT STATUS AND CONTROL
						 MODULE)
M8326	DB8-E	INTERPROCESSOR BUFFER
M8327	TM8-E	DECMAGTAPE CONTROL		(REGISTERS MODULE)
M8329	LC8-E	DECWRITER CONTROL
M8330	KK8-E	CPU (E)				(TIMING GENERATOR)
M8331	TA8-E	CASSETTE SYSTEM INTERFACE
M8335	VT8-E	VIDEO DISPLAY TERMINAL		(PRINTER/KEYBAORD CONTROL)
M8336	VT8-E	VIDEO DISPLAY TERMINAL		(LINE BUFFER)
M8337	VT8-E	VIDEO DISPLAY TERMINAL		(FREQUENCY DIVIDER BOARD)
M8340	KE8-E	EXTENDED ARITHMETIC ELEMENT	(EAE DECODER AND STEP COUNTER)
M8341	KE8-E	EXTENDED ARITHMETIC ELEMENT	(EAE MULTIPLEXERS AND TIMING
						 CONTROL)
M8349	MR8-F	1K PROM
M8350	KA8-E	POSITIVE I/O BUS INTERFACE
M8360	KD8-E	DATA BREAK INTERFACE
M8410	FPP8-A	FLOATING POINT PROCESSOR	(CONTROL BOARD)
M8411	FPP8-A	FLOATING POINT PROCESSOR	(DATA PATH)
M8417	MS8-C	MOS MEMORY			(32K)
M8655	KL8-JA	TERMINAL CONTROL


I know of two cards that I don't have on the list, these are the
KL8-A, a four line terminal interface on a hex-board, and the
RL8A, which is a disk controller for the RL01, also a hex-board.

I don't know if the fpp-12 is an omnibus option, and there a surely
more cards I don't know about, but it's a beginning...

	/Johnny
   --------


Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 20 May 89 03:22:13 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa14062;
          17 May 89 19:01 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA12831; Wed, 17 May 89 15:59:47 -0700
Posted-Date: Wed, 17 May 89 15:59:45 -0700
Message-Id: <8905172259.AA12831@aerospace.aero.org>
To: Johnny Billquist <BQT@kicki.stacken.kth.se>
Cc: "Christopher R. Zach" <CZ@AI.ai.mit.edu>, wally@aerospace.aero.org, 
    PDP8-LOVERS@mc.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: MACREL for OS/8... 
In-Reply-To: Your message of "17 May 89 20:22:26 N."
             <12494792009.15.1113.99900@KICKI.STACKEN.KTH.SE> 
Date: Wed, 17 May 89 15:59:45 -0700
From: wally@aerospace.aero.org

I'll try to get some things togeather and mail them this weekend.
I tried my KERMIT but it didn't work. It used to work. I must have
a faulty copy and will try to fix it but; no time today.
9600 baud:  As you guessed, upper right chip on the M8650 KL8E
Pin 8   4800     next pin up: Pin 9   9600
remove any jumper from group G (upper right). Note the upper row all
tied togeather 1, 3, 5, 7, 9      For 300 baud 6 goes to upper row
                                  for 1200     2 goes to upper row
                                      9600   Pin 9 goes to upper row
I have a program CCF (copy coded file) that will compress text.
Steve Besch's FORTRAN has Boolean functions and open-close files.
You mentioned importance of asynchronous I/O - My "KL8E" style
buffered input board should take care of it. It is presently in
the wire wrap proto-type stage. Will send some job info in package
which I will mail to you within the next few days. (I'll pay as it
should only cost a few dollars and as you know, we people lucky
enough to live in the U.S.A. are all very rich.
So, give me a few days to get KERMIT going and I'll send a few things
in the mail and also give me a few days to stuff somethings you asked 
for in a box.
                            Wally

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 20 May 89 03:17:12 EDT
Received: from [130.237.234.220] by mintaka.lcs.mit.edu id aa11375;
          17 May 89 14:23 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
References: Message from "Christopher R. Zach" <CZ@AI.ai.mit.edu>
              of 16-May-89 23:26:03
In-reply-to: <595892.890516.CZ@AI.AI.MIT.EDU>
Date: 17-May-89 20:22:26 +0200
From: Johnny Billquist <BQT@kicki.stacken.kth.se>
To: "Christopher R. Zach" <CZ@AI.ai.mit.edu>, wally@aerospace.aero.org
cc: BQT@kicki.stacken.kth.se, PDP8-LOVERS@mc.lcs.mit.edu
Subject: Re:  MACREL for OS/8... 
Message-ID: <12494792009.15.1113.99900@KICKI.STACKEN.KTH.SE>

Sorry, but I already have the drawings on the FPP8A, and doesn't even
have a FPP. Thanks anyway...

	/Johnny
   --------


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 19 May 89 21:08:14 EDT
Date: Fri, 19 May 89 21:05:49 EDT
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
Subject:  PDP8/E with CACHE
To: fucich@VENERA.ISI.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Fri 19 May 89 05:04:17 PST from fucich at venera.isi.edu
Message-ID: <597725.890519.RS@AI.AI.MIT.EDU>


There is some information on this, as well as a good amount
of information on the PDP-8 architecture in general in
_Computer Engineering:  A DEC view of hardware design_.
(copyright 1978, Digital Press).  All in all a fantastic
book; everyone on this list ought to buy one.

                                ---Rob



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 19 May 89 17:49:37 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa00478;
          19 May 89 10:38 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA01053; Fri, 19 May 89 07:37:13 -0700
Posted-Date: Fri, 19 May 89 07:37:11 -0700
Message-Id: <8905191437.AA01053@aerospace.aero.org>
To: Johnny Billquist <BQT@kicki.stacken.kth.se>
Cc: "Christopher R. Zach" <CZ@AI.ai.mit.edu>, wally@aerospace.aero.org, 
    PDP8-LOVERS@mc.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: FORTRAN IV
In-Reply-To: Your message of "17 May 89 20:22:26 N."
             <12494792009.15.1113.99900@KICKI.STACKEN.KTH.SE>
Date: Fri, 19 May 89 07:37:11 -0700
From: wally@aerospace.aero.org

/ABS. location access routines.
/Version 01.06

/NOTE: In the following descriptions, L is an absolute core location,
/<L> is the contents of L, X is any FORTRAN argument for which
/the absolute address is desired, I is any integer, and V is any
/floating point variable.

        ENTRY LOC       /L=LOC(X): Return abs. core location of (X)
        ENTRY LOCX      /L=LOCX(X): Return address of EXTERNAL X
        ENTRY IPGET     /I=IPGET(L): Return <L> as 12 bit unsigned integer
/       ENTRY INGET     /I=INGET(L): Return <L> as 12 bit signed integer
        ENTRY IFLAG     /I=IFLAG(L): Return <L> as IPGET, then zero <L>
        ENTRY IDPGET    /I=IDPGET(L): Return <L> as 24 bit signed DP word
/       ENTRY IGET2     /I=IGET2(L): Return <L> as 24 bit signed integer
        ENTRY GET3      /V=GET3(L): Return <L> as 36 bit floating

        ENTRY PUT1      /CALL PUT1(L,I): Store I as 12 bit <L>
        ENTRY PUT2      /CALL PUT2(L,I): Store I as 24 bit <L>
        ENTRY PUT3      /CALL PUT3(L,I): Store V as 36 bit <L>

/Note, that in PUT1, the largest "I" should be in the range 0<I<4095.
/If it isn't, only the low order bits will be stored and upon
/retrieving the value, the high order bits will have been lost.

/Some routines store double precision variables as LOW;HI. Use IDPGET
/to fetch these.

/Lastly, note that INGET and IGET2 are defined as entry point with
/the SECT psuedo-op.

/Get a signed 12 bit integer.

        SECT8   INGET
        JSA     PUTGET          /Set up XR's
        XTA     0               /Load the signed word
        JA      #GOBAK          /return with it

/Any normalized number must have bit 1 set, unless the number
/is zero. We can even ignore the sign bit.

DENORM, CDF CIF 0               /Set DF and IF already
        TAD%    FACHI           /Load FACHI
        CLL RAL                 /Put norm'd bit in sign
        SPA CLA                 /Skip if not normalized
        JMP%    RETRN           /Return already
        TAD     K7              /Save address
        CLL RAR                 /Fix it
        AND%    FACHI           /Remove garbage from FACHI
        DCA%    FACHI           /And replace it

        TAD     INTEGR          /Load 27 for exponent
        DCA%    FACX            /Set exponent

        EXTERN  #RETRN          /Define return address
        ADDR #RETRN;ORG .-2
        JMP%    RETRN           /Return to FRTS
RETRN,  ORG     .+1             /Space out over address


#BASE,
ARG2,   ORG .+3                 /Base 0
ARG1,   ORG .+3                 /Base 1
TENK,   F 4096.0                /Base 2
SECNAM, TEXT +ILOC  +           /Base 3
INTEGR, 27                      /Base 4 (dummy integer)
#XR,    0;0                     /XR 0 and one: Special integerizer

        17;-17;2                /Base 5: Preset values: don't change

        EXTERN  #APT
        ORG     .+2
        ADDR #APT+5;ORG .-3
        ADDR #APT+6;ORG .-3

        1                       /Base 6: XR5  Preset indexing
K7,     7
FACHI,  ORG     .+1
FACX,   ORG .+1;SETX 0          /Base 7

NORMEX, FNORM                   /Base +30
#GOBAK, JA .
        FNOP
        JA      SECNAM+3        /For traceback

        BASE #BASE

/Common routine to get ARG1 and ARG2 pointers set up

SETUP,  0;0                     /JSA RETURN ADDRESS
        STARTD                  /Set address mode
        FLDA    #BASE+30        /Load return address
        FSTA    #GOBAK,0        /Store return address
        FLDA    #BASE           /Load arg. pointer
        SETB    #BASE           /Set our base page
        SETX    #XR             /Set index registers
        FSTA    #BASE           /Store on base page

        FLDA%   #BASE,5         /Load first ARG pointer
        FSTA    ARG1            /Stow it

        FLDA%   #BASE,4         /Load second arg
        FSTA    ARG2            /Store it (may not be needed)
        STARTF
        JA      SETUP           /Return

/Explanation of Denormalized test.
/
/In the case where a subroutine argument is an EXTERNAL, the
/compiler assembles the CALL as:
/
/       EXTERNAL SUB
/       EXTERNAL ARG
/           :
/           :
/       JSR     SUB
/       JA      .+4             /past arguments
/       JA      TEMP
/           :
/           :
/TEMP,  ORG .+1;JSR ARG
/
/Thus, the argument we pick up has a JSR in the mantissa, rather than
/a legal FORTRAN variable. Note, that the use of an assigned GOTO as
/an argument produces a similar situation, with a JA rather than a
/JSR being loaded into the mantissa.

/Normally, we would have to use the L=LOCX(ARG) type of call to get
/the address of the external before calling one of the PUT/GET routines.
/The **KLUDGE** is intended to supply a shorthand method of getting
/the contents of the entry point or the assigned GOTO. The trick is
/that if we find a JSR or JA in the mantissa, then use this as the
/address directly. All other cases have a FORTRAN variable as the
/argument, which must be fixed first.

PUTGET, 0;0
        JSA     SETUP           /Setup ARG 1 and 2
        FLDA%   ARG1            /Load address

/See if the argument is de-normalized. If it is, skip the ALN 0.

        TRAP3   DENORM          /See if it is

        ALN     0               /Fix it
        STARTD                  /Set D mode
        FSTA    ARG1            /Store actual address in ARG1
        FADD    FACX            /Make a SETX too
        FSTA    XSETX,0         /Store in line
XSETX,  0;0                     /Set XR's on location.
        STARTF                  /Set F mode
        JA PUTGET               /And return

/Here for LOC(X). Setup will get the address of our variable in
/ARG1. We need only fetch it here and convert it to a decimal
/integer.

LOC,    JSA     SETUP           /Set up arguments
LOCX2,  LEA%    ARG1,0          /Load address of X
SINTX,  FSTA    INTEGR          /Store the low order bits
LINTX,  STARTF                  /Set F mode
        FLDA    INTEGR          /Load the integer
        JA NORMEX               /Normalize and return

/This entry is for the case where X itself is an address.
/This will usually be in the form of an FNOP;JA XXXXX due
/to an ASSIGN STMT TO X or by the use of an EXTERNAL as
/a subroutine argument. We must get the address in <ARG1>
/and store it in ARG 1. Then we may proceed the same as
/for LOC.

LOCX,   JSA     SETUP           /Set up arguments
        FLDA%   ARG1            /Load the address
        FSTA    ARG1            /Store it
        JA      LOCX2           /back to function like LOC

/Here to get the 12 bit word at the address specified by ARG1.
/First, set our index registers so that the word is at XR0

IPGET,  JSA     PUTGET          /Set up XR's
        XTA     0               /Load the signed word
IPG2,   JGE     #GOBAK          /Positive, do nothing
        FADD    TENK            /Else add 10000 base 8
        JA      #GOBAK          /which unsigns the number

/Same as IPGET, but we zero the word before leaving.
/There is a small risk of an interrupt race, but for now
/we'll leave it.

IFLAG,  JSA     PUTGET          /Set up XR's
        XTA     0               /Load the word
        LDX     0,0             /Zero it
        JA      IPG2            /Merge with IPGET

/Same as IGET2, except that FACLO is swapped with FACHI to
/accomodate standard D.P. words which have LOW;HI format.

IDPGET, JSA PUTGET
        STARTD                  /Set D mode
        XTA     0               /Get High order word
        FSTA    INTEGR          /Store in XR1
        XTA     1               /Get Low order word
        SETX    #XR             /Reset XR's
IGXX,   ATX     0               /Store HIGH
        JA      LINTX           /Go load and NORM integer

/Define a new SECT since the previous page is almost full.
/This allows the loader to make optimal use of memory.

        SECT    IGET2
        JSA     PUTGET          /Get ARG1 set to address
        STARTD
        FLDA%   ARG1,0          /Load 2 low order words
        JA      SINTX           /Go float the answer

PUT1,   JSA     PUTGET
        FLDA%   ARG2            /Load value
        ATX     0               /Store it
        JA #GOBAK

PUT2,   JSA     PUTGET
        FLDA%   ARG2            /Get arg 2
        ALN 0                   /Fix it
        STARTD                  /Set D.P. mode
        FSTA%   ARG1            /Store at address
        STARTF                  /Reset F mode and
        JA      #GOBAK          /Exit

GET3,   JSA     PUTGET          /Set up arg1
        FLDA%   ARG1            /Load three words
        JA      #GOBAK          /And return with them

PUT3,   JSA     PUTGET
        FLDA%   ARG2            /Load variable
        FSTA%   ARG1            /Store it
        JA      #GOBAK          /And return

/If no FPP, replace LEA% ARG1,0 with JSA #LEA, and install the
/following:

/#LEA,  0;0
/       STARTD
/       FLDA%   ARG1
/       ALN     2               /Save only upper bits
/       ALN     3               /Reverse alignment
/       FNEG
/       FADD%   ARG1            /Subtract upper bits
/       JA      #LEA            /return

I don't know exactly what you wanted to do with 'AND' and 'OR' type things
in the FORTRAN for. But I sent them. It occurs that the above routine
could be equally valuable for such things so I send it as well. This
weekend I'll get things togeather and mail floppies to you. The RALF
routines I've sent may not work with your FRTS.SV because STEVE BESCH'S
version may have moved things around from what you have. Anyway, I'll
get the whole FORTRAN package to you by mail. I talked to 2 others about
your operating system. We all feel that It's not a good idea to attempt
the monster task. There are many other, more valuable things, to be done.



Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 19 May 89 17:49:09 EDT
Received: from AEROSPACE.AERO.ORG by mintaka.lcs.mit.edu id aa07240;
          19 May 89 9:49 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA20079; Fri, 19 May 89 06:47:46 -0700
Posted-Date: Fri, 19 May 89 06:47:44 -0700
Message-Id: <8905191347.AA20079@aerospace.aero.org>
To: Johnny Billquist <BQT@kicki.stacken.kth.se>
Cc: "Christopher R. Zach" <CZ@AI.ai.mit.edu>, wally@aerospace.aero.org, 
    PDP8-LOVERS@mc.lcs.mit.edu, wally@lcs.mit.edu
Subject: Re: MACREL for OS/8...
In-Reply-To: Your message of "17 May 89 20:22:26 N."
             <12494792009.15.1113.99900@KICKI.STACKEN.KTH.SE>
Date: Fri, 19 May 89 06:47:44 -0700
From: wally@aerospace.aero.org

A summary of CCLX's features visavis CCL's.
Most are assembly time options, those that are not are marked permanent.

1)  '.ZERO SYS:' or 'ZERO DSK:' are not allowed.
2)  If the system date is bad, a correct one is requested and must be entered
    before a command line is processed.
3)  '.RECALL' displays the contents of all remembrance areas.  '.RECALL NAME'
    displays the contents of the remembrance area used by the NAME command.
4)  CCLX does not forget remembrances when the date changes (permanent).
5)  '.COMMANDS' displays all CCLX command keywords.
6)  '.EJECT' sends a form feed and carriage return to device 66 (the standard
    lineprinter device number).
7)  As documented, but not always done, in CCL, '.EDIT' remembers only up to
    the backarrow (permanent).
8)  '.TOMMOROW' and '.YESTERDAY' increment and decrement the date.
9)  '.TIDY' deletes all .TM and .WS files on the indicated device.
10) '.DEFINE NAME' adds a command 'NAME' which, when invoked, does a command
    decode iSV.
26) One letter is sufficient to specify several comon commands.
27) '.SQUISH' sets /O (does not ask "ARE YOU SURE?").
28) '.FLIST' calls revised FLIST.SV.
29) '.FORMAT' calls ACID.SV or RUNOFF.SV depending on the input file
    extension.  A '-NO' switch analogous to the '-NB' switch is allowed.
30) The remembrance code now allows up to fifteen areas of (assembly-time)
    variable size (permanent).
31) '-R' switch causes CCLX to not store the containing command line in
    its remembrance area.
32) '.PIP' calls PIP.SV.
33) '.FIX NAME /X' adds /X to the default switch options set every time
    '.NAME' is invoked.  Backslashes similarly unset switches.  Several
    switches can be fixed at a time, and several commands.
34) '.BOOT XX' (with space instead of slash as separator) inserts /.
35) '.FILL MYFILE.TX[139]' adds a file 139(10) blocks long to the directory
    of the specified device with PIP (no more than 255 blocks).
36) '.DUP RXA1:' without an output device forces /R (verify) option.
37) '.DSK DEVICE' calls DIRECT.SV exactly like '.DIRECT', but does not use
    a remembrance area.  Consequently, '.DSK' defaults to DSK:, not the
    remembrance.


/
/Version 05.03
	SECT8 IAND
	JA START
	ENTRY IOR
	ENTRY IXOR
/TRAP3 RETURN
	RETRN=.+1
	EXTERN #RETRN
	ADDR #RETRN
/FIRST OPERAND FOR AND, OR, XOR
/(SECOND IN FLAC)
A,	ORG .+3
/
/     PROGRAM TO TEST IAND
/    
/     I=262155
/     J=262154+131072+65536+32768+16384+8192+4096+2048+1024+
/    $ 512+256+128+64+32+16+8+4+2+1
/     J=262154
/     K=IAND(I,J)
/     WRITE(0,400) K
/400  FORMAT('   K=',D15.8)   ! NOT ENOUGH PRECICION WITH 'I' FORMAT
/     STOP
/     END
/
/IOR8, IAND8, IXOR8
/ASSUME FLAC AND A CONTAIN FIXED INTEGERS
/(RESULTING FROM ALN 0)
/FORM BITWISE OR, AND, OR XOR OF A AND FLAC,
/RESULT TO FLAC.

IAND8,	CDF 0
	TAD A+1
	AND% FLACHI
	DCA% FLACHI
	TAD A+2
	AND% FLACLO
	DCA% FLACLO
EXIT,	CIF CDF 0
	JMP% RETRN

IOR8,	CDF 0
	TAD A+1
	CMA
	DCA A+1
	TAD A+2
	CMA
	DCA A+2
	TAD% FLACHI
	CMA
	AND A+1
	CMA
	DCA% FLACHI
	TAD% FLACLO
	CMA
	AND A+2
	CMA
	DCA% FLACLO
	JMP EXIT

IXOR8,	CDF 0
	TAD A+1
	DCA XARG1
	TAD% FLACHI
	JMS XOR
	DCA% FLACHI
	TAD A+2
	DCA XARG1
	TAD% FLACLO
	JMS XOR
	DCA% FLACLO
	JMP EXIT

/FORM EXCLUSIVE OR OF XARG AND AC
XOR,	0		/ASSUME XARG1=0011 BINARY,
	DCA XARG2	/AND	XARG2=0101.  AC CONTENTS:
	TAD XARG1	/0011
	CMA		/1100
	AND XARG2	/0100
	CMA		/1011
	DCA XTEMP
	TAD XARG2	/0101
	CMA		/1010
	AND XARG1	/0010
	CMA		/1101
	AND XTEMP	/1001
	CMA		/0110
	JMP% XOR
XARG1,	0
XARG2,	0
XTEMP,	0

/FLOATING AC LOCATIONS
FLACEX, 44
FLACHI, 45
FLACLO, 46

/INDEX REGISTERS
XR,	0
XR1,	0

/BASE PAGE
ARGP,	ORG .+3
ARG1,	ORG .+3
ARG2,	ORG .+3
	BASE 0
SETUP,	JA .
	STARTD
	FLDA 30
	FSTA RETURN
	FLDA 0

	SETX XR
	SETB ARGP
	BASE ARGP

	FSTA ARGP
	LDX 0,1
	FLDA% ARGP,1+
	FSTA ARG1
	STARTF
	JA SETUP
/GET 2 ARGS AND PUT IN A, FLAC
SETUP2, JA .
	JSA SETUP
	STARTD
	FLDA% ARGP,1+
	FSTA ARG2
	STARTF
	FLDA% ARG1
	ALN 0
	FSTA# A
	FLDA% ARG2
	ALN 0
	JA SETUP2

NORMX,	FNORM
RETURN, JA .
RETX,	XTA 1
	JA RETURN

START,	JSA SETUP2
	TRAP3 IAND8
	JA NORMX
IOR,	JSA SETUP2
	TRAP3 IOR8
	JA NORMX
IXOR,	JSA SETUP2
	TRAP3 IXOR8
	JA NORMX
                            Wally

Received: from lcs.mit.edu (CHAOS 15044) by MC.LCS.MIT.EDU 19 May 89 09:17:25 EDT
Received: from venera.isi.edu by mintaka.lcs.mit.edu id aa28797;
          19 May 89 9:04 EDT
Posted-Date: Fri, 19 May 89 05:04:17 PST
Message-Id: <8905191304.AA20288@venera.isi.edu>
Received: from LOCALHOST by venera.isi.edu (5.61/5.51)
	id <AA20288>; Fri, 19 May 89 06:04:19 -0700
To: pdp8-lovers@mc.lcs.mit.edu
Cc: fucich@venera.isi.edu
Subject: PDP8/E with CACHE
Date: Fri, 19 May 89 05:04:17 PST
From: fucich@venera.isi.edu

A PDP-8 with cache was designed and constructed by Professor
David Casasent at Carnegie-Mellon University. This has a 
performance factor of 5 in comparison to the PDP8/E without
cache. There is an article in Computer Design, pp. 83-89
Nov. 1971. Anyone have more info?

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 16 May 89 14:46:04 EDT
Date: Tue, 16 May 89 14:52:35 EDT
From: "Christopher R. Zach" <CZ@AI.AI.MIT.EDU>
Subject:  MACREL for OS/8... 
To: wally@AEROSPACE.AERO.ORG
cc: BQT@KICKI.STACKEN.KTH.SE, PDP8-LOVERS@MC.LCS.MIT.EDU
In-reply-to: Msg of Tue 16 May 89 08:00:35 -0700 from wally at aerospace.aero.org
Message-ID: <595892.890516.CZ@AI.AI.MIT.EDU>

Johnny:
	I have drawings for the Fpp12 and I think I have the fpp-8 doc kit
	for Posibus (8/I, 8, 8/S, 8/L) Pdp-8's. Would this help?
							CZ


Received: from aerospace.aero.org (TCP 3200400101) by MC.LCS.MIT.EDU 16 May 89 11:03:40 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA04296; Tue, 16 May 89 08:00:38 -0700
Posted-Date: Tue, 16 May 89 08:00:35 -0700
Message-Id: <8905161500.AA04296@aerospace.aero.org>
To: Johnny Billquist <BQT@KICKI.STACKEN.KTH.SE>
Cc: PDP8-LOVERS@MC.LCS.MIT.EDU, wally
Subject: Re: MACREL for OS/8... 
In-Reply-To: Your message of "16 May 89 14:13:53 N."
             <12494462774.13.1113.13440@KICKI.STACKEN.KTH.SE> 
Date: Tue, 16 May 89 08:00:35 -0700
From: wally@aerospace.aero.org

Correction: I generally use the VISTA editor, could hardly continue
existance on this planet if forced to use TECO all the time.
Also, do you have dwgs. for thr FPP8A?

Received: from aerospace.aero.org (TCP 3200400101) by MC.LCS.MIT.EDU 16 May 89 10:56:05 EDT
Received: from localhost by aerospace.aero.org with SMTP (5.61++/6.0.GT)
	id AA04085; Tue, 16 May 89 07:51:51 -0700
Posted-Date: Tue, 16 May 89 07:51:49 -0700
Message-Id: <8905161451.AA04085@aerospace.aero.org>
To: Johnny Billquist <BQT@KICKI.STACKEN.KTH.SE>
Cc: PDP8-LOVERS@MC.LCS.MIT.EDU, wally
Subject: Re: MACREL for OS/8... 
In-Reply-To: Your message of "16 May 89 14:13:53 N."
             <12494462774.13.1113.13440@KICKI.STACKEN.KTH.SE> 
Date: Tue, 16 May 89 07:51:49 -0700
From: wally@aerospace.aero.org

I have MACREL.SV Vers 2A. Also, I have sources but am not sure of
the version. The .SV which came from DEC had copyright '77,'78,'79
and one of the modules had 1977 inside and version=ptchlev which I
couldn't quickly find. I believe that my version of RTS/8 is the
latest as I bought it when DEC was just about done with /8 things.
As I recall, I have some MACREL things from the U of M which
consisted of many MACROS and support for the FPP. I'll be happy to
try to scrape all of it togeather and send it to you. I hope you
have an RX01. I do mostly FORTRAN IV (the system midified by Steve
Besch), generally use the TECO editor, RK05, FPP8A, SILICON or RAM
disk (25 times faster than RK05), am wire-wrapping a I/O board like
the KL8E but with type ahead and other features, have ZETA8 plotter
interactive screen graphics 3D ... .
                         Wally Kalinowski
                         213 336 6940          work
                             515 1544          home
PS looking for ETOS and OMNI +   

Received: from KICKI.STACKEN.KTH.SE (TCP 20273365334) by MC.LCS.MIT.EDU 16 May 89 08:15:05 EDT
Return-Path: <BQT@KICKI.STACKEN.KTH.SE>
Date: 16-May-89 14:13:53 +0200
From: Johnny Billquist <BQT@KICKI.STACKEN.KTH.SE>
To: PDP8-LOVERS@MC.LCS.MIT.EDU
Subject: MACREL for OS/8...
Message-ID: <12494462774.13.1113.13440@KICKI.STACKEN.KTH.SE>

Does anybody have MACREL V2 for OS/8? I have V1B, but would
very much like to get my hands onto V2.
Also if anybode have RTS-8 V3, it would be nice...

If anybody is interested in TECO V7 for OS/8, I have it, and
can send you a copy. To compile it, you will need MACREL V2.
The distribution comes from DECUS, and includes both sources
and binarys.

	/Johnny
   --------


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 11 Apr 89 23:47:30 EDT
Date: Tue, 11 Apr 89 23:47:41 EDT
From: Doug Humphrey <DIGEX@AI.AI.MIT.EDU>
To: CZ@AI.AI.MIT.EDU
cc: RS@AI.AI.MIT.EDU, pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Tue 11 Apr 89 22:08:07 EDT from Christopher R. Zach <CZ at AI.AI.MIT.EDU>
Message-ID: <575311.890411.DIGEX@AI.AI.MIT.EDU>

Sigh... U should have asked me about 5 or 6 years ago. 



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 11 Apr 89 22:08:08 EDT
Date: Tue, 11 Apr 89 22:08:07 EDT
From: "Christopher R. Zach" <CZ@AI.AI.MIT.EDU>
To: RS@AI.AI.MIT.EDU
cc: pdp8-lovers@MC.LCS.MIT.EDU
In-reply-to: Msg of Tue 11 Apr 89 09:28:21 EDT from Robert E. Seastrom <RS at AI.AI.MIT.EDU>
Message-ID: <575254.890411.CZ@AI.AI.MIT.EDU>

	Does anyone have a good TU55/56 Dectape and controller for Positive bus
Pdp-8/I's (and PDP12's)? I have approximately 6 large boxes of Dectape, loaded
to the brink with software, but I can't use it without a tape drive. Any ideas?
	I also have just about all of the PDP-8 , 8/I, 8/L, and PDP12 manuals,
so if you need some info, drop me a line!
							Chris Zach


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 11 Apr 89 09:28:26 EDT
Date: Tue, 11 Apr 89 09:28:21 EDT
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <574708.890411.RS@AI.AI.MIT.EDU>



Over the past couple days, I've been getting requests to add people
to the list in record numbers.  This is EXCELLENT!  There are still
people out there who are interested in computers that are older than
I am!

Ok, now that I'm done flaming about how great it is to have more 
people on board, let me put out a notice that I'm looking for a
Classic 8.  (The old one, with the smoked plastic ears and R-series
logic modules), in a tabletop configuration.  If anyone out there has
the Y-shaped table that they always used to show them on in the 
microcomputer handbooks, I'd love one of those too.  By the way,
I have a couple of spare copies (1970 and 1973) of Introduction to
Programming kicking around - if anyone's interested, they're up for
grabs...



                                ---Rob



Received: from bu-it.BU.EDU (TCP 20061201050) by MC.LCS.MIT.EDU  1 Apr 89 14:52:14 EST
Received: by bu-it.BU.EDU (5.58/4.7)
	id AA21572; Sat, 1 Apr 89 14:47:45 EST
Date: Sat, 1 Apr 89 14:47:45 EST
From: jsol@bu-it.BU.EDU (Jon Solomon)
Message-Id: <8904011947.AA21572@bu-it.BU.EDU>
To: RS%AI.AI.MIT.EDU@EDDIE.MIT.EDU
Cc: pdp8-lovers@MC.LCS.MIT.EDU
In-Reply-To: "Robert E. Seastrom"'s message of Sat,  1 Apr 89 08:36:39 EST <567724.890401.RS@AI.AI.MIT.EDU>
Subject: ***** Please read! *****

I should point out that KICKI.STACKEN.KTH.SE is only in the AI.AI.MIT.EDU
host table, and is not in the official NIC host table, nor is it in the
domain database, so you might have trouble reaching him there.

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU  1 Apr 89 08:35:39 EST
Date: Sat,  1 Apr 89 08:36:39 EST
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
Subject:  ***** Please read! *****
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <567724.890401.RS@AI.AI.MIT.EDU>



Administrivia:

Possible impending disaster: As some of you may know, the US Govt in its
finite wisdom has decided to stop supporting the Arpanet.  MIT's IMPs (the
packet-switching machines which heretofore have served as our connection to
the Arpanet) are expected to be turned off tomorrow.  Some efforts have
been made to replace the cross-country Arpanet functions by tying various
local-area nets together; such connections do exist for MIT.  However, we
can't guarantee how well this will work initially; we expect the new
connection system to require some time to undergo shakedown, and mail
service will probably go haywire during this period.  Please bear with us
in our time of trial.

Pandora Berman
for Postmaster@MC


The target date has been changed to April 15 , nevertheless, 
should you have trouble getting stuff through, send me mail
personally and I'll forward it manually if I have to.

RS@EDDIE.MIT.EDU is a good bet, well connected, but forwards my mail
to AI.  If mail to me there should bounce, send me mail at
RS@KICKI.STACKEN.KTH.SE (this *is* overseas... the SE domain, by
the way, is Sweden...)


                 Best regards,


                                  Rob



Received: from venera.isi.edu (TCP 1200200064) by MC.LCS.MIT.EDU 31 Mar 89 02:03:13 EST
Posted-Date: Thu, 30 Mar 89 23:03:26 PST
Message-Id: <8903310703.AA02217@venera.isi.edu>
Received: from LOCALHOST by venera.isi.edu (5.54/5.51)
	id AA02217; Thu, 30 Mar 89 23:03:28 PST
To: "Robert E. Seastrom" <RS@ai.ai.mit.edu>
Cc: pdp8-lovers@mc.lcs.mit.edu, fucich@venera.isi.edu
In-Reply-To: Your message of Fri, 31 Mar 89 00:26:19 -0500.
             <566935.890331.RS@AI.AI.MIT.EDU> 
Date: Thu, 30 Mar 89 23:03:26 PST
From: fucich@venera.isi.edu

Rob,
	Between Wally K. and myself we may have the
	full decus library of 8 software.
	I will send out a list of what I have soon.
Val.

Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 31 Mar 89 00:25:44 EST
Date: Fri, 31 Mar 89 00:26:19 EST
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <566935.890331.RS@AI.AI.MIT.EDU>


I have a couple of sites in mind that might be willing to support
FTP-able PDP-8 software.  Thus, I'd like to see what everyone out
there has and compile a list, so that more of us can get what we
are missing, etc.  I'm looking for DECUS library stuff in addition
to standard DEC stuff, so tell us all about it!

       ---Rob



Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 31 Mar 89 00:17:20 EST
Date: Fri, 31 Mar 89 00:17:28 EST
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
Subject:  [fucich: ***PDP8-SIMULATOR-ON-VAX-VMS***]
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <566917.890331.RS@AI.AI.MIT.EDU>



Date: Thu, 30 Mar 89 02:26:05 PST
From: fucich at venera.isi.edu
To:   pdp8-lovers-request at mc.lcs.mit.edu
cc:   fucich at venera.isi.edu
Re:   ***PDP8-SIMULATOR-ON-VAX-VMS***
Posted-Date: Thu, 30 Mar 89 02:26:05 PST

pdp8-lovers,
*************SOURCES SENT BY REQUEST*************

	You need PHY_IO privilege to run the simulator.


	$ R SFLOP2RK
		Input "disk" name = RKA0RKB0.RK8
		Run only once. Writes contents of FLOPIMAGE.DAT
		to "RK05" file.

	$ R PDP8

	You are now in console mode. You can give the following
	commands to simulate the console switches:

	LSR	load switch register
	LA	load address
	LXA	load extended address
	CLEAR	clear all
	CONT	continue
	E	examine
	DEP	deposit
	SS	single step (toggles in/out; successive RETURNs
		will execute one instruction at a time)
	STATUS	show status
	AC	show AC
	MD	show memory
	MQ	show MQ
	SR	show switch register

	Arguments, if any, precede the command; no blanks in between.

	Example:

	To load "1034" into switch register, type

		1034LSR

	To examine switch register:

		SR

	To load and execute bootstrap:

		0LXA
		30LA
		6743DEP
		5031DEP
		30LA
		CLEAR
		CONT

	Now you will get the Keyboard Monitor's dot, and you can proceed
	with any OS8 command, and run any program that you copied from
	your floppy.


	Booting the simulated 8 can be done faster with the command

		BOOT


	^C gets you back to OS8 Keyboard Monitor; ^Y aborts simulator.



	Moving files between OS8 and VAX environment
	********************************************

	VAX8 is a program that emanates from OS8FLOP. It reads/writes
	the "RK05" direct-access file as if it were an OS8 disk, and
	transfers files between it and ordinary VAX files.



	Written by

	Harald Nyman
	AB HASSLE
	S-431 83 MOLNDAL
	Sweden
	tel.: 031-676259

*******************************************************************


Received: from AI.AI.MIT.EDU (CHAOS 3130) by MC.LCS.MIT.EDU 18 Feb 89 10:32:35 EST
Date: Sat, 18 Feb 89 10:32:31 EST
From: "Robert E. Seastrom" <RS@AI.AI.MIT.EDU>
To: pdp8-lovers@MC.LCS.MIT.EDU
Message-ID: <540513.890218.RS@AI.AI.MIT.EDU>


Well, folks, it's finally here.  The PDP8-LOVERS mailing list is now
reality!  Messages for the list go to PDP8-LOVERS@MC.LCS.MIT.EDU;
requests to be added to or deleted from the list go to 
PDP8-LOVERS-REQUEST@MC.LCS.MIT.EDU (case is _not_ critical here).

Perhaps we ought to all introduce ourselves to each other...

          This one's for you <7001>

                      -Rob


