I?ve recently acquired a rare complete set of 10 TRS-XENIX 1.0 Development System floppy disks. I?ve done quite a bit of 8? disk imaging so I'm fairly comfortable using ImageDisk, cleaning disk heads, etc. I?ve run into a scenario with these disks that I have not had to deal with before. Since this is the only complete set of this software I?ve ever seen, I need to be really careful with how I proceed. The media itself looks pretty good. No scratches, no blotches. However, on a number of disks the sleeves have warped. I am afraid that this will damage the media when I spin them up. I?m thinking of cutting open the sleeves and placing the media in new 8? floppy sleeves. I?ve also heard about baking the media, although I?ve never tried this and not sure of its value.
What are your thoughts on how to proceed?
Hi folks,
I've got my VAX3800 resuscitated after many years in limbo and two of the
four RF71s in there have gone bad. Has anyone tried swapping the controller
boards between drives? Is it just a matter of letting the drive
auto-calibrate or do I need to SET HOST onto the controller and tell it it's
on a different HDA...
Here it is in a happier mood shortly after first powerup:
http://www.binarydinosaurs.co.uk/VAX3800.jpg
(not my best LK201 keyboard but it was the closest :) )
--
Adrian/Witchy
Binary Dinosaurs creator/curator
Www.binarydinosaurs.co.uk - the UK's biggest private home computer
collection?
I don't see these manuals online at either bitsavers.org or hpmuseum.net.
Does anyone have copies of them available?
12044-90001 HDLC Direct Connect Interface Hardware Reference Manual
(12044A for A/L-Series)
12825-90001 HDLC Direct Connect Interface Hardware Reference Manual
(12825A for M/E/F-Series)
I have more than one HP-1000 CPU. Just curious what it would take to
connect some of them together running 91750A DS/1000-IV software.
So, I'm winding up to boot Unix V6 from an RX02 floppy. So I need two things:
- Details of how DEC ROM bootstraps boot from RX02's. I vaguely recall seeing
documentation of this somewhere (e.g. which sectors it loads, etc), but now I
can't find it. Don North has dumps of the RX02 ROM's, but I'm too lazy to read
through the code and figure out how they work. Is there some documentation
which covers it? I did a quick Google search, but if there is anything out
there, my Google-fu was inadequate.
- Did anyone ever do an RX02 driver for the V6 disk bootstrap? (Well, I guess
a V7 driver would work, too.) Note: what I need is _not_ either i) the Unix OS
driver for the RX02 (I found one of those already), or ii) a driver for the v7
standalone second-stage bootstrap (which would probably be in C). The thing
I'm looking for would be called rx.s, or something like that. Yes, I could
write it, but again, I'm lazy! :-)
Noel
I have uploaded a set of disk images from My Compupro system with an 8085
and 8086 card, plus regular z80. The thread starts a number of years ago,
but today I just updated, at the bottom, to include images of the disks I
have for the system.
Some interesting concurrent CPM and DOS stuff, not sure if this is really
MS DOS 1.25 or not, never got it to work on my system. I'd love to see
someone else make it work.
Thread:
http://vintagecomputer.net/browse_thread.cfm?id=265
Just get the IMD images:
http://vintagecomputer.net/disk_images/COMPUPRO/
As always, thanks Dave Dunfield, please use the images with the proper
licenses, etc.
Bill
SEEKING GOOD ILLUSTRATIVE MATERIAL ON IBM ADD ON BOXES GOT A STACK..
So need hi res scans of catalogs brochures etc showing them all
stacked and what when with what.
We had an early IBM pc for a while....but never this many add on boxes!
I am lost... Remember back in the 80s I sold HP stuff... any
help and guidance appreciated to make this all come together into
something nice visually!
thanks Ed Sharpe archivist for SMECC couryhouse at aol.com
Re: DEC bus transceivers
> From: allison
> Actually since about 1987 I've used about 1200 pieces of the 8641 alone
> repairing boards at the commercial level.
Well, that's over almost 30 years - and your total from that period is about
4% of the remaining stock (and in a commercial operation, to boot, not
hobbyist)...
> If you going to build a board or three maybe even 20 its not a big deal
> but its not a reliable source of predictable quality.
Sure, but try looking at it from our perspective: we either use an
out-of-production part, or have to design something (almost certainly from
discretes) that meets those specs; and we actually looked at the latter (viz.
Dave B's design). However, after some pondering, and taking everything
(including all the below) into account, we decided to go with the original
chips, since they were still sorta available.
Which is why both we and Guy have stocked up on them, at the start of the
process: we don't want to crank out boards designed for a certain part, and
then not be able to get the out-of-production parts the boards were designed
to use.
If we were designing something for serious production, that wouldn't be an
option, but for limited-volume hobbyist use, it is. The choice of an
out-of-production part does have a down-side, but it's minor (and mostly
alleviated by the pre-buying), and the other options were (in overall sum)
worse.
> If you get to the bridge your talking redesign in reality or an
> expensive buy from unreliable source then testing them in bulk.
But, but... I'm _already_ buying them from unreliable sources, then testing
them! :-)
But to be serious - if the demand for QSIC's, etc, runs the well of DS8641's
dry, yes, we'll probably have to re-design. In other words, we'd be right
where we'd be today if we decided not to use out-out-production parts.
Noel
Hi all --
Just wanted to let you guys know that a new version of the Xerox Alto emulator I've been working on at the LCM+L has been released; V1.1 of ContrAlto can be downloaded from: http://www.livingcomputers.org/Join/Online-Systems.aspx. At this point, the vast majority of software appears to be working properly, if you do run into any issues please let me know!
ContrAlto is open source, so if you want to hack on it the source is available on our GitHub site at https://github.com/livingcomputermuseum/ContrAlto.
Thanks!
- Josh
Many of us maintain large collections of bits that we'd like to preserve over a long time, and distribute, replicate, and migrate via unreliable storage media and networks. As disk sizes (and archive sizes) have increased, the probability of corruption undetected or uncorrected by the mechanisms normally built into disk drives, network protocols, and filesystems has increased to a level that warrants great concern.
I would be interested to know if there exists an archive format that has the following desirable properties:
1) It is well-documented, and relatively simple, to facilitate its implementation on many platforms present and future.
2) It supports some degree of incremental updating, but need not be particularly efficient about it. An explicit compaction operation is preferable to an overly complex format. It is adequate to use append-only strategies appropriate for write-once media.
3) Insertion and extraction of files, copying of the archives, and other archive-manipulation utilities support end-to-end verification that identical bits have been stably recorded to the media, bypassing or defeating platform-level or hardware-level caching mechanisms. Where this is not possible, the limits must be carefully delineated, with some basis for determining the properties of the platform and certifying reliability
properties where possible.
4) The format should provide for superior error detection capability, designed to avoid common failure modes with mechanisms typically used in hardware. For example, use a document-level cryptographic checksum rather than a block-level CRC.
5) The format should include a high degree of internal redundancy and recoverability, say, along the lines of a virtual RAID-array.
Just as biological organisms constantly correct DNA transcription errors,
the idea is to have a format that is robust across long-term exposure to
imperfect copying and transmission channels.
Does anything like this exist?
--Bill
I too have been searching for documentation/schematics for the Cambridge
Memories, Inc. Expandacore18 4k core memory boards. I have an old
Diversified Numeric Applications Med PL/185 machine which is a clone of the
Raytheon 703. This machine has 16k of core with 4 of these boards.
--
THE BLUES IS THE TRUTH. IF IT'S NOT THE TRUTH, IT'S NOT THE BLUES. (Willie
Dixon)
Here is an interesting article from the ozobob list on 50 yeas of
computing in the US Army!
http://www.dtic.mil/get-tr-doc/pdf?AD=ADA431730
About the earliest thing we have militantly computer related in the
museum are some parts of the NORAD SAGE system
(Apologies if this gets posted twice, e-mail changes appear to have lost
the first one...)
Hi all --
Just wanted to let you guys know that a new version of the Xerox Alto
emulator I've been working on at the LCM+L has been released. V1.1 of
ContrAlto can be downloaded from:
http://www.livingcomputers.org/Join/Online-Systems.aspx. At this point,
the vast majority of software appears to be working properly, if you do run
into any issues please let me know!
ContrAlto is open source, so if you want to hack on it the source is
available on our GitHub site at
https://github.com/livingcomputermuseum/ContrAlto.
Thanks!
- Josh
I have pmaz SCSI controller, a couple lofis, and a bunch of 8MB pmax+
modules that are being threatened with the local electronics recycler.
send me the address of your good home or place of business in the
continental US states, and I'll spare them that fate.
--
Aaron J. Grier | "Not your ordinary poofy goof." | agrier at poofygoof.com
I scanned my copy of the Hitachi 303 manual a few weeks ago. For anyone
interested in downloading it, I uploaded it here:
https://drive.google.com/open?id=0B8Ow1Wo1rBQUSVdXQU84SWtVRFU
Didn't see it on Bitsavers yet, so I thought I would share.
Thanks,
Kyle
I have not had good luck with the RuGRiD list. I am aware of it.
There are only a small handful of people there with Compass gear; It is
mostly centered around the later PC-compatible GRiD stuff.
There is one fellow with quite a lot of Compass media who has reached out
to me a couple times, but I don't get the drift he sees any urgency in
imaging the media, nor intends to share it. I have offered a hand, money,
etc.
If he does come through, I'll be very pleased, but at this point I am
trying to look elsewhere.
Steve, if you're willing to cross-post my list below and see if you have
better luck, please do.
I have never received a single response of value on that list.
- Ian
On Tuesday, October 25, 2016, Steve Hatle <shatle at nfldinet.com
<javascript:_e(%7B%7D,'cvml','shatle at nfldinet.com');>> wrote:
>
>
>
> -------- Original Message --------
> Subject: Need to archive: GRiD Compass Computer Operating System
> Software
> From: Ian Finder <ian.finder at gmail.com>
> Date: Tue, October 25, 2016 7:08 pm
> To: "cctalk at classiccmp.org" <cctalk at classiccmp.org>
>
> Folks, there appears to be a large GRiD-sized hole where archived copies
> of
> the Compass Computer Operating System software should be.
>
> ...
> --
> Ian Finder
> (206) 395-MIPS
> ian.finder at gmail.com
>
> >>
>
> There's a fairly active GRiD list at
>
> http://groups.yahoo.com/group/rugrid-laptop/
>
> You may wish to cross-post there, or I can if you don't wish to join up.
>
> Steve
>
--
Ian Finder
(206) 395-MIPS
ian.finder at gmail.com
I picked up an Informer 213 from eBay this week, but it has the IBM rom
set! Noooooo!
Anyone out there with the VT100 version willing to dump the roms for me?
Thanks,
- Ian
--
Ian Finder
(206) 395-MIPS
ian.finder at gmail.com
> From: allison
> What vendor
I don't recall, would have to look it up; I turned Guy onto them, and he
bought out everything they in stock.
> They have been scarce save though resellers that have NOS parts from
> old stocks and they are not cheap and unpredictable quantities.
Yeah, that vendor said they could get more (apparently from others who still
had stocks), but they'd be slightly more expensive. Apparently these people
all interact, and deal stuff around.
So that figure I was given of 30K in stock is probably not from that one
vendor, but across all of them. But since nobody is using these chips in a
product (that I know of), I suspect the number is likely to go down only
slowly.
> Then I could buy them they are about .86 dollar US, but that was in the
> early 80s.
The ones Guy and I recently bought were about $1 each (I don't recall the
exact amount, would have to check). So not cheap, but not ridiculous.
Noel
> From: Paul Koning
> The trouble with chip resellers is that it's hard to know which ones are
> legit, and which ones are in the fake chip business.
I suspect that the network of major resellers would tend to keep out the
riff-raff. (They don't need the aggro of dealing with the consequences.)
> a 7400 instead of something more valuable.
Which is why it's good that the DS8641's are going for little more than a
buck; at that price point, there's only minimal benefit from faking them.
Anyway, for any I get, random samples go straight into my tester board!
"Trust, but verify!" :-)
Noel
Hello,
surely the old transceivers are the most compatible solution, however you
still need to convert the voltages back and forth...
Plus the solution is not the cheaper, and a little uncomfortable too, as
you need to find these old chips, hoping not to buy fake chinese duplicates
(it happened to me more time unfortunately).
So I was searching a solution with modern components, but not using
components too much specific and difficult to be found.
As we need 3.3v logic, but able to work in 5v bus, I'm thinking about 5v
tolerant standard logic as TI LVC or LVT.
The problem is that there aren't open drain bus transceivers, but the
problem could be solved simply using input-only and output-only components,
connecting two in parallel but opposite direction on bidirectional pins.
So identifying one or maybe two codes would be enough for all the
components needed for the board.
The idea of using bare transistors seems to me too much simple.
Not that it couldn't work, but it would be almost impossible to satisfy all
the specifications of the bus in this way... unless you use a more complex
circuit with precise current sources and resistors to grant correct voltage
biases, impedances and slew rates, which in the end is a logic integrated
circuit.
Andrea
> From: Guy Sotomayor
> Secondary chip marke[t] (only reputable vendors).
I'm a little more willing than Guy to troll in disreputable waters (I bought
1K DS8641's from a source in Hong Kong), so I have this:
http://ana-3.lcs.mit.edu/~jnc/tech/QSIC/TestCardF.jpg
which has a bunch of special circuits on it to test chips to make sure they
meet specs; e.g. the large potentiometer is so I can vary the input voltage
to see where it switches from 0 to 1, etc.
> From: Paul Koning
> it would be odd to have one; I can't think of anyone who would expect a
> PDP11 to work with part of its devices powered down. For one thing, if
> the box with the terminator loses power
Forget the terminator - as Jon Elson also points out (his email appeared
while I was creating this one), any device which uses interrupts, if
un-powered, won't pass grants.
> From: allison
> Bottom line is someday there will be no DEC parts and what then? I
> reserve DEC parts for repairing defunct boards for new and unique build
> it would be a waste of scarce material.
For actual DEC interface IC's like DC003's, sure. Those are hyper-rare.
But DS8641's are available in the 10's of thousands, there's no earthly way
we could use them all on repairs. Yes, when they run out, we'll have a
problem - but I plan to cross than bridge _if_ and when we get to it.
Noel
Does anyone remember a subscription time sharing system called, I think, "game master".
It was at least available and marketed in the chicago area... possibly nationwide.
I just wonder if there is any info on what kind of system it ran on and any preserved info etc.
Thanks.
-Bob
Update: I've swapped the displays and drivers around, and the "tunnel"
effect seems to be a property of the panel and not drive electronics.
Perhaps they are all high-hour examples?
Anyone here an electroluminescent display expert?
>
>
> On Wednesday, July 20, 2016, Ian Finder <ian.finder at gmail.com> wrote:
>
>> No, I'm not convinced the EL repro isn't a driver electronics issue.
>>
>> I'm just a little confused about why the issue congregates at the edges
>> of the displays. Any ideas why that might be?
>>
>> I may try swapping the panels around this evening if I am feeling brave.
>>
>> On Wednesday, July 20, 2016, Brent Hilpert <hilpert at cs.ubc.ca> wrote:
>>
>>> On 2016-Jul-20, at 12:52 PM, Ian Finder wrote:
>>>
>>> > I have a few GRiD compass systems and some are suffering from massively
>>> > decreased contrast on the edges of the displays:
>>> >
>>> > [See the system on the left]
>>> > https://www.instagram.com/p/BIGGzUzgat-/?taken-by=tr1nitr0n
>>> >
>>> > [Or this one:]
>>> > http://www.ripstick.com/USCM/images/Grid_Compass_1101_
>>> Laptop_in_Box_002.jpg
>>> >
>>> > Meanwhile, other EL systems I have- like my HP integral PC- haven't
>>> > succumbed to this.
>>> >
>>> > I have seen similar issues on amLCD displays in my Tadpole, Toshiba and
>>> > other machines, so this is something we all may have to confront.
>>> >
>>> > -------
>>> >
>>> > I was wondering if the folks here had theories?
>>> >
>>> > I'm thinking moisture (or air) might be leaking in from the edges of
>>> the
>>> > glass panes, perhaps from a compromised seal- sorry for the silly
>>> picture
>>> > but you can see the composition of the display here:
>>> >
>>> > https://www.instagram.com/p/6BXaLBtSzd/?taken-by=tr1nitr0n
>>> >
>>> > Does anyone know how one might prevent this from progressing- storage
>>> tips?
>>> >
>>> > Could it be reversed?
>>> >
>>> > Better yet, does anyone have ideas on how to rapidly dehydrate the
>>> display?
>>> > Perhaps there is even a way to re-seal them.
>>> >
>>> > I think all two-glass-pane displays that don't have a vacuum may
>>> eventually
>>> > succumb to this.
>>> >
>>> > Perhaps it is just oxidation and not moisture, but I'd love to hear any
>>> > theories.
>>>
>>>
>>> Are you convinced this is a panel problem rather than a driver
>>> electronics problem?
>>>
>>> In one picture it looks like the sort of thing that happens when you
>>> have to turn up the brightness (for some types of display), resulting in
>>> partial illumination in other areas of the screen.
>>>
>>> I've never had opportunity to repair or work on EL flat-panel displays,
>>> I'm not familiar with the driving techniques and requirements, so this is
>>> just a query/guess. (I see it's an X/Y matrix drive scheme, but the
>>> voltages & timing & phasing I don't know about.)
>>>
>>>
>>
>> --
>> Ian Finder
>> (206) 395-MIPS
>> ian.finder at gmail.com
>>
>>
>
> --
> Ian Finder
> (206) 395-MIPS
> ian.finder at gmail.com
>
>
--
Ian Finder
(206) 395-MIPS
ian.finder at gmail.com
even with shipping across the pond a great deal if your system is
missing one!
Ed#
In a message dated 10/25/2016 3:15:40 P.M. US Mountain Standard Time,
linimon at lonesome.com writes:
If it were on this side of the pond I'll be all over that.
mcl
-------- Original Message --------
Subject: Need to archive: GRiD Compass Computer Operating System
Software
From: Ian Finder <ian.finder at gmail.com>
Date: Tue, October 25, 2016 7:08 pm
To: "cctalk at classiccmp.org" <cctalk at classiccmp.org>
Folks, there appears to be a large GRiD-sized hole where archived copies
of
the Compass Computer Operating System software should be.
...
--
Ian Finder
(206) 395-MIPS
ian.finder at gmail.com
>>
There's a fairly active GRiD list at
http://groups.yahoo.com/group/rugrid-laptop/
You may wish to cross-post there, or I can if you don't wish to join up.
Steve
Folks, there appears to be a large GRiD-sized hole where archived copies of
the Compass Computer Operating System software should be.
For those not aware, GRiD had an OS product that was quite advanced for the
time- with bitmapped graphics, multitasking, a beautiful forms-driven, UI,
etc.
Unfortunately, nothing but the basic OS seems to be preserved anywhere- no
add-on software, not even the utilities needed to format the hard drive.
This is a travesty- GRiD made something far more important than PC clone
machines, at one time.
*** I'm looking for leads on any software products mentioned below, or at
this URL:
http://www.1000bit.it/ad/bro/grid/GRID-1984-PriceList.pdf ***
I have been buying manuals for the express purpose of scanning, and have a
great deal of coverage, but am short on software.
I am not opposed to paying for any of this, nor shipping and returning the
original copies to the provider at my own expense.
I will certainly put all the images in Bitsavers, if Al is okay with that-
otherwise they will be made available through some other means.
Any leads on GRiD media is appreciated.
Thanks,
- Ian
GRiDWrite, Management Tools, GRiDVT100, and GRiDbasic have already been
preserved.
[35], [36] and [37-47] would be incredible to find.
REF PRODUCT MODEL VERSION NOTES
--- ------------------------- ----- ------- -----
18 GRiD-OS 110X/112X 29200 3.1.0.A [6]
19 GRiD-OS 113X 29210 3.1.5.D
20 GRiD-OS 110X/112X 29200 3.1.0.A
21 Management Tools 21100 3.1.0
22 GRiDMaster 21231 3.1.7
23 GRiDPaint 21214 3.1.5
24 GRiDWrite 21132 3.1.7
25 GRiDAccess 21212 3.1.7
26 GRiDPlan 3.1.5
27 GRiDPlan II 3.2.1
28 GRiDWrite 21132 3.1.7
29 GRiDVT100/Reformat 21191 3.2
30 GRiDVT100/Reformat 21191 3.1.5
31 GRiD3101/Reformat 21151 [7]
32 GRiD3101/Reformat 21151 3.1.5 [7]
33 GRiDTek4016 21228 36.9.4 [7]
34 GRiDTerm/Reformat 21141 3.1.5
35 GRiDTransfer/Partition 21210
36 GRiDRecord/Playback 3.1.5
37 C-86 23032 3.2.0
38 Pascal-86 23025 0.3.1 [1 COPY SOLD]
39 FORTRAN-86 23015 0.3.0
40 PL/M-86 23030 0.2.7
41 BASIC 3.1.0 [7], [1 COPY SOLD]
42 ASM-86 23031
43 GRiDDebug/Devel. Tools 29300 3.1.7
44 GRiDDebug/Devel. Tools 29300 3.0.0
45 GRiDTask II / Windows 21230 3.2
46 GRiDTask II 21230 3.1.7
47 GRiDTask 21230 3.1.7
48 ROM Builder 2.1.0 [7]
49 ROM: GRiD-OS System 112X 24100 3.1.0 [8]
50 ROM: GRiD-OS System 113X 24180 3.1.5 [8]
51 ROM: GRiD-OS Utilities 21400 3.1.0 [8]
52 ROM: GRiDMaster 3.1.7 [8]
53 ROM: GRiDVT100/Reformat 24150 3.2 [8]
54 ROM: GRiDWrite/Term/Refmt 24140 3.1.5 [8]
--
Ian Finder
(206) 395-MIPS
ian.finder at gmail.com
Friend of mine pointed this out to me, but I'm a software guy, don't have
any use for hardware. Maybe you guys would be interested.
http://www.ebay.co.uk/itm/DEC-PDP-15-console-panel-von-1970-/112179257620?h…
8 days left. I think he failed to sell it previously at 130 Euros so that
probably sets an upper limit on the auction price.
Graham
> I'll start with getting VTServer to run under V6 (my only Unix, don't
> have anything later :-)
So, I just got VTServer runnin under V6: it successfully loaded a memory
diagnostic from the 'server', into the 'client', using 'vtboot' on the
latter. (Both running on emulated machines, for the moment - I thought I'd
take all the hardware-related variables out of the equation, until I have the
software all running OK.)
It didn't require as much work on VTServer as I thought it might: I had to
convert the C to the V6 dialect (no '+=', etc), and some other small things
(e.g. convert the TTY setup code), but in general, it was pretty smooth and
painless.
Note that it won't run under vanilla V6, which does not provide 8-bit input
and output on serial lines. I had previously added 'LITIN' and 'LITOUT' modes
(8-bit input and output) to my V6; since the mode word in stty/gtty was
already full, I had to extend the device interface to support them. I didn't
add ioctl() or anything later, I did an upward-compatible extension to
stty/gtty. (I'm a real NIH guy. :-)
My only real problem in getting VTServer running was with LITIN; I did it
some while back, but had never actually tested it (I was only using LITOUT,
for my custom program to talk to PDP-11 consoles, which also did downloads,
so needed 8-bit output). So when I went to use it, it didn't work, and it was
a real stumper! But I did eventually figure out what the problem was (after
writing a custom program to reach into the kernel and dump the entire state
of a serial line), and get it working.
(I had taken the shortcut of not fully understanding how the kernel serial
line code worked, just tried to install point fixes. This turned out not to
work, because of a side-effect elsewhere in the code. Moral of the story: you
can't change the operation of a piece of software without complete
understanding of how it works...)
Is there any interest in all this? If so, I can put together a web page with
the V6-verion VTServer source, along with the modified V6 serial line stuff
(including a short description of the extended stty/gtty interface), etc.
> so if you turn up whatever you used to boot V6, it would probably still
> be useful.
So I guess my next step, if I don't hear shortly from someone who has
previously used VTServer to install V6, is to start on actually getting
a V6 file system created.
I'm still vacillating over whether it would be better to go V6-style (and
just transfer a complete, small existing V6 filesystem), or V7-style (and
get stand-alone 'mkfs', etc running with V6-format file systems). Anyone
have an opinion?
Noel
Hi Noel,
>> Any chance it could be put into 'production'?
Sure, if there is interest, I could make a run of boards.
>> Also, what FPGA board are you using? I assume it's one that has an SD
>> card socket or something, for actually storing the bits on?
My project is just an interface board for an existing RL02 emulator
project: www.pdp11gy.com There are a multiple project revisions listed on
the pdp11gy.com site that use different Altera FPGA dev boards: DE0 Nano,
DE0 Nano SOC, and BeMicro CV.
I was planning to use a Terasic DE0 Nano dev board since these boards can
be found on eBay from $50 to $100. The DE0 nano does not have an micro-SD
card socket which is why there is a socket on my interface board.
http://sierracircuitdesign.ddns.net/temp/RL02
The DE0 Nano SOC, and BeMicro CV dev boards have micro-SD card sockets, so
if you used one of those, then you would not need to populate the micro-SD
socket on the interface board. According to the author of the
www.pdp11gy.com RL02 project, the 40-pin headers on DE0 Nano, DE0 Nano SOC,
and BeMicro CV are compatible, so you could use my interface board with any
of these boards.
Regards,
Scott
Does anyone have a datasheet for an Intel 8089A, 8089A-3, or 8089-3?
The only datasheets I've found are for the "plain" 8089 with no "A" or
numeric suffix. The component resellers show better availabiliity for with
the "A" and/or "-3" suffix, though it's possible that those are in error.
The 8089 is an I/O processor. The "-3" suffix is most likely a speed grade.
The standard part without the "-3" is 5 MHz.
Hello all together,
i restore a rk05 disk drive in combination with an Plessey RK8E clone
controller.
Now the drive itself is restored, and the connection cables are built.
My problem is that the rk8e diskless controll test (dhrka) fails with an
data break error. The diskless controlltest
is running throug all register and also the databuffer test. But in the
first data break routine it fails.
Then i toggled in the Example program from the maintanence vol.III,
Single Cycle Data Break Transfers (Write than Read).
With this program the content of the SwitchRegister is written through
the data buffer registers and read back to the memory.
Afterwards it is compared to the original SR content. I found out that
the routine is running if SR=7777. Deeper investigation results that the
bits 0, 1, 4, 6 and 9 have to be one`s to run the routine. The other SR
bits are switchable while running the program.
Next thing i did is trying read data with futil. i could read data form
the disk. But with many read errors.
Because i do not know anything about the allignment between my diskpack
and the drive, i formated the pack
with the RK8E Formater (dhrkd). The write part of the format is running.
In the disk checking part the formater fails.
Anyway. Then i used futil and scanned the whole surface off the
diskpack. On the whole disk are 5 bad blocks left.
Now i am able to dump blocks from the disk. But it seems that no matter
witch block i dump out, it is the same block
all over the disk. Afterwards i tried to modifie some words in block 0.
And this is working. When i write the modified block i see the
modification also in every other block of the disk.
Have anyone the lightning idea?
On a Google search i found a post of Rick Bensene from 2014 on this list
witch described a similiar problem.
In this discussion where talked about an spike in the load signal of the
current address register.
I checked that and see that this was not my problem.
Thanks in advance
Marco Rauhut
Hello,
we are discussing on separate thread about doing an universal interface for
PDP11.
I'm taking all the relevant documentation about Unibus and Qbus busses,
aiming to check the possibility of doing a board compatible, with some
adjustments, with both worlds.
I started to read the 1979 specifications, however it's not all clear to
me, specially about Unibus.
What I understood:
- Qbus is complete on A and B connectors, so a dual card could be done.
Some backplanes have a true serpentine, while some other has C and D with
other signals, but those are of particular usage with dual-board interfaces.
Basically both dual and quad boards can be done, with the latter using A
and B and simply propagating grant on C and D, supposedly connected in
standard serpentine.
Unibus: the specifications are describing A and B, but backplanes are
complicate than that, and can have Unibus, Modified Unibus, Extended
Unibus, SPC...
What for?
If all the signals are in AB, why they are connected again in CDEF?
There's some complete documentation about the different backplane types,
and the standard approach for an Unibus board?
Thanks
Andrea
> From: David Bridgham
> Just the bus interface takes over half the area of a dual-height board!
In part because the level converters are SMD, and we had to mount them on
(modified) wide DIP carriers to use them in a wire-wrap board.
> I've played around with laying out what might be the production board
> ... and I've got it down to a row of 8641 bus transceivers and a row or
> two of the level-converter chips.
> http://pdp10.froghouse.org/qsic/proto-pcb.jpg
For those looking at that picture, it's not our current plan for 'producton'
QSIC's; the one in the picture uses a daughter-card with an FPGA on it, but
that makes the card to high to fit into a single slot. So the current plan is
to do a card with an FPGA on it directly.
Noel
> From: Glen Slick
>> Went unsold at $3500. Relisted, this time at $5000.
> there was a taker for that 11/35 at $5000 today....
Smack me with a wet halibut. They must not have seen the original listing?
I can't come up with any other explanation why someone would pass up a chance
to buy it for $3.5K, and pay $1.5 more for the priviledge...
Noel
> Philipp Hachtmann wrote:
> Was it really sold? I can't figure that out from here. Only "listing
> has ended". And when I try to search for it, the website doesn't show
> it :-(
??? If you go to the listing:
http://www.ebay.com/itm/142146207101
the image has 'Sold' emblazoned across it. And if you click on that image, it
takes you to the original listing, which says "Sold for: US$5,000".
Noel
Hi folks,
Now that the bouncing has calmed down I've got a question about this here
triple output pretty ubiquitous power supply. This one had some burst caps
so naturally wasn't working and was probably why the machine it came out of
was taken out of use.
I've replaced all of them because why not, along with the .1uF mains
filtering cap that would also burst at some point and I still get low output
on all rails. I've tested all the major components out of circuit and
checked for shorts; in Apple ][ power supplies (also Astec, apart from the
ones that aren't) low output is mostly caused by a feedback capacitor (C7)
going out of spec, but these are all new and as close a match to the
originals I could find.
One thing I've not done is reflowed all connections so I'll do that later,
but has anyone got experience of common failure modes with these things?
Cheers
--
Adrian/Witchy
Binary Dinosaurs creator/curator
Www.binarydinosaurs.co.uk - the UK's biggest private home computer
collection?
Hi All,
I have a few IBM PS/2s in various states of disrepair that are free to
anyone willing to collect from Yatton (Near Bristol), or arrange a courier.
Systems as follows:
Model 30-286 - powers on to BASIC prompt, bad floppy drive, missing hard
drive. A few minor scuffs, should make an easy restoration.
Model 50 - Boots from HDD to DOS, has bad sectors but might be OK after a
low level format, haven't tried it because the FDD is bad. Includes
untested tape drive in the second 3.5" drive bay. Some rust spots on case.
Model 77 - Very good cosmetic condition but doesn't power on, corrosion
around the BIOS chip so I'm guessing it's because of that.
If anyone's interested I can take photos and find out the system specs. I
also have one of the later IBM PS/2 mice.
Regards,
-Tom
> From: Scott Baker
> Feedback on this project is most welcome.
Any chance it could be put into 'production'? It just seems to me that
rather than having 53 people send in individual orders for boards, etc
it would be better (and also perhaps get a price break due to volume)
to do a small run. (You may not want to produce complete boards, but
even kits would be useful.)
I think an RL02 simulator is a great idea; those of us with RL0x controllers
could use this most of the time, avoiding potential damage to our old
drives/disks; I know I would buy several if they were available.
Also, what FPGA board are you using? I assume it's one that has an SD
card socket or something, for actually storing the bits on?
Noel
The fact that the installation procedures for V6 and V7 are wholly different,
in their technical detail, was apparently not well known.
The 'Setting up Unix' documents are more checklists, they don't go into a lot
of detail as to what is actually happening, so I have prepared two pages on
the Computer History wiki:
http://gunkies.org/wiki/Installing_UNIX_Sixth_Editionhttp://gunkies.org/wiki/Installing_UNIX_Seventh_Edition
which go into more detail on what is actually happening.
Noel
On 22 October 2016 at 17:27, Adrian Graham <witchy at binarydinosaurs.co.uk> wrote:
[..]
>> Same story from me, and I also wondered about the excessive bounces -
>> because of gmail.
>
> Ditto, and ditto. I also thought it was due to the dyndns attack so just
> resubbed after emailing Jay, but if everyone did that who got an excessive
> bounce message the poor chap will have quite a full inbox.
Yes, it must have been that attack. I wasn't aware of it at the time,
probably because I rely on 8.8.4.4. DNS which was never affected.
We still need that global task force to hunt down spammers and
ddos'ers and get rid of them once and for all. Or at least inflict
some discomfort.
Hello Dave,
exactly!
But in place of a plain FPGA, nowadays I would choose a FPGA-ARM board,
for example
the ZedBoard MicroZed or the Myirtech Z-turn, both of them have a Zynq
onboard,
and they can run linux for the software side and programmable logic for
the interface side.
Very nice and flexible.
For the development, I'm trying to figure if an hybrid QBUS / UNIBUS
solution is possible.
Of course one have to switch some jumper to avoid conflicts, but hey, in
the end you
would have a true universal board.
What kind of bus transceivers did you used for the QSIC, specially
because you have
to go from 5V open-drain logic to 3.3V logic?
Thanks
Andrea
On 10/21/2016 07:00 PM, cctalk-request at classiccmp.org wrote:
> You mean, perhaps, something like this?
>
> http://pdp10.froghouse.org/qsic/html/overview.html
> On Oct 18, 2016, at 11:00 AM, cctech-request at classiccmp.org wrote:
>
> does anyone of you happen to have the images of the firmware ROM of
> HP98034 module and/or of the HP9895 disk drive, please?
I?ve sent F.Ulivi the contents of the single ROM version from my 9895A, along with some preliminary reverse engineering work on the contents that I?ve done in conjunction with Eric Smith.
Just curious, I probably could have just asked Jay but incase this was wider spread I received a message that my subscription at my Gmail was suspended due to bounces. I was wondering if that may have been only today and more widespread from the Dyn dns ddos that happened? If so others may want to double check for similar issues as I probably missed some messages today.
No biggie, just a PSA if it affected more than myself.
micropolis 1325
--sectors 16,0 --heads 8 --cylinders 1024 --header_crc 0xffff,0x1021,16,0 --data_crc 0xffffffff,0x140a0445,32,5
--format WD_1006 --sector_length 512
40 meg disk in the system used a 1323, 4 heads instead of 8
OK, I have a fairly large collection of VAX 4000 and VAXStation 3000
systems which I have fun with and use with both OpenVMS and OpenBSD
over the years....
But, I also have two big rubbermade containers (about half a cubic
meter) filled with TK50 and TK70 tapes which I have never used.
Some are blank, some are the boot & install media for VMS 5.5, some are
software installations, etc. etc.
In the past 25 years that I have had them, I have not once ever used
my TK50 or TK70 drives...I've always either booted off the attached
disks or netbooted.
Should I just throw these things out? Do any collectors consider them
to be valuable? Since it's now 2016 and I think the last TK tapes were
made in the 1990s, I'm getting the urge to toss them.
Opinions? Comments?
---------------
Thomas "PDP-11" Dzubin
Vancouver, Calgary, or Saskatoon; CANADA
I wouldn't dismiss it if you're using images or any used software. Yes some platforms are more susceptible than others but unless you have no hard drive, power your system off after every use, and never switch disks while system is running it's still something that can infest your originals or archive.
Dan's great collection of cpm is a good example of something that ended up passed around the community and had a few infected images. ?Depending on whether it's a file, boot sector, MBr or TSR it will different and potentially detrimental impact.
I stopped archiving my Amiga disks but at a place I worked that had Amiga systems some kids brought in lots of games (some cracked) and while we didn't allow that it was spring break and they had finished their work. What's the worst that could happen? Kids slowly starting to walk up and say their computer says it's infected with a virus.
Probably one disk but who knows how many were infected after that. Took me longer just to find an antivirus for the Amiga than to get the systems cleaned lol but still, an unexpected pain.
One of the best preventative methods if the software doesn't need to write to the originals is write protect the floppy. ?But buying used, who knows if the previous owner was computer savvy or safe.
-------- Original message --------From: Steven M Jones <classiccmp at crash.com>
Well, glad to hear there's nothing to worry about.?
Hello Rob,
I'm quite sure that the tantalum explosion has nothing to do with the
spin-up failure.
Indeed the RD53 (Micropolis) is infamous for a problem in the head
positioning shock absorber.
The head positioning system is based on a voicecoil inserted in the
magnetic field; the angle covered by the head arm is limited by two
adjustable metal limits originally covered with rubber.
At startup the mechanism is moved back and forth to check the two limits,
and exactly at the ends a special magnetic pattern is recorded on the
surface of the disks for calibration.
Due to age, the rubber becomes goo, so the angle limits become wider, so
during the calibration the head falls offer the calibration area and
spin-up fails.
The suggestion is to choose a clean room with few dust and a good lighting,
carefully open the top cover of the disc, and remove the goo the more as
possible using adsorbent sticks.
Be sure not to touch the disc surface with the goo accidentally.
Then try to insert some small pieces of paper over one limit (if I'm not
wrong the failing is the left) in place of the missing rubber, and try the
disc, and continue to add thickness until it works.
Then you are sure about the right limit to move.
Then remove the paper, loosen a little the screw, but just a little so the
limit will not move unless pushed with some strength and a screwdriver.
Then move a very small amount towards the center and try, then repeat trial
and error until the disc starts. Then tight the screw and it is over.
Close the disc and voila.
Andrea
> From: shadoooo
> they can run linux for the software side
Maybe it's just me, but running Linux on an interface card strike me as
somewhat grotesque. It's bad enough running a far faster chip than the vintage
CPU, but... a majorly complex operating system to boot?
> I'm trying to figure if an hybrid QBUS / UNIBUS solution is possible.
> Of course one have to switch some jumper to avoid conflicts
Lots and lots and lots and lots of jumpers. The two buses are completely
unlike, pinout-wise.
And the UNIBUS board has to be a quad, and there are some QBUS chassis which
only take duals...
> What kind of bus transceivers did you used for the QSIC
We used a mix of DS8641 quad transceivers (they're still available in
reasonably good numbers for a reasonable price) and AM2908 octal latching
transceivers with a tri-state output (to allow us to have a bidirectional
internal bus for BDAL00-BDAL21 - we were trying to minimize the number of pins
needed on the FPGA to interfaces to the QBUS). But we probably will use a
different FPGA on the production boards, and all DS8641's.
> you have to go from 5V open-drain logic to 3.3V logic?
We do that with separate 74LVC7T245 level converter chips.
Noel
Hmmm... I just sent a message to the list and got the following error:
"Your message did not reach some or all of the intended recipients.
Subject: RE: Archived viruses, was Re: Reasonable price for a
complete SOL-20 system?
Sent: 10/22/2016 10:30 AM
The following recipient(s) cannot be reached:
'General Discussion: On-Topic and Off-Topic Posts' on 10/22/2016 10:30
AM
451 Requested action aborted: local error in processing"
Resent the message again and it went through fine. Anyone else having
trouble posting?
-Ali
Hello Dave,
exactly!
But in place of a plain FPGA, nowadays I would choose a FPGA-ARM board,
for example
the ZedBoard MicroZed or the Myirtech Z-turn, both of them have a Zynq
onboard,
and they can run linux for the software side and programmable logic for
the interface side.
Very nice and flexible.
For the development, I'm trying to figure if an hybrid QBUS / UNIBUS
solution is possible.
Of course one have to switch some jumper to avoid conflicts, but hey, in
the end you
would have a true universal board.
What kind of bus transceivers did you used for the QSIC, specially
because you have
to go from 5V open-drain logic to 3.3V logic?
Thanks
Andrea
On 10/21/2016 07:00 PM, cctalk-request at classiccmp.org wrote:
> You mean, perhaps, something like this?
>
> http://pdp10.froghouse.org/qsic/html/overview.html
Published in the National Computer Conference, 1976. Full quote:
"He bought an RPC-4000 "at a graveyard-type disposal sale," and later noted,
"My RPC is working but I can't get an assembly program more than two-thirds
loaded. This produces lots of messages telling me my programs are bad" I
suspect some memory aberrations, but the memory print routine won't print
either. So I have been trying to write a simpler routine of my own in
machine language. That is a drag. It is amazing how many ways you can make
mistakes with 32-bit instructions." "
Also memorable:
"An Indiana hobbyist bought a Univac 0 File Computer as scrap, with
arithmetic unit, program-control unit, 90-column reader/punch, sort-collate
unit, tape-drive program controller, and six magnetic-tape units. The new
owner says, "I had figured to use the outside winter air to get it turned on
and see what I've got, and just close down in summer. As to space, not too
bad: only about 400 or 500 square feet, pretty compact. I'm presently having
220 V installed to begin to turn on some of it."
And *we* think that we have it tough :->.
From:
https://www.computer.org/csdl/proceedings/afips/1976/5084/00/50840235.pdf
-----
>
> John McAfee predicted that 5 million computers would be wiped out.
> The press were called in.
>
> On March 6, there were apparently DOZENS of drives wiped. Few, if any
records kept to verify numbers.
> McAfee, as expected, took full credit, and declared that the REASON why
it was dozens, instead of millions, was because his warnings were heeded.
>
> Six months later, when he took his company public, he raised 42 million
dollars.
>
> He is currently a fugitive as the "prime suspect" in the murder of his
neighbor in Belize (apparently NOT virus related)
>
>
Side note...maybe 6 or 12 months before the big virus scare I called McAfee
on the phone and spoke with him about a virus I found on a GRID laptop that
I found was copied to 4000 similar machines out in the field where I
wokred. He emailed me his latest test iteration of his software, a copy on
a scratch disk. It was a very early version. I had no idea of course of
his future, but I was impressed with his software because it was light, no
install disks and he knew his stuff. We were talking about how to inject
his antivirus prpgram into a program I wrote to update laptops remotely by
modem, and how we could send virus updates via this process. It was
getting impractical to keep sending me disks and we needed a better way.
You could not buy his software
Viruses were starting to get more numerous. I don't know if he had just
started his company, it was not public or anything yet. In fact I got his
number inmformally from a manager at a company called Sales Tchnologies out
of Atlanta, I w as working with their sales tracking program they were
already using my "mass update" system to manage their software and data
updates. That's where the virus came from. Fun times all MS DOS based,
btrieve database, Sprint Internet exchange for free phine calls inbound
>from anywhehre in the USA... I also remember building and compiling Sales
Tech software version updates on a xerox workstation. When I left they
offered me the Xerox but I remember thinking what would I ever do with
*that* old piece of junk? "Well Bill you're the only one who knows how to
use it so we will just throw it away then, are you sure".."yah, my
apartment is too small...."
At least that's how I remember it.
Bill
On Oct 21, 2016 8:30 PM, "Steven M Jones" <classiccmp at crash.com> wrote:
>
> On 10/21/2016 14:15, william degnan wrote:
> > Any disk or archive you come upon from the early 90's should be scanned
for
> > viruses before use on a vintage machine. USe a modern PC as it's no
biggie
> > to clean old viruses that way. Scan before you use on an older machine,
> > scan inside of ZIP files not just the zip itself. There were three
viruses
> > that I found years ago on the most-often seen Maslin archive set. Old
> > stuff that's not an issue for modern machines.
>
> I didn't think modern A/V products included complete historical sets of
> signatures. I'm sure they can deal with ancient, simple bootloader
> infections and such, but at some point I'd be concerned there's a gap
> where something might be too new to be detected by the simplest
> heuristics, but too old for a more sophisticated signature to be in your
> common modern products.
>
> But this isn't something I've had to deal with. Is this an imagined
> problem, or has somebody run into this?
>
> Thx,
> --S.
>
Stoned Monk is still detectable by modern anti virus software, 25 or
whatever years later, at least last time I tested using a win 7 machine.
So, that was maybe 4 or 5 years ago.
for anyone wanting to try David's MFM emulator in an HP MFM 7945 disk box, here is the
format, determined from reading a Vertex V170 drive from one
--sectors 32,0 --heads 7 --cylinders 987 --header_crc 0xffff,0x1021,16,0 --data_crc 0xffffffff,0x140a0445,32,5 --format
WD_1006 --sector_length 256
The 7945 is notoriously flaky because of the Vertex drives.
Hi,
The author of this project http://www.pdp11gy.com
<http://www.pdp11gy.com/doneE.html> built a wire-wrapped board to interface
an RL02 controller (RL11, RLV21, or RL8A) and an FPGA development board
(which does all the heavy lifting for the disk emulation).
I decided to build one of these emulators and to design a printed circuit
board rather than using wire wrap.
The schematics and layout of my RL02 interface board can be found here:
http://sierracircuitdesign.ddns.net/temp/RL02
I made changes to the original design (e.g. I used different driver and
receiver chips) but I think it should be plug compatible with the original
wire-wrapped design.
Feedback on this project is most welcome.
Regards,
Scott
On 21 October 2016 at 16:37, Liam Proven <lproven at gmail.com> wrote:
> A friend of mine is working on an emulator for this Burroughs Large
> Systems beast.
[..]
> I have suggested to him that it might be easier to work under an
> existing mini/mainframe emulator, such as SimH or maybe even
> MESS/MAME, but he is highly resistant to this idea, for reasons I do
> not really understand.
>
> I'm interested in opinions: do folk think that it would help, or not?
I fully understand. Not everything is easily tweaked to fit into those
frameworks. When I wrote my two minicomputer emulators I couldn't see
how on earth I could get that working inside simh without increasing
the work needed ten or fifty times. There wasn't anything there that
would help me for what I had in mind.
> From: Paul Koning
> 1976 Peripherals Handbook, page 6-4. It specifies the driver output
> low voltage at 70 mA sink, not 50...
Differing editions give slightly different numbers. I was looking at the 1972
edition (which was the one that was closest to hand, no other reason); the
number I gave is on pg. 204. I haven't checked later ones to see if there
were further revisions.
The later 70mA sink spec is probably a slightly more robust number to work
with.
Noel
A friend of mine is working on an emulator for this Burroughs Large
Systems beast.
There is an existing one -- https://github.com/pkimpel/retro-b5500
But it's web-based and in Javascript. Mark wants one that can be run
as a proper local binary, under Linux. I believe he's using part of
this emulator but trying to port it to either C, FreePascal or a
mixture of both.
I have suggested to him that it might be easier to work under an
existing mini/mainframe emulator, such as SimH or maybe even
MESS/MAME, but he is highly resistant to this idea, for reasons I do
not really understand.
I'm interested in opinions: do folk think that it would help, or not?
Also, anyone who might have any info that would aid him and are
interested, I can put you in touch.
He claims the system was influential in the design of the original
Intel 8088/8086, which is news to me. Comments?
--
Liam Proven ? Profile: http://lproven.livejournal.com/profile
Email: lproven at cix.co.uk ? GMail/Twitter/Facebook/Flickr: lproven
Skype/MSN: lproven at hotmail.com ? LinkedIn/AIM/Yahoo: liamproven
Cell/Mobiles: +44 7939-087884 (UK) ? +420 702 829 053 (?R)
> From: David Bridgham
> the right threshold voltage to meet the receiver spec
The UNIBUS spec says the 4 crucial receiver parameters are input thresholds
(high and low), and the input currents (high and low); the crucial
transmitter parameters are the output low voltage (at 50 mA sink), and
the output high leakage current.
Noel
> From: Lars Brinkhoff
> Emacs in 1983 would have been Gosling Emacs, I guess.
Prior to that one, someone else at BBN (whose name I have forgotten, alas)
did an Emacs intended for PDP-11's running Unix. It wasn't programmable (the
way 'real' Emacs is), perhaps because there was not enough room for that on a
PDP-11.
I should have that on my MIT-CSR backup tapes, but if you're interested in a
copy, it will be a while before I can excavate it; the tapes had some
dropouts, which may have made the dump (a straight 'dd' of a 4.3 filesystem)
unreadable.
Noel
Folks,
We have another pedestal ES40 and rackmount ES45 to give away, as well as a
half-height Compaq rack (20U?). Has to be collected from CB8 7NY before the
end of next week otherwise they get recycled.
Anyone fancy an early xmas present? :)
--
adrian/witchy
Owner of Binary Dinosaurs, the UK's biggest home computer collection?
www.binarydinosaurs.co.uk
> From: Lars Brinkhoff
>> someone else at BBN (whose name I have forgotten, alas)
> Sounds vaguely like MicroEMACS by Dave Conroy, but I suppose this is
> something else? Unix V6 you say? Was it BBN PEN by David Barach, David
> Taenzer, and Robert Wells?
None of those names rang a bell.
I just read the entire backup tape (in file form) into an editor, and
searched for "Emacs", and I found some things which indicate the version I'm
thinking of was written by Warren Montgomery, of Bell Laboratories (that's
what I get for relying on memory, sigh). It was apparently written in the
1980 to early-1981 timeframe.
Googling 'Emacs Warren Montgomery' turns up some interesting early things,
including this:
http://org.ntnu.no/emacs/implementations.htmlhttps://www.finseth.com/emacs.html
Perhaps you already have this content, though?
> Yes, I am! I don't think I can take on every single variation of Emacs,
> but a version this early is interesting.
OK, I will keep this in mind if/when I ever manage to read the dump.
Noel
For those curious about the equipment that sold last week, I put together an album from my brief stop on Saturday. Let me know if you have trouble viewing it.
https://goo.gl/photos/yb83SJSj67gS96n39
On closer inspection it appears the documentation for that GP-4, as well as some of the other computers, sold to different parties (the value being in the shelving and cabinets).
I'm still losing sleep over that GP-4. From all appearances it was a turn-key setup (in theory). Unfortunately, the auction site immediately removes closed lots from their webpage so no idea what it sold for, or if it went to a scrapper. I suspect it was billed as 'cabinets of aviation equipment'. Being 3 hours away I can't exactly run over there and pin a note on it.
Some further digging on the net revealed a photo in the Motorola Annual Report 1965 featuring the machine touting Moto's new ECL logic. Apparently it was designed for aviation simulation but included facilities for being a general purpose machine. -C
There's someone local who's seen my assortment of computer hardware
twice and has, each time, told me I should set up a museum.
This is tempting, but I don't know the first thing about doing it.
About all I'm sure of is that it would involve a lot of stuff I
currently have no idea of.
I know that there are at least a few people here who've been involved
in such things. While all the examples that come to mind are in the
USA, and mine would be in Canada, I'm sure there are many respects in
which the issues are jurisdiction-independent - and, who knows, there
may be such a person in Canada that I just can't recall offhand.
So, I'm wondering if there's anyone who'd be willing to share
experiences, thoughts, issues, whatever, on the possibility.
I'm not looking to make a lot of money off this. If I can turn my
computers from money-sink to money-neutral, I'll be content. (They are
currently soaking up money in the form of causing me to be renting
significantly more storage than I would be if they were to vanish.)
/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML mouse at rodents-montreal.org
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
Nice display Bill!
Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------
From: william degnan <billdegnan at gmail.com>
Date: 10/20/16 13:01 (GMT-07:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: Museum thoughts?
>
> >
> > There's someone local who's seen my assortment of computer hardware
> > twice and has, each time, told me I should set up a museum.
> <snip>
> >
> > So, I'm wondering if there's anyone who'd be willing to share
> > experiences, thoughts, issues, whatever, on the possibility.
> >
>
>
Maybe you could find a local museum and volunteer there, see what's
involved behind the scenes.? If there is nothing close enough to your
interests offer to contribute an exhibit to a local college, or business,
or someone who has a stale display case that could use a refresh. Come up
with a plan and present it to the powers that be.? This way you can get
some experience before you go full museum.
Here is an example of what I am talking about, at the U of Delaware in the
computer sci hall.? I got some students to help set up.
http://vintagecomputer.net/UofDelaware/UofDelaware_CM_TRS80-2.JPG
Bill
> From: Paul Koning
> That's fine if your target is an OS for which you can write drivers. It
> wouldn't help RSTS users.
Right, they're stuck with exact clones of DEC controllers. (For Unix, tweaking
the RP11 driver to handle the extended RP11 should take all of 12 minutes,
tops! :-)
> Q22 disks .. RL02 also, if I remember right.
Oh, right, the RLV12 - forgot about that. Still, it would be nice to be able
to run RK11's and RP11's in 22-bit mode! :-) Especially since there will be
replicas of DEC's indicator panels for them, whereas an RL11 indicator panel
would definitely be... an anachronism! ;-)
> A possible answer for a lot of this is to do the actual emulation
> algorithms in software, in an embedded CPU inside the FPGA. For MSCP
> that's obvious, but it would work for the others as well I suspect.
Dave B is a wizard with Verilog, so until it gets to the complexity level of
MSCP we'd probably do it all in Verilog.
> From: Jon Elson
> I did **ONE** board with some kind of gold flash that a PCB house
> recommended. ... it was a colossal disaster. You had to lift the pin
> ... Since then, I have used pure tin HASL, and had little trouble.
I think gold came into the discussion in the context of the contact fingers
where the board plugs into the backplane. I've never seen a QBUS/UNIBUS board
with tin fingers, although they were common on SIMM memory cards; no idea
if tin would work for QBUS/UNIBUS - although now that I think about it,
SIMM cards didn't slide into position, but kind of rotated, so maybe tin
would work there.
Noel
Hello,
I read several posts about Unibus disk interfaces and emulation.
One of my retrocomputing dream is to design an Unibus universal board,
probably based on FPGA because of precise timing requirements,
to emulate one or more disk/tape interfaces, and possibly something more.
The real storage could be based on SD card, so very easy to be moved
to a PC for imaging and data transfer.
Probably a low level emulation would be quite easy, while a more complex
solution (MSCP) could be more difficult.
The board itself wouldn't be cheap at all, because PCB would be big,
and because FPGA aren't cheap either.
Probably it would be anyway cheaper than an MSCP-SCSI, and it would be
far more
flexible.
From what I understand, there could be a great demand of a such
interface here around?
Andrea
I have a couple of drives I would really like to recover the data from.
On one of the two I've tried so far, the lowest head in the stack is really stuck on.
Has anyone successfully unstuck a head from this era. I've tried the obvious things
(gentle rotation in both axis, heating the platters) but there is a lot of surface
area on those old heads and it is pretty badly stuck.
> From: Paul Koning
> I'd suggest the Massbus series, they are just about as simple as
> anything and that's where you find the largest capacities short of MSCP
> devices.
If you want to exactly emulate only DEC controllers, yes. (Of course, such a
project should do that, for binary compatability.)
However, as I think I have mentioned before, I'm actually enamoured of taking
a very simple controller like an RP11, which has lots of spare disk address
bits, and defining an 'RP11-E' which maxes out the virtual drive size without
changing _anything_ about the register format other than using unused bits in
the cyclinder address register. That will produce disks with 2^28 blocks, or
2^36 bytes, or 64GB. That's most of a large SD card... :)
Not too useful to those without the ability to tweak drivers, but... there's
another issue with the older controllers, which is that they only support
18-bit addressing, and for use on QBUS machines, where one would really like
to be able to do DMA to anywhere in the 22-bit space (for Unix, this would be
for swapping, and raw I/O - buffered I/O would be fine with 18 bits). So maybe
an updated version of those old, simple controllers would actually have some
use. (I'd certainly want them for my Unix boxes.)
> Apart from MSCP, avoid RL emulation also.
Why avoid RL's? Not the greatest controller, I agree, but it is a 'lowest
common denominator' drive for a certain era of gear.
> From: Toby Thain
> Isn't Noel working on something related?
I think Dave B gave a pretty good update.
In addition to what he mentioned, I'd like to mention the indicator panels
(like the DEC ones for the RF11, RP11, etc). Dave has designed the new
indicator PCB, and we have a couple of prototype PCB's in hand, stuffed and
working. I think there's a video clip of it doing its thing on the Web page he
pointed to.
Our concept is that we'll be able to drive more than one of these panels, by
connecting them together serially - that way a machine could have, say, both
RK11 and RP11 indicator panels, driven from a single QSIC board. That will
slow down the refresh rate a bit, but our numbers indicate it should still be
acceptably fast.
Noel
-------- Original Message --------
Subject: Re: Photos from the NWA Auction
From: ethan
I would figure the data center rooms and stuff might of had other racks
of
more modern server equipment that might have been sold off separately or
relocated to other sites. Didn't see holes in the floor for cabling but
wouldn't be surprised. I didn't see video projection hardware on the
auction and usually that is used to project the stuff outside the
cockpits
no?
What was left is the interesting stuff :-)
-------
There were a number of ex-NWA/Delta employees that were in the building
during the inspection phase. Talking to them, the sentiment was that
after the merger, Delta took "anything that was worth anything" and sent
it down to their facilities in Atlanta.
There were a number of simulator bays where the cockpits had been
removed, and the attendant server rooms were fairly bare. I saw a bunch
of Sun-3 "operator manuals" laying around, but no Suns. One of the guys
said they had a bunch of "old" Sun gear at one time, but that all went
south.
The PDPs and GP4 were part of what was the oldest DC-9 sim in the
country up until they walked away from it, so we were told.
I agree - the "interesting" stuff was left behind, but maybe not all of
it :-)
Steve
I read something in THE NeXT Best Thing book about Stanford col..
actually making some? or they were in on a design of some book not
handy now and my memory may also be flawed on this issue...
Ed#
In a message dated 10/20/2016 11:18:19 A.M. US Mountain Standard Tim,
wmachacek at q.com writes:
Does anyone on this list have any information on Stanford Computers? I
have
2 of them that I saved from being recycled many years ago. I have finally
gotten around to looking at them more closely. I have a model ?640? and a
model ?XT-10?. The 640 has 2 ? 5 ?? floppy drives plus a Conner CP-344,
42MB HD (the HD may have been a later add-on to the original
configuration).
The XT-10 has 1 ? 5 ?? floppy drive and a NEC D5186, 25MB HD. I could not
see a name on the MB in the 640, but the name ?80 Data? was on the XT-10
MB.
I believe these to be from the mid to late ?80s time frame. They both have
the 9 DB pin video connectors. The XT-10 has an EGA Graphics card, I could
not tell what kind of card is in the 640. I am being very reluctant to
start pulling cards on a machine this old for fear of breaking something.
The ribbon cable seemed somewhat brittle on the 640. Can ribbon cables
break due to age? If anyone has any information on these systems, I would
appreciate hearing from you. I believe this company was in the bay area
somewhere. With the name Stanford Computer, that seems very likely.
Thanks
for any information you can give me. I am in Colo. Springs.
Bill Machacek
Does anyone on this list have any information on Stanford Computers? I have
2 of them that I saved from being recycled many years ago. I have finally
gotten around to looking at them more closely. I have a model ?640? and a
model ?XT-10?. The 640 has 2 ? 5 ?? floppy drives plus a Conner CP-344,
42MB HD (the HD may have been a later add-on to the original configuration).
The XT-10 has 1 ? 5 ?? floppy drive and a NEC D5186, 25MB HD. I could not
see a name on the MB in the 640, but the name ?80 Data? was on the XT-10 MB.
I believe these to be from the mid to late ?80s time frame. They both have
the 9 DB pin video connectors. The XT-10 has an EGA Graphics card, I could
not tell what kind of card is in the 640. I am being very reluctant to
start pulling cards on a machine this old for fear of breaking something.
The ribbon cable seemed somewhat brittle on the 640. Can ribbon cables
break due to age? If anyone has any information on these systems, I would
appreciate hearing from you. I believe this company was in the bay area
somewhere. With the name Stanford Computer, that seems very likely. Thanks
for any information you can give me. I am in Colo. Springs.
Bill Machacek
-------- Original Message --------
Subject: Re: Photos from the NWA Auction
From: ethan at 757.org
Date: Tue, October 18, 2016 6:47 pm
To: "General Discussion: On-Topic and Off-Topic Posts"
<cctalk at classiccmp.org>
> Wonder if anyone got the actual simulators/cockpits? Fun toys but
> won't fit in your average basement...
There were bids on them, hopefully they go to home flight simulator
nerds
that will entertain us with videos on youtube of them running inside
their
houses!
--
I was at the facility briefly to help out another lister with prepping
his lot for shipment. The GP4 is being dismantled for scrap. About half
the racks are already empty.
With a little bit of cash beer money and some wrench work, the panel you
see in IMG_5535 is now in the backseat of my car. It will likely be all
gone by EOD on Friday.
Hi Mouse -
running a museum project is fun but also a lot of work.
here is a little framework to think about and discuss Ed# at SMECC .
- SPACE
you rent or buy a building ($$$$ !)
or...
place displays in other's premises (can work if they protct your gear)
- INSURANCE
(property, liability, employee)
- UTILITIES
( winter is your enemy, summer is ours in AZ)
- SECURE FURANITURE AND FIXTURES
(when in doubt, lock it under glass)
EMPOLYEES and/or VOLUNTEERS
Great to have so you are not the only one chained to the entry desk,
employees cost $$$ volunteers no salary - either can be a
blessing or a curse if you get a bad one
In a message dated 10/19/2016 7:41:07 P.M. US Mountain Standard Time,
mouse at Rodents-Montreal.ORG writes:
There's someone local who's seen my assortment of computer hardware
twice and has, each time, told me I should set up a museum.
This is tempting, but I don't know the first thing about doing it.
About all I'm sure of is that it would involve a lot of stuff I
currently have no idea of.
I know that there are at least a few people here who've been involved
in such things. While all the examples that come to mind are in the
USA, and mine would be in Canada, I'm sure there are many respects in
which the issues are jurisdiction-independent - and, who knows, there
may be such a person in Canada that I just can't recall offhand.
So, I'm wondering if there's anyone who'd be willing to share
experiences, thoughts, issues, whatever, on the possibility.
I'm not looking to make a lot of money off this. If I can turn my
computers from money-sink to money-neutral, I'll be content. (They are
currently soaking up money in the form of causing me to be renting
significantly more storage than I would be if they were to vanish.)
/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML mouse at rodents-montreal.org
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
> From: Dennis Boone
> The sources for the V6 versions of the tmrk et al programs seem to be
> here:
Yes, I have those, thanks; those are the 1-block programs I mentioned to
Warren:
>> The only V6 boot mechanisms are 1-block programs that go into block 0
>> of device 0 and which boot Unix directly from that file-system
Well, to be technical, also there are the programs to copy the disk images
>from tape to disk - mcopy.s does that - etc. In case anyone looks at mcopy.s
and wonders how R5 (which contains a pointer to the console print/input
routines) gets set up, mboot.s, which will have run previously (to load the
appropriate disk-controller-specific version of mcopy off the tape) does that.
One can't actually boot V6 Unix directly from a V6 distribution tape, all one
can do is copy the disk images from the tape to the disk; one then boots from
the disk. (Although now that I look, there is tpboot.s, which claims to boot
>from a file on a 'tp' format tape. But I don't think V6 was ever distributed
in that form - and in any case, it would still need a disk with a Unix file
system, with appropriate files - init, sh, etc - already on it, to be able to
boot Unix that way.)
Noel
> Here are some notes I made a while back, when I looked at it:
> ...
> Block 2-xx - gubbish, apparently inodes, code, etc?
So I just realized something's incomplete here. There's an intermediate stage
(loading 'xxyy', where 'xx' is "tm" or "ht", and 'yy' is "rk", "rp" or "hp").
Those must be in stored in that block "2-xx" area, but I'm not up for
grokking the assembler ("tpboot.s") that loads them to see how it works (it
takes a file-name, 'xxyy' as above, entered at the console).
And I got the tape files slightly wrong: mcopy.s is indeed the tape copier
program (assembled with either tm.s or ht.s, and one of rk.s, rp.s and hp.s),
to produce the 'xxyy' files above. However, the first stage booter is
"tpboot.s", not "mboot.s" (didn't look closely enough); again, assembled with
either tm.s or ht.s - that produces the first-stage bootstrap that goes in
blocks 0 and 1 of the tape.
Noel
> From: Warren Toomey
> This doc: .. describes a way to install from tape, but it seems like it
> does a block copy of a tape image to the disk.
Yup, that's the standard V6 install from tape. It uses the two programs I
mentioned in the last message; first mboot (which produces the '=' prompt),
and then mcopy (assembled with the appropriate disk and tape drivers), which
is used to copy disk images to the disk.
> Also .. there is a v6.tape.gz file. Unfortunately, I have no
> documentation on this. It could be raw blocks, or it could be a TAP
> file, who knows.
I looked into this previously. The other three files:
root.v6.tar.gz
doc.v6.tar.gz
usr.v6.tar.gz
are just TAR dumps of the 3 disk images on the V6 distribution tape: the root
(includes kernel source, and most of the binaries), usr (source for all
commands), and documentation.
The v6.tape seems to be an image of V6 distribution tape. Here are some
notes I made a while back, when I looked at it:
The first 100 512-byte tape blocks contain the tape bootstrap stuff. Blocks
100 - 4099 are the RK05 root image, blocks 4100 - 8099 are the /usr RK05
image, and the blocks 8100 - 12099 are the /doc RK05 image. .. The most
recent timestamp on any file in /usr and /doc is July 19th 1975, as with
Dennis' copy. However, the most recent file timestamp on root is October
11th, 1975
Block 0 on tape - mboot (tm tape booter)
Block 1 on tape - hboot (ht tape booter)
Block 2-xx - gubbish, apparently inodes, code, etc?
Block 98 on tape - hpuboot
Block 99 on tape - rpuboot
Block 100 on tape - rkuboot
HTH.
Noel
Hah, the file http://www.tuhs.org/Archive/PDP-11/Tools/Tapes/Vtserver/v7_standalone.tar.gz
has the source code for the standalone tools including boot and vtboot.pdp.
So, given a working V7 environment, you should be able to rebuild these
and possibly make them work in a V6 environment.
Alternatively, if you have a working V6 environment (e.g. a simulator),
you could bring in the vtclient.c code and integrate it into the V6
boot binary.
Cheers, Warren
Don't store ur tapes in a damp basement will help with sticky shed
syndrom... Keep em dry a food dehydrator helps...
On Oct 18, 2016 7:46 PM, "Al Kossow" <aek at bitsavers.org> wrote:
On 10/18/16 5:37 PM, Steven M Jones wrote:
> I think they're useful to folks who have drives that can use them, and
> they aren't nearly as fragile as QIC or helical scan drives (4mm, 8mm)
> of a similar age.
>
The drives, maybe, but the tape sheds like nuts.
From: Mike Ross
Sent: Wednesday, October 19, 2016 2:39 AM
> On Wed, Oct 19, 2016 at 7:44 PM, Pontus Pihlgren <pontus at update.uu.se> wrote:
>> Somewhat related, how much power does a 2020 draw on average?
> Bye some enormous coincidence I was just looking through some DEC
> pdp-10 brochures I have.
> DEC advertised the 2020 as drawing no more power that a hairdryer; the
> quoted figure was 1400w as I recall.
Umm, are you sure about that? That was how we advertised the Toad-1 System
in the 1990s, but the Mighty Mite power supply in the 2020 draws a lot more
than that.
Rich
Rich Alderson
Vintage Computing Sr. Systems Engineer
Living Computer Museum
2245 1st Avenue S
Seattle, WA 98134
mailto:RichA at LivingComputerMuseum.orghttp://www.LivingComputerMuseum.org/
> From: Ian S. King
>> Does anyone know anything about the status of the plans to open-source
>> it?
> I've made some inquries, stay tuned....
OK, thanks!
>> Can you briefly describe what it was?
I'm still curious about what it was: was it a stand-alone board with a
separate power supply, or did it plug into some sort of backplane? Did it use
something like SD cards for storage? And what was the MASSBUS connection
like: a set of 3 Berg headers into which one plugged the flat cables, or was
there some oddball connector that wound up connected to a standard MASSBUS
connector?
Noel
I could care less about telnet... I want to make the teletype ?clack! ? Ed#
Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------
From: Rod Smallwood <rodsmallwood52 at btinternet.com>
Date: 10/16/16 18:39 (GMT-07:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: VCFed, the BBS!
On 16/10/2016 14:10, william degnan wrote:
> On Oct 16, 2016 5:52 AM, "Evan Koblentz" <cctalk at snarc.net> wrote:
>>> I mean? please add 110? Baud? Evan!
>>
>> I was giving examples, not carved-in-stone specifications.
> If the system is simple it'll be easier to support, 110b is not, given the
> number of persons coming in from the other end so slowly.? No one barely
> has a phone line anymore as it is, most (95%) of the external traffic will
> be telnet.? If the bbs allows those few of us with phone lines to connect
> at 300 to 1200b to get to a handshake and resolve to a simple welcome
> screen for hardware testing purposes, that would be a good start. Get that
> running see what kind of traffic results, and plan phase ii from there.
>
> I imagine it will be best once this system is up and running that people
> call in on Sunday afternoon so visitors to the museum hear the inbound
> calls in real time like a sys op would running a bbs from his basement.
> Bill
Speaking as a former Sysop from the 1980's.
What would be nice is a couple of DEC Rainbows running FidoBBS and
connected via a phone line simulator.
Enter your mail message on one and see it get transferred to the other
where it can be read.
Rod Smallwood
--
*PDP-8/e PDP-8/f PDP-8/m PDP-8/i Front Panels ex Stock - Order Now*
> From: Rich Alderson
> Yes, the d/r card is strictly level conversion, and the microcode in
> the Xilinx does all the Massbus protocol.
So if you don't mind continuing to indulge my curiousity (thanks for all the
indulgence so far :-), is the D/R card a daughtercard that mounts on the Mesa
(my guess)?
Noel
> From: Liam Proven
> It boots, and with a borrowed mouse, GUI apps work
There was a new blog post which I don't think was mentioned here yet:
http://www.righto.com/2016/10/restoring-ycs-xerox-alto-day-10-new.html
but it doesn't cover the borrowed mouse; does cover getting the CPU 100%
working, though.
Noel
I have two IBM 21F5093 AS/400 8-port twinax to DB25 adapters with clip
mounts.
Looks like the coil is about 14-16 feet of cable.
Pics on request.
Free for the cost of shipping (01888 metro-west Boston,MA , about 3 lbs
each)
Need the space, gotta go.
> From: Warren Toomey wkt at tuhs.org
> To load V6, you need to build a virtual tape which replicates the V6
> tape.
Err, there's the problem. The V6 boot tape consists of 3 'dd' images of RK05
V6 file systems (one each root, source, and doc), with a 'boot block' on the
tape which can copy them to RK05 packs; there is no standalone 'mkfs', etc.
Now, if I were willing to wait for the transfer of the entire 4K blocks, I
could use that approach, but... my only working mass storage device
(currently - more on the way, at some point) is an RX02 - much smaller. So I
_can't_ go that way, my only choice is to replicate the V7-type process
(stand-alone 'mkfs', etc), for V6.
Although I suppose I could use an emulator (I have been using Ersatz-11 to
run V6 for quite a while now) to produce a RX02-sized file system, with just
the stuff it needs to boot ('init', 'sh', etc), and use VTServer to transfer
that over. And I'd probably have to tweak the client-side code to write raw
images to disk (not sure if it already knows how to do that).
> the problem is that both "boot" and "vtboot.pdp" contain the
> client-side code to talk to the server, and it seems that I didn't
> supply the source code for this.
> ...
> Hah, the file .. v7_standalone.tar.gz has the source code for the
> standalone tools
Yup, found that some years back when I first found VTServer.
> Alternatively, if you have a working V6 environment (e.g. a simulator),
> you could bring in the vtclient.c code and integrate it into the V6
> boot binary.
The only V6 boot mechanisms are 1-block programs that go into block 0 of
device 0 and which boot Unix directly from that file-system (type a file
name, and it loads that file and starts it). So there is no second-stage boot
program to integrate the VT client into (although obviously I could port the
second-stage bootstrap to V6).
> From: Ian S. King
> I know I made it work and booted V6 on my 11/34.
I'll start with getting VTServer to run under V6 (my only Unix, don't have
anything later :-), so if you turn up whatever you used to boot V6, it would
probably still be useful.
Noel
Hi all, an early version of VTServer is still at:
http://www.tuhs.org/Archive/PDP-11/Tools/Tapes/Vtserver/
I think some others took it and extended; Fred van Kempen springs to
mind.
To load V6, you need to build a virtual tape which replicates the
V6 tape. Hopefully this is easy to do.
However, the problem is that both "boot" and "vtboot.pdp" contain the
client-side code to talk to the server, and it seems that I didn't
supply the source code for this.
I'll go home and dig through my old stuff and see what I can find.
Cheers, Warren
> From: "Ian S. King"
> ISTR that one can generate a 'tape' config file with whatever components
> you want/need.
Right, I saw that, but I need the V6 components...
> I know there are v6-specific tools somewhere ... I think it's somewhere
> in the TUHS site, and not completely obvious so you have to hunt a bit.
Any hints you could provide would be most gratefully received. I looked in the
source tree, and doing a search for "mkfs" only turned up the normal V6
mkfs. (Note that for the V7 one, the source for the standalone and Unix
versions is one file, which has #ifdefs. That seems to be the one that's in
the VTServer tree.)
I had a pretty extensive walk through the archive 'back when' I first found
out about TUHS, and I don't think I saw V6 versions (I would likely have
grabbed them, if I had); I did find (and grab) VTServer, along with a bunch of
other stuff. I just took another quick skim, couldn't find them.
I would have guessed that they didn't exist, since that whole method of
putting Unix on a machine didn't exist until V7, so it wouldn't have been
written 'back in the day'.
Noel
So, I'm trying to do what VTServer was invented for - load Unix into an actual
PDP-11, over its serial line, when one doesn't have machine-readable Unix on
any mass storage for the machine.
However, all the initial code that VTServer loads ('mkfs', etc) is V7-specific
(V6 has a slightly different file system format) - and I want to install V6.
Has anyone ever tweaked the programs which VTServer loads to do V6-format
filesystems? I did a quick Google, but didn't see anything.
No biggie if not, it won't be much work to adapt them all, but I figured I'd
try to avoid re-inventing the wheel...
Noel
> From: Rich Alderson
> There have been 2 generations of Massbus Disk Emulator (MDE) at LCM.
Thanks for the bits... very interesting.
> Data was transferred via FTP over a 100baseT crossover cable connected
> to a Slackware server; the Rabbit was able to keep up with 4 drives at
> this speed
Were the bits actually stored on the Slackware server, or was it just used to
put bits on the 'drive' to start with? If the latter, what were the actual
bits stored on? (I know, not that relevant, since this is the prior rev, but
I'm curious.)
> a Mesa 5i22 Anything I/O card (includes a Xilinx Spartan-III FPGA) that
> plugs directly into the PCI bus in a server-class X86-64 box, and used
> a revision of a separate driver/receiver card designed for MDE 1.0 to
> connect to the Massbus
Let me make sure I understand this; was there some sort of cable or somehow a
connection from the Mesa 5i22 directly to the driver/receiver card, which was
purely 'level conversion', with the Mesa doing the 'protocol' on the MASSBUS?
(I.e. they didn't communicate over the PCI bus?)
> a control program for the PC side which runs under Windows 2008/2012
> Server.
So the actual bits are stored on something (disk?) controlled by the PC?
Noel
> From: Paul Birkel
> Maaaaaybe there are three ribbon cables back there
Sure looks like it, and running to a standard MASSBUS connector, to boot.
(Not that I have any use for the latter - absolutely no MASSBUS cables at
all. But one could just run flat cables from this, to one's RH11/RH70.)
I don't see a second MASSBUS connector, wonder what they do about
termination? Maybe it's onboard? So I guess one could only have one
of these things per MASSBUS port? Not really a problem, of course! ;-)
We _definitely_ need to put these things in 'production'.
Noel
> From: Ian S. King
> When I left in 2014, LCM's Massbus disk emulator was working quite well
> indeed, and was running in 'production' ... ISTR the plan was always to
> open-source the hardware and firmware, too.
I'm interested in this (as I suspect are lots of other people with machines
that can use MASSBUS disks). Can you briefly describe what it was? Does
anyone know anything about the status of the plans to open-source it?
Noel
> From: "Mark J. Blair" <nf6x at nf6x.net>
> Subject: Re: Reasonable price for a complete SOL-20 system?
>
> The gunstock wood origin story sounds more plausible, but less fragrant.
>
> --
> Mark J. Blair, NF6X <nf6x at nf6x.net>
Not to rain on anyone's parade, but speaking as an owner of probably one of
the first Sol-20's in the UK I would have to comment that the wood (which we
always thought was a nice touch) was actually quite light in appearance and
weight and if anyone had suggested wharf wood at that time I am fairly sure
the suggestion would have been met with a degree of scepticism as would the
suggestion of gun stock wood (I had achieved my marksman status by then and
had some small experience of the feel of the stock in the hand and
shoulder). For all that, I liked the SOL-20 as the best word processor on
the planet at that time (with the Electric Pencil ROM) as it took great
advantage of the VDM-1 memory-mapped display board to achieve what products
like WordStar struggled for years to do. In fact, we often used to marry
the VDM-1 to the Horizon for that very reason - that and the fact that we
could then play ATC (Air Traffic Controller) on the North* which was a great
mapped video game unavailable to serial terminals.
It was also liked because it had a great keyboard with a good feel and, turn
and turn about, could also have the North* drives bolted on to make a great
little twin drive system. Another advantage was that we didn't have to
solder up all the boards and assemble it like the IMSAI and some of the
North* boards. I did love my IMSAI though, but the 8080 CPU was a drag as
everyone was gung-ho for the 'new-ish' Z80 even though CP/M was still in
8080-land. Then came Cromemco and everything changed with CDOS and Cromix.
People still wanted CP/M though - I recall even now assisting with porting
CP/M to a Cromemco Z2 I took down to the Byte Shop in London one weekend. Of
course, my IMSAI never flew better than when it was filled with Cromemco
boards and a 299B drive on the side :) - those lovely blinkenlighten!
Anyhoo - back to the SOL-20 - we always figured that the reason that the
wooden side panels were featured was simply because the Horizon (the Big Dog
at that time) was available with a very attractive wooden case cover for
those who preferred something other than a functional blue metal case (in
fact strangely remarkably similar to the blue of the SOL-20). Of course,
although opinion may vary, either was arguably more attractive in an office
than the metal mesh that SWTPC went with. I say this with some affection
since as I write this my foot leans against the case of my old SWTPC AC-30
cassette interface. The innards gave up the ghost long ago but I can't bring
myself to skip it as it brings back too many fond memories of a basement, an
SWTPC processor, a lovely dual 8" drive unit and FLEX.
In summary, if you don't mind an 8080 and you can get some decent drives for
it (we were never very fond of the Helios drives) a SOL-20 is a very nice,
well designed integrated system. I would have one again in a trice.
James
>
> Date: Sun, 16 Oct 2016 12:07:24 -0700
> From: "Ian S. King" <isking at uw.edu>
> Subject: Re: Unibus controller for MFM disks
>
> When I left in 2014, LCM's Massbus disk emulator was working quite well
> indeed, and was running in 'production' to keep down the hours on the RP06
> drives. ISTR the plan was always to open-source the hardware and firmware,
> too.
> --
> Ian S. King, MSIS, MSCS, Ph.D. Candidate
> The Information School <http://ischool.uw.edu>
> Dissertation: "Why the Conversation Mattered: Constructing a Sociotechnical
> Narrative Through a Design Lens
>
> Archivist, Voices From the Rwanda Tribunal <http://tribunalvoices.org>
> Value Sensitive Design Research Lab <http://vsdesign.org>
>
> University of Washington
>
I never got the Massbus disk emulator that I was promised for loaning the
LCM a board from my KS10.
--
Michael Thompson
Hi everyone,
I'm looking for the images of ROMs installed on the IOC (I/O controller)
board of Intel MDS-2 development systems. In particular I'm looking for
the content of the character generator ROM (A19-2708) and of firmware
ROMs (A50 to A53-4x2716). So far I had no success in googling them.
My goal would be to contribute a good emulation of MDS systems to MESS,
especially for what regards the look of the video terminal. Well, this
is the plan, when "real-life" is not inteferring too much...
Thanks a lot.
-- F.Ulivi
Since some need to possibly use current loop, I was searching and
thought it useful to bring this to people's attention. The TEC is also
one of the terminals in the video I posted a few days ago related to
"Jobs" if you care to look. I've used these and at the time the only
problem I had was dropping them on your foot, they are not light.
the vendor says that Bitsavers has the manual, which may make this a bit
attractive as well, saving looking all over the place for
documentation. The screen doesn't look great, but might be usable w/o a
huge amount of work.
Another thing that ones here may be able to use is that it has the video
output option installed, so one could drive a modern monitor, or
presentation projector in a display situation with this one.
I think the ones we had were a bit fancier, and had a block of
indicators on one side or the other that you could blink, this one does not.
1972-TEC-440-Serial-Terminal-/
http://www.ebay.com/itm/262674442502
no affiliation, just wish I had room for it, hope someone can use it.
i'll throttle myself for a few days unless I see a random 360/50 or so
for sale so I am not bothering those who don't like these. Apologies in
advance.
thanks
Jim
Apparently Paul Vixie's got a CDC Hawk disk pack from an Alpha Micro AM-100/T
that he'd like to get the bits off of (he'll worry about the file system
separately). I have a controller card in an unknown state but I don't have
any way of reading the disk pack, so it will probably be easier to do this
in a separate working system, which does not need to be Alpha Micro.
If you've got a means of doing this, I'll get you in touch with him.
--
------------------------------------ personal: http://www.cameronkaiser.com/ --
Cameron Kaiser * Floodgap Systems * www.floodgap.com * ckaiser at floodgap.com
-- One learns to itch where one can scratch. -- Ernest Bramah -----------------
Hi all,
Looking for a Sun Enterprise E3xxx/E4xxx ? any model really. I have a few CPU modules and it would be great to have one of these machines up and running again. I?m in the UK ? and can collect.
Reasonable price paid J
PM if you have anything .
Cheers
Ian
These things came in all sorts of colors !Ec#
Sent from my Verizon, Samsung Galaxy smartphone
-------- Original message --------
From: jim stephens <jwsmail at jwsss.com>
Date: 10/16/16 20:52 (GMT-07:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: One last epay for the day, TEC terminal
Since some need to possibly use current loop, I was searching and
thought it useful to bring this to people's attention.? The TEC is also
one of the terminals in the video I posted a few days ago related to
"Jobs" if you care to look.? I've used these and at the time the only
problem I had was dropping them on your foot, they are not light.
the vendor says that Bitsavers has the manual, which may make this a bit
attractive as well, saving looking all over the place for
documentation.? The screen doesn't look great, but might be usable w/o a
huge amount of work.
Another thing that ones here may be able to use is that it has the video
output option installed, so one could drive a modern monitor, or
presentation projector in a display situation with this one.
I think the ones we had were a bit fancier, and had a block of
indicators on one side or the other that you could blink, this one does not.
1972-TEC-440-Serial-Terminal-/
http://www.ebay.com/itm/262674442502
no affiliation, just wish I had room for it, hope someone can use it.
i'll throttle myself for a few days unless I see a random 360/50 or so
for sale so I am not bothering those who don't like these. Apologies in
advance.
thanks
Jim
On messftp/uploads/6085_IOP_Firmware.zip
I have been working on trying to get Smalltalk running on it, so I went through and checked
all of my IOP boards for different revs of firmware. There are only two that I found, the later
one added support for >80mb disks.
The 6085 has a 80186 instead of the 8085 in the 8010, and there is much more code running on it
than what was on the 8010.
I have two boxed copies of Text Editor/200 for the HP 200-Series (aka
9826, 9836, 9816, etc.) and I probably don't need two of them, so I
may as well pass one on:
https://dl.dropboxusercontent.com/u/13043699/pics/HP200_1.jpghttps://dl.dropboxusercontent.com/u/13043699/pics/HP200_2.jpg
It's so new it's still in the shrink wrap, so I can only go by the
text on the back (second pic link) that it includes both 3.5" and
5.25" disks. The HP Museum site has Teledisk images of the 3.5"s
already, so you may as well leave it in its shrink for display (though
I would like to see the documentation scanned, someday...)
http://www.hpmuseum.net/display_item.php?sw=34
Who wants it for cost of shipping? I'm in the 60070 ZIP.
-j
Congratulations! Fun to find some of the wooden generation of computers. Keep us posted on the restoration efforts (if any) :-)
-------- Original message --------From: "Mark J. Blair" <nf6x at nf6x.net>
?the deal to be completed in a little over a week
On Sat, 15 Oct 2016, Al Kossow wrote:
> scanned.. no time to post-process right now
> If someone REALLY needs this, LMK
My read of this is that have all the Sun-1 and DECwriter II and III docs
that matter so I will pass on all this paper to somebody else without
thinking furter about scanning them.
As for the Data Printer Corporation docs, I never expected them to be a
sought after item and I have one candidate so I will send them them there.
I have access to a lot of old Sun and DEC documentation, is there anything
>from those two sources that you are looking for? (Aside from Sun proms
which I do not have.) I have until January 1 to find homes for a lot of
this stuff before it stops being available to me and starts to be
destroyed.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
I don't know that Digital ever had a Unibus disk controller for ST412
interface disks, but were there any third party controllers? I'm in
need of disk controllers for PDP-11/40 and think that might be an
option given the availability of reliable MFM disk emulators.
-chuck
I missed those somehow.. thank you. ?Got a lot to learn with this beast!
Sent from my Samsung device
-------- Original message --------
From: COURYHOUSE at aol.com
Date: 2016-10-13 10:30 PM (GMT-08:00)
To: cctalk at classiccmp.org, vintagecomputer at bettercomputing.net
Subject: Re: ASR 33 buzzing
did? you? get the? links? we? sent you? over
on the greenkeys? list? for? sources on 33 manuals and paperwork
we? sent you?? We did not get an acknowledgment.? thanks?
Ed#? www.smecc.org
?
In a message dated 10/13/2016 4:37:20 P.M. US Mountain Standard Time,
vintagecomputer at bettercomputing.net writes:
The
buzzing definitely seems to be coming from the motor.? I put a
plastic
tool to the casing and could feel it vibrating. However, I can turn
it by
hand (clockwise) and see all the gears and striker mechanisms
working.
It did manage to work briefly yesterday.. it did kind of a
'reset'.? But
yeah.. not today.
-----Original
Message-----
From: cctalk [mailto:cctalk-bounces at classiccmp.org] On Behalf
Of Paul Koning
Sent: Thursday, October 13, 2016 4:28 PM
To: General
Discussion: On-Topic and Off-Topic Posts
<cctalk at classiccmp.org>
Subject: Re: ASR 33 buzzing
>
On Oct 13, 2016, at 7:14 PM, Brad H
<vintagecomputer at bettercomputing.net>
wrote:
>
> Posting
around hoping somebody might be able to point me in the right
>
direction.? I tried greenkeys but no response.
>
>
>
> I have an ASR 33 I got.? When I plug it in on Line mode there is
a
> clicking in the power supply area and nothing else.? If I put
it to
> Off or Local, there is a loud buzzing sound and eventually a 2A
fuse
> on the back left side of the machine blows.? It's like
something's
> stuck but the noise is kind of hard to pin down.?
Wondering if there's
> any Model 33 experienced guys out there.
:)
>
Given the blown fuse I'd suspect a stuck mechanism, so the
motor is stalled
and you're getting overcurrent.? Try turning the
motor by hand to confirm.
? ?
paul
???
>from the modem end a Hayes or anything else that does 300/1200 also
did 110 as I remember as that was under the bell 103 spec. (110 adn 300
baud) I suppose just a matter of your uart being able to talk to
the modem at that speed ( which should not be a problem??!)
Ed# _www.smecc.org_ (http://www.smecc.org)
In a message dated 10/16/2016 6:10:10 A.M. US Mountain Standard Time,
billdegnan at gmail.com writes:
On Oct 16, 2016 5:52 AM, "Evan Koblentz" <cctalk at snarc.net> wrote:
>>
>> I mean please add 110 Baud Evan!
>
>
> I was giving examples, not carved-in-stone specifications.
If the system is simple it'll be easier to support, 110b is not, given the
number of persons coming in from the other end so slowly. No one barely
has a phone line anymore as it is, most (95%) of the external traffic will
be telnet. If the bbs allows those few of us with phone lines to connect
at 300 to 1200b to get to a handshake and resolve to a simple welcome
screen for hardware testing purposes, that would be a good start. Get that
running see what kind of traffic results, and plan phase ii from there.
I imagine it will be best once this system is up and running that people
call in on Sunday afternoon so visitors to the museum hear the inbound
calls in real time like a sys op would running a bbs from his basement.
Bill
> From: Richard Schauer
> My message to him, which I did save, is dated the evening of March 12,
> 1997, and I seem to recall the list started a couple of days later.
OK, so the 'unofficial' early archives which I'm hosting:
http://ana-3.lcs.mit.edu/~jnc/cctalk/
do go back that far, so it doesn't look like we're missing much. The earliest
ones there are from 13 March 1997, so we may be missing a few, but not many;
the first posts are clearly 'hi, here's who am I' kind of things, apparently
in response to an earlier message, which does alas seem to be missing.
I scanned down the list, looking for names I recognized, and found this:
http://ana-3.lcs.mit.edu/~jnc/cctalk/1997-March/0070.html
which seems like it must be someone's very first post to this list!! :-)
I do have the 'missing' archives (i.e. between Feburary 2005 and November
2014) in mail archive format, and once I figure out how to run Hypermail (this
has been on my to-do list since last September, maybe I'll take a run at it
today), I'll add them to the unofficial archives.
Once done, it may take Google a few days to index them, but once that's done,
it should be possible to search for content again.
Noel
I picked up a bit of an odball power macintosh 6100 a while back. It has a
486 cpu at 66 mhz in it as well, so you can run dos on it or something.
Overall looks to be in somewhat working shape, but does not boot. I do not
hear the hard drive spinning, I am guessing it is bad.I can get it to power
on to the little flashing icon with the question mark. It came with a huge
pile of cables for connecting extra monitors, and i should have a spare
keyboard and mouse too.
Anyone want this thing? I am open to offers.
I can't absorb another world. I have too much on the table, and am just not
interested in the PPC mac stuff. I thought it would be cool to have a
machine that would run both mac software and dos, but I already have plenty
of DOS machines here and did not bother.
I have a couple of other tiny performa PPC machines that a monitor can sit
on top of as well, those I know to be fully functional. those are up for
grabs too.
I can get pictures and specs upon request, that would require me to make a
spot on my desk and fire them up.
--Devin
SOL-20s have been all over the map. ?Ive seen similar units diverge by as much as $500 for nothing obvious I can see. ?The average for unknown, complete, decent cosmetic condition seems to be around $900. With extras probably $1300?
Sent from my Samsung device
-------- Original message --------
From: "Mark J. Blair" <nf6x at nf6x.net>
Date: 2016-10-15 11:56 AM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Reasonable price for a complete SOL-20 system?
I have an opportunity to make a "reasonable offer" on a fairly complete SOL-20 system. It would include a floppy drive cabinet and some software, but no monitor. It's a "working when retired" system, so I assume that the keyboard has died of old age and some capacitors might have dried out; none of that bothers me, but it implies that it's probably not a turnkey system. I have to make the offer or not by tonight, based on when the owner is leaving on a road trip that will pass near me, with or without the system loaded up in his RV.
Now the problem is that I haven't been following SOL-20 prices, so I don't know what a reasonable offer might be. The only prices I'm aware of are the various buy-it-now prices I see on eBay, some or all of which I suspect are from sellers looking for top dollar and then some.
If any of y'all can help me figure out a reasonable price range for a complete-ish but not necessarily running SOL-20 system, I would appreciate that.
--
Mark J. Blair, NF6X <nf6x at nf6x.net>
http://www.nf6x.net/
Hi,
I have a PDP-11/23 system with a DSD-440 dual 8" floppy drive.
On reset, it prints:
28
START?
and waits for the operator to insert a bootable 8" floppy and type DY0.
The problem is I do not have a bootable 8" floppy.
The DSD-440 should be compatible with either RX01 or RX02.
Can anyone on this list help me out with a bootable 8" floppy?
I will gladly pay for the floppy + shippng costs.
Thanks,
Scott
PS: Pictures of the system can be found here:
http://sierracircuitdesign.ddns.net/temp/pdp11
I have an opportunity to make a "reasonable offer" on a fairly complete SOL-20 system. It would include a floppy drive cabinet and some software, but no monitor. It's a "working when retired" system, so I assume that the keyboard has died of old age and some capacitors might have dried out; none of that bothers me, but it implies that it's probably not a turnkey system. I have to make the offer or not by tonight, based on when the owner is leaving on a road trip that will pass near me, with or without the system loaded up in his RV.
Now the problem is that I haven't been following SOL-20 prices, so I don't know what a reasonable offer might be. The only prices I'm aware of are the various buy-it-now prices I see on eBay, some or all of which I suspect are from sellers looking for top dollar and then some.
If any of y'all can help me figure out a reasonable price range for a complete-ish but not necessarily running SOL-20 system, I would appreciate that.
--
Mark J. Blair, NF6X <nf6x at nf6x.net>
http://www.nf6x.net/
Nice Find Bill!
The mention of the kitchen computer makes me
wonder how many of those still exist
or... how many were sold?
Has anyone dome a detailed write up on it?
Ed# _www.smecc.org_ (http://www.smecc.org)
In a message dated 10/14/2016 4:14:32 P.M. US Mountain Standard Time,
writes:
I recently came upon the console for a Honeywell u-COMP DDP-516, which is
the older brother of the Honeywell Kitchen computer (DDP-316). Took a lot
of photos:
http://www.vintagecomputer.net/browse_thread.cfm?id=655
Bill
FYI
www.ebay.com/itm/112167073659
This guy was the second listing he's put up. I suspect he has more.
I tried the two sets he put up the first time, and they work fine on the 6085.
They are hard enough to find at that price, I thought I'd let people know.
He also has the Fujitsu MB8266A nibble-mode 64k used on the video board still listed
at a really good price
www.ebay.com/itm/111235545807
On Thu, 13 Oct 2016, Paul Anderson wrote:
> If they are not scanned, I'll pay to ship them to Al or whoever.
>
> Thanks, Paul
Paul, I went to the bitsavers site and found a fairly good selection of
LA120 docs (which may or may not contain all that I have) but they don't
seem to have much on the LA36. There Sun-1 and DPC manuals that I have
do not seem to be there either.
I looked for contact information on the sitev but I cannot find any,
I am willing to send these for scanning but I do not know how to make
contact, I have not the time, skill, or tools to scan them myself.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
On Wed, 12 Oct 2016, jim stephens wrote:
> On 10/12/2016 9:47 PM, Jerry Kemp wrote:
>> any chance that it could be scanned, then shared that way?
I think this manual should be scanned for posterity but cannot do that.
> Something like what is on this page?
> http://www.solivant.com/sun100/
Nothing similar there.
> Bitsavers:
> http://bitsavers.informatik.uni-stuttgart.de/pdf/sun/sun1/
the one above is the previous version to the manual I have. According
to the first page, the single volume Sun-1 System Reference Manual from
July 1982 was replaced by two volumes the User Guide, which I have, and
the Programmer's Reference Manual which I do not have. The older
manual is probably more useful but this one is expanded (according to
revision page) to include 1/2" and 1/4" tape drives and Fujitsu disk
drives. I see that the CDC Lark operation is in here, the Sun-1 that
I dealt with had a CDC Lark cartridge unit and I still have some of the
old Lark cartridges and no possible way to read them.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
> From: Rick Bensene
> Some of the machines in the series had a very powerful (for the time)
> floating point unit (known as the IPU) that operated in tandem with the
> main CPU
I wonder if the machines in the auction had this?
Noel
Came across this in the local craigslist today:
http://seattle.craigslist.org/see/sop/5820161303.html
I don't know if this is of interest to the Big Iron IBM guys, but if
there's any interest from folks not in the Seattle Area, I'm happy to
help faciliate.
--Jason
It's not a matter of bothering.. it's a matter of not knowing what I'm looking at yet. ?I was checking what I thought were all the clutches in the back.. they all seemed good.
I guess changing caps would be a smart idea right off given they look original. ?I'll check the diodes too. ?I am just nosing around.. given it wasnt shorting out when it left.. I'm concerned something might have shifted in transit.
Sent from my Samsung device
-------- Original message --------
From: dwight <dkelvey at hotmail.com>
Date: 2016-10-14 7:36 PM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: ASR 33 buzzing
I see you didn't bother to check the clutches. You'd have found that the
clutch that reset the keyboard could be released.
The buzzing may also be related to your fuse blowing the supply
that feeds the receiving coil may have a shorted diode or capacitor.
That would both explain the fuse and the buzz.
Dwight
________________________________
From: cctalk <cctalk-bounces at classiccmp.org> on behalf of Brad H <vintagecomputer at bettercomputing.net>
Sent: Friday, October 14, 2016 6:30:57 PM
To: 'General Discussion: On-Topic and Off-Topic Posts'
Subject: RE: ASR 33 buzzing
Got a little further.? The keyboard was definitely jammed.? I pulled the carriage over to the right and noted there's a bar on the left side that a piece of metal attached to the carriage belt hits, I assume triggering something.? Doesn't work.. the bar is stuck.? At any rate, I put the metal piece over it and the carriage returned on its own (spring action).? I then wound the motor some more and got a bell sound.? After that, the keys started to work properly -- I can see the little arms (code bars?) changing as each key is pressed.
Thought maybe if the keyboard was jammed that might short the motor.. but still blows out fuses.
AFAIK the unit was working before it was shipped, sort of.? The seller mentioned powering it up and doing a carriage return successfully before shipping.? I'm inclined to think something happened during shipping.
It's too bad it's out in Australia, I qualify for the top priority of the
list, 'under 21 years of age'
Especially this is too bad: "Anything not sold, swapped or given away by
early December will likely go to recycling."
Joe
I have a collection of DEC items available for sale, swap or giveaway.
They are mostly VAX or MicroVAX items, as well as a few PDP-11 items.
These are in Melbourne, Australia. I appreciate this may not be of much
interest to the rest of the world.
If interested, please take a look here -> http://avitech.com.au/?p=1285
Thanks.
I thought the question about the prevalence of .156" connectors in early
systems was interesting and I assume someone here has the detail on the
rationale.
Jim
-------- Forwarded Message --------
Subject: CBM edge connectors pitch?
Date: Thu, 13 Oct 2016 19:31:47 +0200
From: silverdr at wfmh.org.pl
Reply-To: cbm-hackers at musoftware.de
To: cbm-hackers at musoftware.de
Do we know what is the norm used in the CBM edge connectors? Like the IEEE, USER PORT or CASSETTE?
I found out mentions that it uses a 0.156" pitch. Where the heck does that come from? Nothing "round" in either metric or imperial..
--
SD!
Message was sent through the cbm-hackers mailing list
Hi, although somewhat off topic, unless I'm reprogramming antique computers :)
...
I was wondering if anyone might know where I could find an A/B switchbox for a 10-pin JTAG cable?
(An old-fashioned mechanical switch would work for my purposes, but I don't want to have to try to build one :)
thanks,
Stan
> From: Jason Howe
> I really really want to aquire a PDP-11 ... Given the price of these
> things in the world right now...
If you're willing to live with a QBUS machine, and not a UNIBUS one, it
doesn't necessarily take a mountain of money - if you're patient and wait for
deals.
I've bought 11/23 CPU boards for as little as $40 recently, and memory and
serial interface cards for console are on the same order of money. And I got
a BA11-S box, complete with power supply and backplane, for a little over
$100, IIRC.
The real hangup is mass storage; the older drives, at least, are all real
money now. I don't know about the later ones (from the uVAX era), those seem
to be cheaper, but I don't know anything about them. If Dave B and I can
get the QSIC project to the production stage, that would probably alleviate
that side.
Noel
Hey folks,
Recent activity on the list, especially the "Ka... ching!" thread, has
had me reevaluating a lot of what I get out of this hobby. I think there
are two things going on that make it less fun for me now: The money,
and the age of the stuff. I'll try to explain.
I've never been a real "collector", I suppose. I don't feel a burning
need to fill every hole in a product line, or to put things on display.
I've also never been in this for the money, far from it. No, the only
reason I've ever collected classic computers is because I've loved
playing with them. That's really all there is to it. I enjoy the sights,
sounds, and smells of firing up vintage computers and seeing them work.
On the money front, as I said I've never been in this for the money.
There was a time when most of this stuff could just be had for free, and
that was fun! Going on rescue trips was a blast. I'll never regret
driving down to LA from the Bay Area to rescue a PDP-11/34, or the time
that a bunch of us got togethr and picked up an 11/45 and an Imlac PDS-1
>from Bill Gosper's house. What a time that was -- I didn't even keep any
of it, I was just there for the rescue and the camaraderie.
But nowadays, there's so much less of that. 99% of what trades hands
seems to go back and forth on eBay for real big bucks. And that's
probably just the sign of a maturing hobby, but it's not really what I
enjoy.
And secondly, lately there's been a lot less of "firing up vintage
computers and seeing them work", and a whole lot more "carefully
replacing capacitors and praying that the vintage computer will still
fire up". We've reached the point where the hardware I love is dying.
It's been dying for years, I suppose, but now it's in hospice care. And,
frankly, that part of it is so much less fun for me than actually using
the systems. Am I just lazy? Maybe. And don't get me wrong, I've learned
SO MUCH about electronics from taking care of these systems, so I don't
consider it a loss at all. It's just not what I want to spend my time
on.
I've been ruminating on all of this pretty hard for the last couple of
months, and I've concluded that my enjoyment just isn't there any more.
Now that I'm surrounded by a bunch of stuff that I'm not getting
much out of, I feel like I'm being weighed down by the hobby. I think
it's time for me to move on and concentrate on other things.
I'm not sure yet what that means for my current collection. It's already
much smaller than it once was, as I've found homes for a lot of things
over the years. I've moved a lot, and every time I've moved I've found
homes for things I didn't want to take with me. It's probably time to do
that again, only without the moving part.
I think probably I'll have one last big "sale" of stuff, which I'll post
about here. At this point most of what I have is vintage home computers,
terminals, and QBUS PDP-11 stuff, so not everyone will be interested in
it -- but maybe some people will.
-Seth
--
Seth Morabito
web at loomcom.com
the perennial '937' problem
just installed 6085 XDE 5.0 from floppies but there is no option in the
installer to load and setup to boot settimedove.boot from the copilot volume
someone must have figured this out
on the other hand, since none of the compilers or actual useful stuff is installed,
since you're SUPPOSED to fetch this off the XNS network, maybe not.
I should post this on comp.sys.xerox :-)
> From: Jim Stephens
> The two bay 11/45 went for twice the bid, since it was listed as 2 pcs
> @ 1500 each
Yeah, I couldn't quite work that out - did it mean there were two mostly
identical ones, and they only had pictures of one, or did it mean 'two racks'?
Noel
Hi Guys
Having established a good stock of panels. I now have got
a little time to move my PDP-8/i project along a bit.
The front I already had . A kind list member let me have a lights board.
I built and and tested it
It is compatible with the original /i in form, fit and function.
This means you could attach wires and paddle (Filip Chip Type ) boards
to it and plug it into a real /i and it should run.
As I have said before the /i is a wire wrap back plane and loads of flip
chip boards. It would not be possible to duplicate it.
So modern technology front and center please! The Raspberry Pi is
cheap, available and I have one.
I also found a 32 port Pi I/O expansion board that you can have up four
of on one Pi.
SimH runs on a Pi and it does do 8/i emulation. It looks like SimH is
written in C. Not a language
I have used but I'm sure the hundreds of different versions are all very
good !
Hopefully you can declare and call SimH functions under Python.
The four 32 port Pi I/O expansion boards I ordered should be here
to-day or Monday.
They are accessed using the I2C bus from the Raspberry Pi
The switch panel is a bit more of a problem. I'm sure copies of the DEC
butterfly rocker switch will become available.
in the meantime commonly available rocker switches will suffice for
development purposes.
Although Oscar multiplexed his lamps I may be able to find out how the
system signaled it needed to update the lamp display.
Rod Panelman Smallwood
--
PDP-8/e PDP-8/f PDP-8/m PDP-8/i
Front Panels ex Stock - Order Now
ok ! there are a set on ebay also but not cheap if you can live
with the electronic stuff and occasionally print a page you will do fine with
the links...
I like to have hard copies of manuals here in the museum's library and
while I like searching things electronically I really appreciate
something that is bound paper to sit and an arm chair and read....
now If I am gonna take the paper to the greasy machine to work, I make a
copy of page needed or print from the online one! Ed#
_www.smecc.org_ (http://www.smecc.org)
In a message dated 10/13/2016 10:58:28 P.M. US Mountain Standard Tim,
vintagecomputer at bettercomputing.net writes:
I missed those somehow.. thank you. Got a lot to learn with this beast!
Sent from my Samsung device
-------- Original message --------
From: COURYHOUSE at aol.com
Date: 2016-10-13 10:30 PM (GMT-08:00)
To: cctalk at classiccmp.org, vintagecomputer at bettercomputing.net
Subject: Re: ASR 33 buzzing
did you get the links we sent you over on the greenkeys list for
sources on 33 manuals and paperwork we sent you? We did not get an
acknowledgment. thanks Ed# _www.smecc.org_ (http://www.smecc.org/)
In a message dated 10/13/2016 4:37:20 P.M. US Mountain Standard Time,
vintagecomputer at bettercomputing.net writes:
The buzzing definitely seems to be coming from the motor. I put a plastic
tool to the casing and could feel it vibrating. However, I can turn it by
hand (clockwise) and see all the gears and striker mechanisms working.
It did manage to work briefly yesterday.. it did kind of a 'reset'. But
yeah.. not today.
-----Original Message-----
From: cctalk [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Paul
Koning
Sent: Thursday, October 13, 2016 4:28 PM
To: General Discussion: On-Topic and Off-Topic Posts
<cctalk at classiccmp.org>
Subject: Re: ASR 33 buzzing
> On Oct 13, 2016, at 7:14 PM, Brad H
<vintagecomputer at bettercomputing.net>
wrote:
>
> Posting around hoping somebody might be able to point me in the right
> direction. I tried greenkeys but no response.
>
>
>
> I have an ASR 33 I got. When I plug it in on Line mode there is a
> clicking in the power supply area and nothing else. If I put it to
> Off or Local, there is a loud buzzing sound and eventually a 2A fuse
> on the back left side of the machine blows. It's like something's
> stuck but the noise is kind of hard to pin down. Wondering if there's
> any Model 33 experienced guys out there. :)
>
Given the blown fuse I'd suspect a stuck mechanism, so the motor is stalled
and you're getting overcurrent. Try turning the motor by hand to confirm.
paul
Yeah I'm sure we must have bad cap(s) here. ?I think pretty much everything is original on this thing. ?I've no idea how old it is.
I'll have to read through the manuals and figure out where the cap is. ?I'm assuming it must be round.. although directly under the fuse is a little black box connected to it. ?
I note when I plug it in on Line sometimes there's a single metallic clack from the PSU area and sometimes it's multiple..lioe someone's operating a telegraph.
I was rotating the motor and seeing how things work (hard to believe it doesn't just fly apart given how intricate it is). ?I was able to push keys.. however now I have the top row locked down and the keyboard cover won't fit back on.. heh. ?Hoping I'm not breaking things as I go.
Sent from my Samsung device
-------- Original message --------
From: "drlegendre ." <drlegendre at gmail.com>
Date: 2016-10-13 10:17 PM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: ASR 33 buzzing
Tony's suggestion is the best at this point - look for issues with the
motor start and/or run caps. A shorted (or open..) cap can certainly cause
this issue. Shorted and it draws excess current in the cap, open and it may
prevent motor starting / running which likewise draws excess (stall)
current, but in the motor windings.
Also, it shouldn't be too hard to isolate the motor assy. itself from the
rest of the circuit - lift the correct lead(s) from the AC power
distribution system. It may be much easier if you can deal with the motor /
cap assy. as a single entity, rather than within the rest of the complexity.
This is just generic advice from a guy who's never fixed a 33. But assuming
yours has the standard AC synchronous motor, it should all apply. Motors
only draw excess current for a very few reasons - overload / stall, shorted
windings, bad start / run caps and possibly associated start / run relays.
On Thu, Oct 13, 2016 at 11:34 PM, tony duell <ard at p850ug1.demon.co.uk>
wrote:
>
> > The buzzing definitely seems to be coming from the motor.? I put a
> plastic
> > tool to the casing and could feel it vibrating. However, I can turn it by
> > hand (clockwise) and see all the gears and striker mechanisms working.
>
> Should the motor be running in the 'Off' positon of the switch, though?
>
> If the motor is buzzing and taking a high current (which blows the fuse),
> what about the motor run capacitor (the one on the mechanism chassis
> itself, wired to the motor)? Maybe it has failed.
>
> -tony
>
did you get the links we sent you over on the greenkeys list for
sources on 33 manuals and paperwork we sent you? We did not get an
acknowledgment. thanks Ed# _www.smecc.org_ (http://www.smecc.org)
In a message dated 10/13/2016 4:37:20 P.M. US Mountain Standard Time,
vintagecomputer at bettercomputing.net writes:
The buzzing definitely seems to be coming from the motor. I put a plastic
tool to the casing and could feel it vibrating. However, I can turn it by
hand (clockwise) and see all the gears and striker mechanisms working.
It did manage to work briefly yesterday.. it did kind of a 'reset'. But
yeah.. not today.
-----Original Message-----
From: cctalk [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Paul
Koning
Sent: Thursday, October 13, 2016 4:28 PM
To: General Discussion: On-Topic and Off-Topic Posts
<cctalk at classiccmp.org>
Subject: Re: ASR 33 buzzing
> On Oct 13, 2016, at 7:14 PM, Brad H
<vintagecomputer at bettercomputing.net>
wrote:
>
> Posting around hoping somebody might be able to point me in the right
> direction. I tried greenkeys but no response.
>
>
>
> I have an ASR 33 I got. When I plug it in on Line mode there is a
> clicking in the power supply area and nothing else. If I put it to
> Off or Local, there is a loud buzzing sound and eventually a 2A fuse
> on the back left side of the machine blows. It's like something's
> stuck but the noise is kind of hard to pin down. Wondering if there's
> any Model 33 experienced guys out there. :)
>
Given the blown fuse I'd suspect a stuck mechanism, so the motor is stalled
and you're getting overcurrent. Try turning the motor by hand to confirm.
paul
Posting around hoping somebody might be able to point me in the right
direction. I tried greenkeys but no response.
I have an ASR 33 I got. When I plug it in on Line mode there is a clicking
in the power supply area and nothing else. If I put it to Off or Local,
there is a loud buzzing sound and eventually a 2A fuse on the back left side
of the machine blows. It's like something's stuck but the noise is kind of
hard to pin down. Wondering if there's any Model 33 experienced guys out
there. :)
Good find on archive.org even in .gz format still. I'm fairly positive the incident was discussed on the mailing list and vcfed. Issues happen and it was a perfect storm.
I like to chock it up to new technology failing us. ;-)
Kudos to Jay for keeping this alive as well as he does. Lots of great history and stories are definitely discovered and archived here.
I love this Mysteries at the Museum show but sometimes some of the pros
they use are a bit off!
FACT checking props on Mysteries at the Museum! Why is link using a 200 A
or B HP audio Oscillator! there he is at a work bench with this HP thing
and a set of bellows allegedly 1929 era.
I laughed my ass off..... Ed#
>from history...
The Origin of the Link Trainer. Today in aviation history, on April 14,
1929, Edwin A. Linkfiled his patent application for his first Link
Trainer,
and what of HP first product? the 200a and the special one for Disney?
1938
* Work begins
* HP invents first product
* Oscillators for Walt Disney
======================================================
ok.... there we go! just can't be near 1929.. now I am sure some time
Link Had or his people used early HP stuff...
but not in the time frame as presented in 29 or neat 29.
Ed# _www.smecc.org_ (http://www.smecc.org/)
> From: Jon Elson
> we got an 11/45 used and ran RSX-11M with about 4 users on it, it
> worked VERY well
About when I first got to MIT ('74), they were running the main introductory
programming course for CS students (6.031, for those to whom that means
something) on an 11/45; it had (IIRC) about 30+ Decwriters hooked up to it.
It ran a home-rolled OS called 'Delphi' (written in Macro-11, I suspect); the
course covered assembler, Algol (compiled, I think - but it may have been
interpreted, I'd have to check) and LISP (interpreted). ISTR that the
response time on the machine was usually pretty good.
By a very odd chance, some years later I got that very machine in a trade,
and it became the main time-sharing machine (running Unix V6) for our group
(CSR) at LCS (545 Tech Sq). We beefed it up with an Able ENABLE and I think
1MB of memory, and IIRC the optional Able cache for the ENABLE, and it was
_quite_ zippy - I think 'mips' returned about 3.0, about as fast as the DSSR
11/70 on the other side of the 5th floor at TS. Of course, it didn't have the
mass storage I/O bandwidth of the /70, but we were very happy with it.
> of course, when we moved up to a VAX, that was even better!
Heh. Give me an 11/45 with an Able ENABLE any day! :-)
Noel
Hi all,
I've posted looking for help with a TeleVideo TPC-1, and I've heard a lot
of crickets - apparently this isn't a commonly held machine. :-) But I've
made progress with it, which I want to share.
When I first got it, the display would light up and ask me to insert a
floppy. Doing so would promptly douse the display. I figured, 'power
supply', and recapped the entire thing - after the venture of figuring out
how to open the case! I found a post in netnews that strongly suggested
TeleVideo had suppressed information about opening the case to protect
their service centers' business.... It's an odd combination of 'push
there, pull there and be bold', but I got it open.
Recapping was a success, and the machine attempts to boot from disk 0 - and
tries, and tries, and.... I figured that drive 0, being the most used,
might have issues, but wasn't looking forward to pulling out the drive cage
and swapping them as a test. But then I noticed that drive 1's circuit
board was visible, and I rejumpered it to be drive 0 - and success, the
machine booted into CP/M!
Sure, I could just leave it as a single-drive machine, or swap the two and
pray - but this is a restoration. I've ordered an exact, tested/guaranteed
working replacement from ePay, and I'm going to have everything working to
spec before I snap this thing back together.
Yes, I'm having fun. :-)
--
Ian S. King, MSIS, MSCS, Ph.D. Candidate
The Information School <http://ischool.uw.edu>
Dissertation: "Why the Conversation Mattered: Constructing a Sociotechnical
Narrative Through a Design Lens
Archivist, Voices From the Rwanda Tribunal <http://tribunalvoices.org>
Value Sensitive Design Research Lab <http://vsdesign.org>
University of Washington
There is an old Vulcan saying: "Only Nixon could go to China."
On Sun, Oct 9, 2016 at 4:58 AM, Peter Corlett <abuse at cabal.org.uk> wrote:
> Find better games :)
>
> The theme of this list means that I should recommend some retro games and
> gaming systems...
I am actively seeking lists of favorite games on all platforms prior
to 1995. Specifically, things that require Windows and a Pentium and
newer are out of bounds. I'm attempting to breathe some excitement
into a retro-gaming meetup I hold a few times a year at our
hackerspace. I'm already bringing the hardware - to date, Commodore
PET, Commodore 64, Apple II, Atari 2600, PDP-8 (emulated for now), and
curses-based UNIX games, and would like to add more platforms. I'm
especially interested in any favorites that run on dumb terminals (I
have numerous ones to bring in, and have a VT220 already in the
collection).
Yes, I know a bunch of games that run on those platforms. I'm looking
for other people's favorites because that is what will stimulate
interest in the meetups. I already bring my own favorites, but
learning what other people remember fondly - tapping into their
nostalgia - will be a big help.
In bounds are any machines from the 70s and 80s that a) are common
enough to lay hands on or b) have a reasonable emulator on modern
platforms. I will probably add DOS games to the list, but that's not
the focus at first - 8-bit microcomputers and minicomputers are at the
top of the list. Emulation via simh is acceptable but I'll try to dig
up the original hardware where possible.
If you've played anything in the past 3 years, I'd especially like to
hear about it since that speaks to enjoyment and replayability. If
you like it, someone here will probably like it too.
Thanks for any and all suggestions!
-ethan
> From: Brad H
> the 11/45 is from around the early 70s right?
First released in '72, if memory serves.
It was in production for a _long_ time, though - no later model really
replaced it (if you wanted a mid-sized machine with a lot of crunch), unlike
many of the other -11's (e.g. /05, /40, etc).
Noel
Would anyone care to donate floppy disk flux-transition images for use
in development of utility software and for regression-testing the
same? It would be much appreciated.
Images from "normal" floppy formats (IBM FM and MFM, e.g., TRS-80, IBM
PC, or almost anything using 177x/179x/279x or 765/8272 family
controllers) and obscure formats (DEC RX02, Victor 9000) would be
welcome. I'd especially like to get IBM 23FD "Minnow" disk images, but
I'm not holding my breath for that.
If you send me any images, a brief description of what they might
contain and/or what system they're from would be helpful. I don't need
to be able to do anything with the content; I just want to verify that
I can extract the content from flux images into sector images.
If you send me any images that you don't want made public, let me know.
Thanks!
Eric
I know it is a long shoot !
The IBM 6715 / Actionwriter was one of the last daizy wheel typewriter made by IBM Germany.
( said to be made to last at least half century, German design ;-) )
It has "kind" of a RS232 port on the back,
I was unable to find any information on this port which was intended to support two "extremely rare" !!! IBM options
one beeing a REAL RS232 port, the other some kind of display of the two last line typed.
I wonder if someone has even connected this typewriter to a computer.
It would be fun to use it like a "modern" TTY
but I think the problem is probably that this typewriter expect a "lot of" (??) proprietary commands to set
type spacing, margins, baud rate etc ....
Any advice ?? Any help ??
I received seven requests for the Sun Workstation manual. I guess I will
draw a name from a hat or something...
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
I found an interface I've never seen, a Fisher Rosemont Highway
interface. I don't know much in the history of Dec / VMS, but am
guessing this is for Vax system only.
HIGHWAY-INTERFACE-49A8569X052-62-FISHER-ROSEMOUNT-DC6450X1-HA5-40B1745-W-CABKIT-/
http://www.ebay.com/itm/371645465846
I found this flyer sheet about it with the info on the interface. I'm
guessing if you don't have one of the central boxes, you have some
expensive gold scrap in these boards.
http://emersonprocess.com/systems/support/documentation/provox/docvue/Produ…
The fact this reference is where it is suggests there must be embedded
systems using it to justify the price though. Also the other manual
referred to indicates that there is something that runs on NT, as well
as a mention of AIX.
http://emersonprocess.com/systems/support/documentation/provox/docvue/CHIP/…
thanks
Jim
Great! 110 dial up for those of us with our teletype? Heck with free
nationwide long distance cross country connects will not be financially
painful!
sounds fun....
In a message dated 10/13/2016 12:35:48 A.M. US Mountain Standard Tim,
cctalk at snarc.net writes:
Everyone should experience the joy of connecting to an authentic dial-up
bulletin board service. That?s our story here at Vintage Computer
Federation and we?re sticking to it. :)
It?s why we ordered an 8-port analog PBX with a GSM module today:
http://www.excelltel.com/en/enproductslist.asp?id=612
Our plan is to connect this to a PC running the MajorBBS software.
Visitors at our NJ museum and at Vintage Computer Festival East (or
heck, why not bring it with us to VCF West too?) will get to pick from a
selection of vintage computers, hear a dial tone, hear the handshake,
and be productive at 300-2400 bps. People could also telnet in over the
Internet and, in phase two, dial in through the GSM connection.
We?ll share an update this winter when the PBX arrives.
they were pretty famous for running simulators for pilot training
Ed# _www.smacc.org_ (http://www.smacc.org)
In a message dated 10/13/2016 12:19:45 A.M. US Mountain Standard Tim,
derschjo at gmail.com writes:
The Systems 32/77 is a Gould/SEL machine. 32-bit, ECL. I don't know
too much about it, but it's cool looking. Wish I had the space...
I suspect the bidding will be brisk with the peripherals... also be
shure to see the frame with the documstion card reader
In a message dated 10/12/2016 9:38:03 P.M. US Mountain Standard Time,
derschjo at gmail.com writes:
On 10/12/16 9:13 PM, Al Kossow wrote:
> https://grafeauction.proxibid.com/asp/catalog.asp?aid=117590&gl=288#288
>
> someone needs to grab those 11/45's!
>
>
Thanks for the tip! Against my better judgement I put in a bid on the
one without the trim on the faceplate...
- Josh
On Wed, 12 Oct 2016, John H. Reinhardt wrote:
>
> On 10/12/2016 9:30 PM, Richard Loken wrote:
>> And five requests for these manuals.
>>
> Is someone going to scan them? Have they been scanned already? I guess I
> should look :-P
I too would like to know if these manuals have been scanned already. If
good scans are already available I can send them off to somebody without
any guilt but otherwise I should send them who intends to see them
scanned.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
And five requests for these manuals.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
The offer of DPC manuals led to many happy reminscenses but only one
request for the manuals (with a promise to scan them).
Are there scans of these manuals available on-line?
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
Update: After removing all the boards, checking jumper settings, etc. and
reinstalling everything again. I am please to announce some progress. The
PDP-11/23 now boots up to the diagnostic monitor.
Thanks very much to people who replied with technical help and particularly
to Glen Slick who helped with board identification and configuration and
help me fix the QBUS slot assignments. The original slot assignments were
wrong and the bus termination was not at the end of the QBUS. The current
slot assignments are:
Row 1: AB - M8186, CD - 256KB memory
Row 2: AB - DSD disk interface, CD - grant continuity
Row 3: AB - M8028 DLV11-F async interface / console port
Row 4: <empty>
Row 5: <empty>
Row 6: <empty>
Row 7: AB - M8016 KPV11 power fail / line clock
Row 8: <empty>
Row 9: ABCD - M8012 BDV11 diag ROM / QBUS termination
I have added a few pictures here:
http://sierracircuitdesign.ddns.net/temp/pdp11/
Next Steps
1) Find the manual for the diagnostic monitor to figure out how to run some
test.
2) Locate some 8" floppies with RT-11 loaded and connect the floppy drive
If you read further, I decided to post because of the number of machines
I've either worked on or owned which were in this.
I think for instance the terminals @ about 1:29 are Datamedia. I had
several of the beasts. "Academic researchers... is the narration"
https://youtu.be/3H-Y-D3-j-M
Laughed at some of the discussions in the last half, but worth
watching. Has about as much of Job's in it as one can stomach. And is
probably before the cult of the Fruit company thing was taking hold.
Scenes showing the Apple2 or ][ as some will want, and the Apple3 are
shown from the factory. Also appears that Apple was operating out of a
hive of buildings, not a central one at the time. Five years into
Apple's operation.
Thanks
jim
Hi All
I have just had a huge DEC Miro Fiche library given to me.
It has the portable (weighs a ton) reader with it.
On trying it out. I found the results were awful.
A good clean of the light path and removal of some disintegrating foam
improved things no end.
That left two issues:
1. The reader was for x 42 but the fiches are x52.
2. The plastic fiche holder consisting of two sheets of stiff
and clear plastic connected together at one end is scratched to hell.
I'd like to work to-wards scanning all of the library into a system.
Anybody know anything about fiche scanners.
Rod
--
PDP-8/e PDP-8/f PDP-8/m PDP-8/i
Front Panels ex Stock - Order Now
While falling over Sun and DEC manuals I also found a complete set of
manuals for a great and massive Data Printer Corporation line printer
in four volumes:
Data Printer Corp Chaintrain Line Printer
Models CT-4964 CT-6644 CT-7484
parts and diagrams
operating
maintenance
principles of operation
Yours for the postage but I doubt anybody wants them.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
I have fallen a across a bound set of LA36 and LA120 engineering drawings.
Anybody want them for the cost of mailing them?
Remember the good old days when you not only got a printer but detailed
service information including a big set of engineering drawings? Sigh.
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
Everyone should experience the joy of connecting to an authentic dial-up
bulletin board service. That?s our story here at Vintage Computer
Federation and we?re sticking to it. :)
It?s why we ordered an 8-port analog PBX with a GSM module today:
http://www.excelltel.com/en/enproductslist.asp?id=612
Our plan is to connect this to a PC running the MajorBBS software.
Visitors at our NJ museum and at Vintage Computer Festival East (or
heck, why not bring it with us to VCF West too?) will get to pick from a
selection of vintage computers, hear a dial tone, hear the handshake,
and be productive at 300-2400 bps. People could also telnet in over the
Internet and, in phase two, dial in through the GSM connection.
We?ll share an update this winter when the PBX arrives.
I picked up 3 of these a while back, I am unsure of what kind of machine
they go to. The plan was to use them to prototype on, but then I found some
even better wire wrap boards and set these aside. I did not want to have to
go through getting all the wire off of them.
They are up for sale or trade if anyone is interested, I am just curious if
anyone knows what they came out of.
gallery :
https://postimg.org/gallery/1tizoqomi/
--devin
That's pretty much my attitude. ?I would never even consider building these without correct, vintage parts. ?And I can already see a number of show stoppers.. including the 8263s. ?I have some of those but they're all 1977 vintage, which is okay for a clone but totally wrong otherwise.?
Sent from my Samsung device
-------- Original message --------
From: william degnan <billdegnan at gmail.com>
Date: 2016-10-12 7:33 AM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: Mark-8 opinion question
My opinion...build it right using a reasonable set of parts from the era or
just leave the boards alone.? I would be wary of winging it.
b
Nice! ?I see you even got fab house marks! ?Where did you get the PCB stock? ?I hate how modern the stuff I've found looks.
Sent from my Samsung device
-------- Original message --------
From: Nick Allen <mail.nickallen at gmail.com>
Date: 2016-10-12 7:14 AM (GMT-08:00)
To: cctalk at classiccmp.org
Subject: Re: Mark-8 opinion question
I have built as reproduction Mark8, as accurate as possible.? Check the
link out below to see photos.? Would be happy to help you in your
journey to building a complete system, let me know I can help!
https://goo.gl/photos/X6rXFrVMoJvRXGAe7
-Nick
I asked this on vcfed and I don't know how much overlap there is here so I
apologize if this is hitting all the same people over again. As some are
aware I recently won an auction for 9 original Mark-8 boards (it has 4 1k
RAM boards). To say I was elated would be an understatement - I certainly
have some unusual stuff in my collection but this is something truly rare.
And these are rare both in their own right and for what they are - unused.
Pretty much spotless.
I feel kind of in a bind about it now though. As an amateur historian, my
first impulse is to stick em in a frame and hang em. Not even lay a finger
on them. But I've a stubborn practical side. Like that guy that has an
original AC Shelby Cobra and actually drives the thing. He was asked why
he'd actually drive such a rare and valuable vehicle and he said 'What's the
point of a car you don't drive?'. But then he can say that - that Shelby
doesn't have zero miles on it.
Realistically, I'm never likely to own a complete, vintage Mark-8. There
are simply too few of them and I couldn't afford one even if one popped up
(I could afford the computer, just not the divorce afterwards :)). So here
I am with one path to having one that would be, by virtue of the boards, way
more legit than a clone, but still have that 'built in 2016' asterisk beside
its name for serious collectors.
Anyway, I'm just soliciting opinions from those I haven't already heard
from. This is just for the purpose of discussion, because I'm sure this
isn't the first and won't be the last time somebody buying vintage gear runs
into a situation like this. Whatever I end up doing, it will not happen for
years anyway. I'm not at a skill level yet to pull it off, and I'd still
like to build that clone first and see what I achieve before touching
priceless originals.
I won't bother posting a link to the auction, but have a question. Why
would someone want $3,500 for this board over what H219's go for which
are also 8K words?
Just curious. Only obvious difference is a different core stack.
thanks
Jim
-------- Original message --------
From: steven at malikoff.com
Date: 2016-10-11 10:02 PM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: Mark-8 opinion question
---------------------------- Original Message ----------------------------
Subject: Mark-8 opinion question
From:??? "Brad H" <vintagecomputer at bettercomputing.net>
Date:??? Wed, October 12, 2016 2:38 pm
To:????? "'General Discussion: On-Topic and Off-Topic Posts'" <cctalk at classiccmp.org>
--------------------------------------------------------------------------
> I asked this on vcfed and I don't know how much overlap there is here so I
> apologize if this is hitting all the same people over again.? As some are
> aware I recently won an auction for 9 original Mark-8 boards (it has 4 1k
> RAM boards).? To say I was elated would be an understatement - I certainly
> have some unusual stuff in my collection but this is something truly rare.
>
>
>
> And these are rare both in their own right and for what they are - unused.
> Pretty much spotless.
>
>
>
> I feel kind of in a bind about it now though.? As an amateur historian, my
> first impulse is to stick em in a frame and hang em.? Not even lay a finger
> on them.? But I've a stubborn practical side.? Like that guy that has an
> original AC Shelby Cobra and actually drives the thing.? He was asked why
> he'd actually drive such a rare and valuable vehicle and he said 'What's the
> point of a car you don't drive?'.??? But then he can say that - that Shelby
> doesn't have zero miles on it.
>
>
>
> Realistically, I'm never likely to own a complete, vintage Mark-8.? There
> are simply too few of them and I couldn't afford one even if one popped up
> (I could afford the computer, just not the divorce afterwards :)).? So here
> I am with one path to having one that would be, by virtue of the boards, way
> more legit than a clone, but still have that 'built in 2016' asterisk beside
> its name for serious collectors.
>
>
>
> Anyway, I'm just soliciting opinions from those I haven't already heard
> from.? This is just for the purpose of discussion, because I'm sure this
> isn't the first and won't be the last time somebody buying vintage gear runs
> into a situation like this.? Whatever I end up doing, it will not happen for
> years anyway.? I'm not at a skill level yet to pull it off, and I'd still
> like to build that clone first and see what I achieve before touching
> priceless originals.
>
It sounds like you've already made your mind up. If it were me, I would
not build on the originals. I would engage someone to repop the boards,
their labour cost would be recouped with the sale of a few sets.
What I would do is make sure the repops are easily identifiable as such
so that they are not in future passed off as orignals at the same time as
preserving your investment in the real thing.
I recall seeing photos of a WWI biplane fighter being restored by the Smithsonian,
and on the new pieces of wood they used to replace damaged or missing fillets,
longerons and other parts of the airframe they had clearly stamped 'REPRODUCTION'
so that future conservators would know > what was original and what was not.
> Steve.
Thanks Steve.
No honestly.. I just like to talk about stuff like this. ?My mind is nowhere near made up.
Regarding repopping.. I thought this had already been done by Obtronix or someone? I saw repop boards on ebay that I think the seller was trying to pass off as original. ?I'm wondering now how they made theirs and if in repopping mine I'd just be reinventing the wheel, or if someone could make them look that much more like the original.
While rooting through the shop I found the user's manual for the original
Sun Workstation. The computer is long gone but the manual returned to
haunt me. It is devoid of pictures, logos, and fancy fonts and labelled
revision C December 1982.
Anybody want it for the cost of postage?
--
Richard Loken VE6BSV, Unix System Administrator : "Anyone can be a father
Athabasca University : but you have to earn
Athabasca, Alberta Canada : the title of 'daddy'"
** tech at athabascau.ca ** : - Lynn Johnston
--
This communication is intended for the use of the recipient to whom it is addressed, and may contain confidential, personal, and or privileged information. Please contact us immediately if you are not the intended recipient of this communication, and do not copy, distribute, or take action relying on it. Any communications received in error, or subsequent reply, should be deleted or destroyed.
---
--
Richard Loken VE6BSV, Systems Programmer - VMS : "...underneath those
Athabasca University : tuques we wear, our
Athabasca, Alberta Canada : heads are naked!"
** rlloken at telus.net ** : - Arthur Black
Sellam, are you out there? Your sale site -- http://vintagetech.com/sales/
-- shows:
Object not found!
The requested URL was not found on this server. If you entered the URL
manually please check your spelling and try again.
If you think this is a server error, please contact the webmaster.
Error 404
vintagetech.com
Apache
I tried emailing you in July.
--
Eric Christopherson
----- Original Message -----
> From: "Ethan Dicks" <ethan.dicks at gmail.com>
> Subject: Gaming on old systems (was Re: Twiggys [was: Re: ka... ching!])
[... snip ...]
>and curses-based UNIX games, and would like to add more platforms. I'm
> especially interested in any favorites that run on dumb terminals (I
> have numerous ones to bring in, and have a VT220 already in the
> collection).
> If you've played anything in the past 3 years, I'd especially like to
> hear about it since that speaks to enjoyment and replayability. If
> you like it, someone here will probably like it too.
rogue or anything rogue-like - nethack comes to mind 8-)
I started playing it in the mid 80's. Still play it today. I have it on my iPad, Android phone, Mac Desktop and a whole slew of
Unix boxes (SGI/Sun/IBM/DEC) and even (ughhh!) a PC/Linux laptop... It's usually the first thing that gets
installed/compiled on a new machine/platform.
The only experience that will top the above, is feeding some quarters in a "Fun House" or "Black Knight" pinball machine...
Sigh. For a second there I thought you were going to be getting rid of an
11/45. That would be my dream machine as I used one at Ohio State in the
very early days (mid 70's) of computer graphics. I designed one frame
buffer and part of another to run on that machine.
Marc
On Tue, Oct 11, 2016 at 1:41 PM, <robert.jarratt at ntlworld.com> wrote:
> That is a real shame, but if you aren't enjoying it there us little point
> carrying on. I also have to agree that it is dispiriting at times when you
> are constantly dealing with new failures.
>
> I suspect though that years later you may regret getting rid of your
> collection, you hear this from many people. So I would suggest you don't
> get rid of *everything*, in case you change your mind in the future.
>
> Regards
>
> Rob
>
> Sent from my Windows 10 phone
>
> From: Seth Morabito
I thought this sort of thing was what the various target-mode SCSI
frameworks were designed for? I seem to remember at least one of them
had emulated tape drives backed by files.
KJ
Hi
Firstly I am pleased to be able to say I have five different
PDP-8 front panels all in stock.
Secondly a big thank you to Jack Rubin for mentioning my panels in his
presentation at the Chicago show.
I have the artwork for the PDP-8/L done and I'll get a run done as soon
as I get enough interested parties.
Thanks to Vince I have been able to make a working PDP-8/i lights board.
As we all know the 8/i is made up of a wire wrap back plane and loads of
flip chip modules.
I am only mad not totally insane. So reproducing that lot is not possible.
So its the Raspberry Pi and simH route for me.
First job is to go and have another look at what Oscar did/is doing.
I know he muxed the lamps on his board. He usually open sources everything.
In keeping with my plug compatible philosophy
I'll go as far as paddle cards and DEC style edge connectors on my PiBoard
The switches are the butterfly rocker type. I should be able to pick up
an odd one as a sample.
I know Oscar is looking at this whole question so I'll get an update
>from him.
Rod (Panelman) Smallwood
--
PDP-8/e PDP-8/f PDP-8/m PDP-8/i
Front Panels ex Stock - Order Now
On Oct 10, 2016 7:43 PM, "Jason Howe" <jason at smbfc.net> wrote:
>
>
>
> On Mon, 10 Oct 2016, Ethan Dicks wrote:
>
>>
>> I am actively seeking lists of favorite games on all platforms
<snip>
I recently got a Pocket c.h.i.p and installed MAMe, VICE, etc onto it so
I'd have just about any game I ever wanted on a small handheld device
running Debian arm linux. Small screen but it works.
Yesterday on the NextStation computer I was checking out "Asterloids" nice
graphics but I prefer the original 1979 version.
I spend some time on Donkey Kong, DigDug, the real/orig arcade games are my
preference. ..things that cost a quarter to play. Made gaming more intense
when you didn't have much money as a kid.
I know this is a very long shot, but I'm looking for Figure 6-13
>from the Part I Technical Manual on the ENIAC by Adele Goldstine.
In the table of tables at the front of the manual, this table is one
of three listed as "in an envelope attached to the back cover."
Neither the scan on archive.org, nor the printed manual from
Periscope Film, appear to include these tables. Does anyone
by any chance know where a scan of any of those three tables
(6-13, 7-4, and 8-13) might exist?
Thanks in advance,
BLS
I am pleased to announce that the full lot of speaker videos from this
year's Vintage Computer Festival Midwest have been posted to our
YouTube channel. There is a play list of this year's videos here:
https://www.youtube.com/playlist?list=PLE-Iywr9LQESedwj_46tFIaPoyrUf-mHs
In addition to the fine lineup of speakers, there is a 7.5 minute
"highlight reel" showing many of the varied demos and displays, along
with some nice stop-motion footage of the crowd at various times of
the day. The direct link for that is here:
https://www.youtube.com/watch?v=adQIMM7cVg0
Although he is not on this list, I want to thank our full-time "A/V
nerd," Jim Leonard (AKA Trixter http://trixter.oldskool.org), who
handled all aspects of production, from manning the camera and mixer
during the talks and clipping the lav mic on the speakers to his
expert editing and production of all the footage. The highlight reel
was his idea, too :)
We're really proud of our interesting, diverse set of presentations
this year, as well as having kicked the production quality of our
videos up quite a few notches. We hope you find something of interest
among them.
-j
> On 10/7/2016 5:21 PM, Chuck Guzis wrote:
> That simply defies logic. I *really* don't get this collecting business.
It's Apple-related. Some Apple devotees seem to have an, ah, excessive
attachment to things Apple. (Q.v. $1M Apple I's.) I'm suprised that some of
them didn't commit suttee when Steve died.
Noel
I know this is a very long shot, but I'm looking for Table 6-13
>from the ENIAC Technical Manual Part 1 by Adele Goldstine.
In the table of tables at the front of the manual, it's listed as being
"in an envelope attached to the back cover." Neither the scan
on archive.org nor the printed copy from Periscope Film (which
appears to be produced from the scan on archive.org) appear
to have this table. Does anyone know where a scan of this
table might exist?
Thanks in advance,
BLS
Hi folks,
The restoration of the STC Executel 3910 I mentioned the other day continues
with picture help from another collector who bought one at the same time I
did.
I've got it powering up and the tiny monitor is trying to display something
but the horizontal hold has gone so I'm suspecting dry joints given the
state of the back of the monitor board and the microcassette drive next to
it when I opened it up for the first time. It's been cleaned and the leaky
battery removed since then, fortunately there's no trace damage from the
alkali.
The display board is powered by the chip in the subject line and neither
myself or google has heard of it. It's a 40 pin DIP that doesn't seem to be
pin compatible with any CRTC I'm aware of.
Anyone?
--
Adrian/Witchy
Binary Dinosaurs creator/curator
Www.binarydinosaurs.co.uk - the UK's biggest private home computer
collection?
*Hi Glen
*>> The boards appear to be the following in the photos:>> M8186
KDF11-A 11/23 CPU>> ????? 256KB parity RAM>> ????? DSD disk
interface for the DSD-440?>> ????? bus grant card?>> M8028 DLV11-F
Async interface>> M8012 BDV11 Bus terminator, bootstrap and
diagnostic ROMs>> M8016 KPV11 Power fail, realtime clock,
(termination)
????? 256KB parity RAM >> Yes, the board was made by National
Semiconductor Memory Systems but is has TI RAMs on it
9x4xTMS4164-150ns
????? DSD disk interface for the DSD-440? >> Yes :)
????? bus grant card? >> Yes :)
>> In some of the photos the M8012 BDV11 is installed upside down. Make >>
sure you don't power it on that way.
I noticed that :P
Thanks,
Scott
On Sun, Oct 9, 2016 at 10:00 AM, <cctech-request at classiccmp.org> wrote:
> Send cctech mailing list submissions to
> cctech at classiccmp.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://www.classiccmp.org/mailman/listinfo/cctech
> or, via email, send a message with subject or body 'help' to
> cctech-request at classiccmp.org
>
> You can reach the person managing the list at
> cctech-owner at classiccmp.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of cctech digest..."
>
>
> Today's Topics:
>
> 1. PDP-11/23 system for sale in Portland Oregon (Scott Baker)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 8 Oct 2016 11:31:29 -0700
> From: Scott Baker <scott.l.baker at gmail.com>
> To: cctech at classiccmp.org
> Subject: PDP-11/23 system for sale in Portland Oregon
> Message-ID:
> <CABW5Ymky8tCrsTKL4ehEUDt4vtkDxO1hYTDAUS2ANnxxux8Ykg at mail.
> gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi,
>
> Pictures can be found here: http://sierracircuitdesign.
> ddns.net/temp/pdp11/
>
> The system is located in Portland, Oregon. Local pick-up is preferred.
> Not sure if it still works. I have not tried to turn it on in years.
> I do not have any software of floppies for it.
> I'm not sure what it's worth. If you are interested in it, make me an
> offer.
>
> Regards,
> Scott
>
>
> End of cctech Digest, Vol 28, Issue 4
> *************************************
>
-------- Original message --------
From: "Ian S. King" <isking at uw.edu>
Date: 2016-10-09 5:08 PM (GMT-08:00)
To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
Subject: Re: Twiggys [was: Re: ka... ching!]
On Sun, Oct 9, 2016 at 3:07 PM, Brad H <vintagecomputer at bettercomputing.net>
wrote:
>
>
> -------- Original message --------
> From: "Ian S. King" <isking at uw.edu>
> Date: 2016-10-09? 2:30 PM? (GMT-08:00)
> To: "General Discussion: On-Topic and Off-Topic Posts" <
> cctalk at classiccmp.org>
> Subject: Re: Twiggys [was: Re: ka... ching!]
>
> On Sun, Oct 9, 2016 at 2:37 AM, Dave G4UGM <dave.g4ugm at gmail.com> wrote:
>
> > > -----Original Message-----
> > > From: cctalk [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Brad
> H
> > > Sent: 09 October 2016 07:41
> > > To: General Discussion: On-Topic and Off-Topic Posts
> > > <cctalk at classiccmp.org>; jwsmail at jwsss.com
> > > Subject: Re: Twiggys [was: Re: ka... ching!]
> > >
> > >
> > >
> > > I'd like to learn more about programming, esp for my 6800.? It'd be fun
> > to test
> > > its limits and see what uses I can find for the graphics board I got. I
> > just don't
> > > understand how they programmed the thing. All the hex stuff throws me
> > > off.? :)
> >
> > Does it have a serial interface and memory. In which case it was probably
> > programmed in Assembler.
> > When I started with 6800 board and 256 bytes of memory, and toggle
> > switches to load it I used to hand assemble the programs to get the
> > hex/binary.
> > I soon got bored of the toggle switches and built a little box with an
> old
> > calculator keyboard and display and some TTL so I could enter data
> quickly.
> >
> >
> > Dave
> >
> > I recently acquired a SWTPC 6800, a machine I remember from when it was
> new.? :-)? There are many programming environments available for it - I'm
> working to get Forth running on mine, then I'll branch out.
>
> It's been said that the 6800 inherited a lot of ideas from the PDP-8, and I
> agree with that to some extent.? The ISA is actually very clean and neat,
> once you wrap your head around it - I used to program 6800 assembler
> professionally, my first paid job as a programmer!? Unlike the PDP-8, I/O
> is memory-mapped.? Depending on what monitor ROM you have (if any), you may
> have different system services available.? One very useful system is the
> one that can read S-records from the serial input, allowing you to easily
> transfer programs onto the machine.
>
> If you want to grok the 6800 in fullness, there are online scans of
> Motorola's programming manual for the device.? Another great resource is
> the swtpc.com site, even if you don't have a SWTPC machine (what do you
> have?).
>
> Have fun with it!? Cheers -- Ian
>
> --
> Ian S. King, MSIS, MSCS, Ph.D. Candidate
> The Information School <http://ischool.uw.edu>
> Dissertation: "Why the Conversation Mattered: Constructing a Sociotechnical
> Narrative Through a Design Lens
>
> Archivist, Voices From the Rwanda Tribunal <http://tribunalvoices.org>
> Value Sensitive Design Research Lab <http://vsdesign.org>
>
> University of Washington
>
> >There is an old Vulcan saying: "Only Nixon >could go to China."
>
> I've an original SWTPC 6800.? Also have an ASCI System X and a Tektronix
> 6800 board bucket.? Right now I'm enjoying working with the SWTPC.? I'm
> trying to deck it out as completely as one could have.
> I don't quite understand assembly.. I assume to program in that, as with
> BASIC you need to load an 'assembler' language first?? I tried this with my
> Digital Group system with 5 different tapes marked 'assembler' but never
> got them to load.? Not sure if I understand the concept.
The assembler is a program that transforms (somewhat) human-readable text
into machine code.? There a few ways to go about structuring this
workflow.? So far I've been using a cross-assembler that runs on a
different system - for example, the original UNIX was cross-assembled on a
GE-635 mainframe for its PDP-7 target.? There are native assemblers as
well.? These often assumed some sort of secondary store, whether punched
tape, magtape or disk, that might hold intermediate stages of assembly and
certainly the final product.? A common workflow was:
- load native assembler program from <media>
- start native assembler program
- tell native assembler program where to find the source (which media)
- native assembler reads in source, transforms it to object (machine code),
sends the results to <media>
- programmer loads object from <media> and runs it
If you're loading an assembler program from tape, you probably need to give
the monitor a 'go' instruction once it's completed (that's how MIKBUG
works, anyway).? The assembler may prompt for the input source or may just
assume that once you say 'go' a tape is loaded and ready to be read.
How do you create the source?? If you're doing it natively, you need an
editor that runs on the platform and can send the resulting text to
<media>.? Or again, you can write your assembly source on another platform
and create (or emulate) appropriate <media>.
I hope that helps.? Cheers -- Ian
--
Ian S. King, MSIS, MSCS, Ph.D. Candidate
The Information School <http://ischool.uw.edu>
Dissertation: "Why the Conversation Mattered: Constructing a Sociotechnical
Narrative Through a Design Lens
Archivist, Voices From the Rwanda Tribunal <http://tribunalvoices.org>
Value Sensitive Design Research Lab <http://vsdesign.org>
University of Washington
>There is an old Vulcan saying: "Only Nixon >could go to China."
So the Cliff Notes version of this is I need to find a copy of SWTPC's assembler? ?(Pretty sure I've seen it referenced somewhere)
Folks,
I am "playing" with a small VAX and want to install software onto it, some
of which are in SIMH ".tap" format files. I was thinking it would be nice to
have a SCSI Tape emulator that worked a bit like the USB floppy emulators
that are about.
So it would plug into the SCSI bus and allow ".TAP" (and other tape formats)
stored on some kind of flash memory, say USB or SD card perhaps, to be read
by real hardware.
Does this sound usefull to any one? Any other thoughts on how this could be
achieved?
Dave Wade
G4UGM & EA7KAE
Here's a scan - and special bonus audio tracks - of a brochure and 7"
record I found on ebay recently:
http://chiclassiccomp.org/docs/index.php?dir=%2Fcomputing/EG%26G
"Data on a Platter" from a company called EG&G (anyone heard of them?)
describes their vinyl (as in analog audio record) data storage scheme
and how it will fit into your business. There's no date anywhere but
the brochure is a great example of 60s typefaces, not to mention
language. The recording includes examples of how the data sounds if
played on a regular phonograph. Who's up for decoding it?
-j
Terry - - Congrats! I never knew about these systems!
Thanks for sharing this history with us!
Ed# _www.smecc.org_ (http://www.smecc.org)
In a message dated 10/9/2016 5:13:58 P.M. US Mountain Standard Time,
isking at uw.edu writes:
On Oct 8, 2016 5:33 AM, "Terry Stewart" <terry at webweavers.co.nz> wrote:
>
> > Hi guys,
> >
> > In case anyone is interested...
> > http://www.classic-computers.org.nz/blog/2016-10-9-poly-acquisition.htm
> >
> > This could have been the BBC of New Zealand schools... (-:
> >
> > Terry (Tez)
> >
>