Hello,
People have been earching for PDP-10 MDL for a long time. Finally, we
found source code for TOPS-20 including slightly bit-rotted ITS support.
It has now been fixed and is up and running in ITS. Twenex people are
welcome to give it a go too. This is published with permission from
Chris Reeve and Tim Anderson:
http://github.com/PDP-10/muddle
Next is, of course, trying to run Zork. How to do that is an entire
research project of its own.
Best regards,
Lars Brinkhoff
Well, the ones listed now have been re-listed at least once. :-(
I was just contacted by the Living Computers Museum. They emphasized they are a 501(c)(3) org. :-)
I donate to the CHM. I will probably give them first shot.
Does anyone in the group have access to documentation for the Cybernex APL-100 video terminal?
All that I've been able to locate is a 4 page brochure for it; they were originally made in Ottawa, Ontario, Canada.
Any help would be greatly appreciated.
I hope this qualifies as classic computing...
Does anyone have the pin-out for the P2 connector on MVME processor boards?
I think that the pin-out would be the same for MVME147, MVME177, MVME162,
etc. and would mate with the P2 adapter board.
David Griffith <dave at 661.org> wrote:
> I'm looking for someone who knows TOPS10 / TOPS20 well enough to figure
> out for me why this test program won't compile. Once that's done, I can
> complete the firmware for the USB Panda Display an its support within
> klh10. I'll then make more copies of the USB Panda Display board (and
> maybe overlays) for whoever wants them.
A couple of observations on the following code:
1/ It is written for, and uses TOPS20 syscalls. If you intend to run this
under TOPS10 change the syscalls (LITES% and DISMS%) to the equvialent
TOPS10 counterparts, can be done by including these lines:
SEARCH UUOSYM
OPDEF LITES% [LIGHTS]
OPDEF DISMS% [HIBER]
2/ The program uses the CIRC instruction, which is not present in stock
DEC processors, and possibly not known to MACRO-10. You could try
OPDEF CIRC [247000,,0]
if that is indeed the problem.
[source code trimmed down]
> David Griffith
--Johnny
Howdy,
It seems to go unmentioned here, so here you are. One guy have set up
a public Multics site.
Access via ssh:
# ~$ ssh dps8 at m.trnsz.com
# The authenticity of host 'm.trnsz.com (139.162.119.37)' can't be
# established.
# ECDSA key fingerprint is
# e7:f6:da:31:eb:a0:a5:0b:50:fc:91:96:32:e7:18:f2.
# Are you sure you want to continue connecting (yes/no)? yes
# Warning: Permanently added 'm.trnsz.com,139.162.119.37' (ECDSA) to the
# list of k
# nown hosts.
# Connection from: AAA.BBB.CCC.DDD
# Session starting now, Fri 20 Apr 2018 at 15:34:42 UTC.
#
# BAN.AI Systems Public Access Multics Service
#
# ? ? ??? ? ?
# ?? ?? ? ? ? ????? ??? ??? ???
# ? ?? ? ? ? ? ? ? ?? ? ? ?
# ? ?? ? ? ? ? ? ? ? ????
# ? ? ????? ??? ??? ?????????? ?????
#
# Visit https://ban.ai/multics/ to request a full user account
# Guest print job output at https://ban.ai/spool/anonymous
# Public anonymous login available. Type "enter Guest" to login
#
#
# Multics MR12.6f: BAN AI Systems (Channel a.h001)
# Load = 10.0 out of 300.0 units: users = 10, 04/20/18 1034.7 est Fri
# enter Guest
# You are protected from preemption until 10:35.
# Anonymous user Guest.Guest logged in 04/20/18 1035.0 est Fri from
# ASCII termin
# \cal "none".
# New messages in message_of_the_day:
#
# Welcome to the BAN AI Systems Public Access Multics Service!
... and so on, and so on ... (the '# ' comes from me, to make screen
dump stand out from my own words)
I have none prior experience with Multics, so it is going to be
interesting. I guess.
Source:
AN.AI's Public Access Multics System
https://lobste.rs/s/4ktahz/ban_ai_s_public_access_multics_systemhttps://ban.ai/multics/
--
Regards,
Tomasz Rola
--
** A C programmer asked whether computer had Buddha's nature. **
** As the answer, master did "rm -rif" on the programmer's home **
** directory. And then the C programmer became enlightened... **
** **
** Tomasz Rola mailto:tomasz_rola at bigfoot.com **
I couple years ago I completed the design for my USB Panda Display[1]
board. This is a modernization of the original Panda Display once
distributed by Spare Time Gizmos[2]. Both devices are intended to be
connected to a more-or-less modern x86-class computer running the klh-10
pdp10 emulator and provide useful blinkenlights. The development of klh10
is once again active, this time on Github[3]. I created my own repo of
klh10 as a means of writing support for my new Panda Display. The
display seems to be recognized and used, but what it displays is
meaningless. I cannot fully test it until I can get the old test program
compiled and working. Once that's done, I'll add my changes to the
PDP-10/klh10 repo and delete my own.
Here's a video of a computer with the old Panda Display running klh10:
https://www.youtube.com/watch?v=g_LcQ5apODg. The creator of that video,
Jan de Rie, got the program that was used to generate that pattern from
Mark Crispin, the creator of the Panda distribution of klh10. That
program appears at the end of this post.
I'm looking for someone who knows TOPS10 / TOPS20 well enough to figure
out for me why this test program won't compile. Once that's done, I can
complete the firmware for the USB Panda Display an its support within
klh10. I'll then make more copies of the USB Panda Display board (and
maybe overlays) for whoever wants them.
TITLE HACK
SEARCH MONSYM
HACK: SKIPA 4,[^D4]
HACK0: SOJL 4,TRAILL
SETZB 1,3
HACK1: TLNE 1,777777
JRST HACK0
MOVE 2,1
CIRC 2,-^D18
SKIPN 4
SKIPA 1,3
IOR 1,3
LITES%
HALT
HRRZ 2,1
MOVEI 1,30
DISMS%
MOVE 1,2
AOJA 1,HACK1
TRAILL: SETZ 1,
TRALL0: LITES%
HALT
MOVE 2,1
MOVEI 1,30
DISMS%
JUMPL 2,TRAILR
LSHC 1,^D37
AOJA 1,TRALL0
TRAILR: MOVSI 1,400000
TRALR0: LITES%
HALT
MOVE 2,1
MOVEI 1,30
DISMS%
MOVE 1,2
TRNE 1,1
JRST HACK
ASH 1,-1
JRST TRALR0
END HACK
[1] https://github.com/DavidGriffith/panda-display
[2] http://sparetimegizmos.com/Hardware/Panda.htm)
[3] https://github.com/PDP-10/klh10/
--
David Griffith
dave at 661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
Hi Jim and all
>Hmm, I guess it does indeed depend on shipping costs, but I am looking
>for a card cage for the 12, and they can be a bit tough to find.
Yea, we tend to use couriers but it runs to a few hundred dollars a pop.
I will send pics off-list sometime next week.
W
Douglas Taylor <dj.taylor4 at comcast.net> wrote:
> I just got one of these and wanted to configure it via the 10
> pin RS232 port on the board.
> Is the port a standard DLV11-J type?
Yes, it is identical. I was the original beta tester on the
SCDC and used it extensively. In fact, the designers called
it "the Frisbie port". :-)
> I have one of those D-bit DLV11-J to DB25 adapters but not
> getting any response.
You may need a null modem. Try swapping pins 2 and 3.
I can send you an genuine Andromeda DB25 adapter if you give
me a mailing address and promise to send me $10. :-)
> Any info on the few jumpers on the board?
They changed between the original Rev. A and final Rev. F
boards. Which one do you have?
I can send you a copy of the manual, complete with all my
editorial comments written on it.
Alan "Packrat" Frisbie
Bill Gunshannon wrote:
> Many of us think that the advent of the x86 architecture is what led to
> masochism.
... or masochism led to the x86 architecture.
> bill
--Johnny
I see some company selling them on eBay for $122.? Are they really worth
anything like that?? I have a couple sitting around here somewhere that I
don't expect to ever use again.? Just wondering if they are worth looking
for to sell.? In this hobby you can always use money for new (well, old
actually)
toys.
bill
3 x DEC Alphas, small deskside models
5 to 6 x Sun pizza boxes one a Sparc 1 prototype
029 IBM Keypunch
The day I can have a 15 cubic yard scrap metal drop box the stuff will
start to be tossed in.
All based on when the rains stop and the ground is hard enough
I can't want much longer
For those that have not seen me post this before
The stuff is near (3 - 4 miles outside of) Banks Oregon USA (look it up on
Google).
I CAN NOT LIFT OVER 10 LBS, PERIOD.
-pete
On Wed, Apr 18, 2018 at 8:17 PM, Mark J. Blair via cctech <
cctech at classiccmp.org> wrote:
> Some of the future reverse engineering projects I have on my to-do list
> involve the CDP1802 processor, which IDA presently doesn't support. When I
> get to them I'll have to decide whether to use dismantler vs. learning how
> to add CDP1802 support to IDA. I'm leaning towards the latter, because IDA
> is so much fancier than dismantler is.
I'd vote for adding it to dismantler.
I had an IDA Pro license at one point, but I seem to have misplaced it, and
it is too old to get me any discount on a new release. I imagine that IDA
has probably improved a lot since back then, but at the time it had a
pretty awful user interface.
If I had an actual business need to reverse-engineer something using a
processor that IDA supported, I'd certainly buy a new IDA license, but I
wouldn't personally invest any time in building add-ons for expensive
commercial software, when there are open source alternatives that may not
be as good, but are generally good enough.
For the 1802, I've used a really crude disassembler written in C. The 1802
instruction set isn't very complicated, so a disassembler for it isn't
either. It's been so many years since I actually disassembled 1802 code
that I'm not sure I still have the disassembler around.
I just got one of these and wanted to configure it via the 10 pin RS232
port on the board.
Is the port a standard DLV11-J type?
I have one of those D-bit DLV11-J to DB25 adapters but not getting any
response.
Any info on the few jumpers on the board?
Doug
These have now been claimed.
Thanks everybody!
Sean I need an address please!
Cindy Croxton
Electronics Plus
1613 Water Street
Kerrville, TX 78028
830-370-3239 cell
sales at elecplus.com
AOL IM elcpls
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
TAhanks for that link which fits with my
measurements (nowhere as detailed) of ones actual
ability to do things with "modern" hardware. In
the 1980's I was used to being able to measure
events with 0.2 microsecond precision using a
PDP-11 and my expectation was that the accuracy
was only going to improve as processors got faster.
I ported a program I wrote on the PDP-11 to a
Commodore 64 in 1988 and was using it to measure
finger tapping with a switch array to 1 msec
accuracy. This was done through the simple
expedient of speeding up the sample rate for the
keyboard to 1 KHz and the adding in my 4 external
switches as "keys". Used a 512 K Mac to get the
serial data and display results. To do the same
now would require custom hardware to do the
timing and a USB link to a "modern" CPU or implimentation on a microprocessor
When I attempted to get this same type of timing
accuracy from a PC, found out that it was no
longer easy to get access to interrupts as easily
as before and keyboard latency was longer as now
keystrokes were detected by an on board
microprocessor and sent out as a series of
packets for each keystroke. In DOS and W95 where
one could still easily get at interrupts, then a
serial port could be used to do msec
timing. Once XP and beyond arrived, then the
best temporal precision one can expect from a 3
GHz machine is 15 msec. I suspect the same holds
for Macs and haven't tried running real time
Linux as I either pull out my trusty C64 from
time to time and use it for precision timing
(unfortunately have only one copy of the code on
casette tape so when that goes can't do this
anymore) or I use various microprocessors to do
the job. Have a nice microsecond precision timer
that I wrote for a Propeller chip and feel much
more comfortable programming for it than the
latest windoze bloatware system. The Propeller
has the same amount of RAM as the PDP-11's I
started on, runs 20x faster/core and is fun to
program. The microsecond timer is attached to a
geiger counter to generate random bytes for OTP encryption.
Boris Gimbarzevsky
>On 29 March 2018 at 19:53, Paul Koning via
>cctalk <cctalk at classiccmp.org> wrote:
> >
> > It would be fun to do a "generalized Moore's
> Law" chart, showing not just transistor count
> growth (Moore's subject) but also the many
> other scaling changes of computing: disk
> capacity, recording density, disk IOPS, disk
> bandwidth, ditto those for tape, CPU MIPS,
> memory size, memory bandwidth, network bandwidth...
>
>This is the most telling I've seen in a long time...
>
>https://danluu.com/input-lag/
>
>--
>Liam Proven ? Profile: https://about.me/liamproven
>Email: lproven at cix.co.uk ? Google Mail/Hangouts/Plus: lproven at gmaill.com
>Twitter/Facebook/Flickr: lproven ? Skype/LinkedIn: liamproven
>UK: +44 7939-087884 ? ??R (+ WhatsApp/Telegram/Signal): +420 7002 829 053
I have many cases of SAMS facts schematics and other repair manuals for
everything from stereos, tube TVs, ham radios, turntables, etc. Most apply
to equip from the 60s and 70s or maybe a little earlier. Free to a good home
or they go in the recycle bucket tomorrow.
Cindy Croxton
Electronics Plus
1613 Water Street
Kerrville, TX 78028
830-370-3239 cell
sales at elecplus.com
AOL IM elcpls
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
Hi all
I have a TRS-80 Model 2000 B/W Graphics board and a TRS-80 Card Cage
kit (upgrade model 12 to model 16B)
Are either of these worth shipping from the antipodes to anyone?
W
After battling for days with a Dolch 65 that developed the two-tone
beep-of-death on boot, I finally found that it's just my BIOS ROM that has
gone bad. The BIOS happens to be an Award BIOS, says "Award 1998 PCI/PNP
686" on the chip. It's a square chip with pins on the side.
Photo here:
https://drive.google.com/open?id=1OtZ1AU0Hac8RlzTgbgCY4z_qcMlGWXu1
So I thought I might just ask. Anyone has a dead Dolch 65 motherboard from
which I could steal a BIOS chip. The board is actually an Advantech CI6BM-B1
industrial single board computer.
Or alternately, can someone identify what kind of ROM or EEPROM that likely
is, and provide advice on how to read the data from a good chip (I have
another good chip in another Dolch, that's how I found out what my problem
was), and program a similar chip.
Marc
Hi friends. I have a 1990's vintage commercial radio system that uses an 80C85A CPU. I am looking to hopefully modify the firmware to make some small changes in its behavior. The firmware is contained in two EPROMS.
Can anyone recommend a decent disassembler to use with this? Preferably something that ran in windows 10 or windows 7? A dos box would be fine too.
Also, I looked through the dumped contents of the EPROM. In the past I have seen EPROM ascii dumps where most is unintelligible to the naked eye but typically text messages give to the users during interaction with the program are human readable. In this case, the ASCII dump shows only other HEX data. I believe I read that there is a HEX format and that I might need to convert from HEX to BIN before disassembling. Of course, an ideal tool would do both if anyone knows such a thing.
I am not familiar with 8085 stuff but any insight would be appreciated.
Lastly, I wonder if there might be some kind of checksum check to prevent tampering. Is there a common way this is handled in 8085 world? Or is it entirely programmer dependent?
Thanks for your time
Eugene W2HX?
Hey all,
I snagged a Kaypro II a short while ago which I finally got around to
looking at. After some minor TLC to the drives, it's booting.
However, the keyboard appears unresponsive. Pressing keys (with the
exception of caps-lock, the two shifts, and ctrl) results in a buzz/click
>from within the keyboard - if I'm interpreting the schematics right, the
click is actually driven by the system in response to a keypress, which
suggests that my keyswitches are OK (I believe these use a foam disc
approach, which are prone to deterioration) and that keyboard data is being
received OK (at least on some low level).
Any suggestions for possible things to investigate? It doesn't feel like a
memory fault, given that it's using 64kx1 ICs and booting as far as a
prompt, but I suppose it's possible.
On the back of this, I'm in need of three keyswitches, if anyone happens to
have a parts machine and would be willing to sell any. A student of the
machine's previous owner dropped the keyboard years ago and broke three of
the keys off. I have the keycaps, but the switch stems are broken and it
would probably be easier to replace the entire stem portions rather than
attempting to glue things back together.
cheers
Jules
The VAX 4000-200 I exhibited two years ago at VCF East is up for sale:
Restoration Notes:
http://www.vintagecomputer.net/browse_thread.cfm?id=608
I don't need it as much anymore now that it's pretty much a completed
project. It's very upgrade-able though if you have the desire to boost
performance and ports, etc.
The provenance of this machine, I believe, was as part of WVLink a West
Virginia email/gopher/USNET type ISP server in the early-mid 1990's.
I have it set up for telnet communications if interested. Contact me via
http://www.vintagecomputer.net/contact.cfm
Bill
Good condition AlphaServer 300, always been stored in dry conditions.
Photos: https://photos.app.goo.gl/5N66yIlEUCYkuh012
It has a TGA based DEC graphics card that will do 1280x1024 24 bit (it's a
ZLXp-E2 PBXGA-BA) - manual included.
Ultrawide 16-bit SCSI card
Brand new Seagate Cheetah 15K.4 36.7GB,Internal,15000RPM,3.5" (ST336754LW)
HDD
Ultraplex SCSI CDROM drive.
Running OpenVMS Alpha 8.3 with CDE. Can also run tru64 5.x.
All working as it should be. Very quiet system. Can provide copies of media
if required.
?175 + postage at cost.
I can supply an LK461 keyboard and mouse for an additional ?25.
I have one of these, see the photos:
https://photos.app.goo.gl/CnLnSKTCzHETzpOo1
It was bought new by myself a few years back. It can run off a PP9 battery.
?10 shipped in the UK if anyone is interested.
Regards, Mark.
I recently decided to make scan a paperback book that I happen to have two copies of. It is "RSX A Guide for Users by John Pieper? published in 1987 by DEC. I have not seen a copy of it in any of the online sources like bit savers. For anyone just starting out with RSX it is a nice general read that also covers some system topics like backups, etc. similar to the paper back VAX/VMS user and system manager books.
I?d like to make it available online but wasn?t sure how to submit it. It is about 38 MB in size so bigger than an email (at my email).
Since I didn?t have an industrial book shear to remove the binding, I used a belt sander to remove enough go the binding to pull the pages free easily and then used a paper cutter to trim the pages a bit to remove any last traces of glue that would have jammed the scanner. The book is about 360 pages.
Thanks,
Mark Matlock
An interesting 3 hours on PBS last night:
- 'Steve Jobs - One Last Thing': No description necessary.
- 'Long Distance Warrior': McGowan/MCI's David & Goliath battle with AT&T
and disastrous merger with Worldcom.
- 'Digital Man/Digital World': Ken Olsen/DEC's growth and ultimate decline.
(No doubt everyone here except myself had already seen this one ;-)
Interesting comparison of the different styles and personalities of three
men who profoundly influenced the tech world of today and their companies.
Thoroughly enjoyed it.
m
> Lastly, I wonder if there might be some kind of checksum check to prevent tampering. Is there a common way this is handled in 8085 world? Or is it entirely programmer dependent?
One approach that <may> be doable for you is if you have a good ROM with a known checksum, make your changes then calculate the difference between the new and the original checksum and make another change somewhere innocuous to bring the checksum back to the original value. "Innocuous" may be the trick - perhaps some text string you don't care about, copyright notice etc. or maybe there is an empty area in the EPROM you could stick a byte.
Richard Sheppard
On Tue, 4/17/18, Eric Smith via cctalk <cctalk at classiccmp.org> wrote:
> On Mon, Apr 16, 2018 at 7:29 PM, Chuck Guzis via cctalk <cctalk at classiccmp.org> wrote:
>> Disassembly is never lots of fun,
>
> Some of us might disagree.
> But then, some of us might be masochists.
I was just thinking the same thing. This whole discussion
has taken me back to fond memories of writing a 68000
disassembler in AWK (long story).
BLS
> From: Paul Birkel
> the blinky-lights controller panel top-dead-center :->.
Yeah, that's a TC08.
I actually have one of those inlays, it's the only original inlay I have. It
was the model for the large run of blank inlays (black backing with the holes
on the back, but nothing on the front) I just had made. At the moment, it's
sitting in my indicator panel stand with little bits of tape stuck to it:
http://ana-3.lcs.mit.edu/~jnc/tech/QSIC/jpg/PanelMounting.jpghttp://ana-3.lcs.mit.edu/~jnc/tech/QSIC/jpg/DasBlinken2F.jpg
so it can be an inlay for the RKV12. If anyone needs a TC08 inlay, I'd be
happy to trade it for any other inlay (as long as I have one original for
engineering purposes).
Sigh, need to get back to the inlays and take the next step with them!
Dave B and I got derailed trying to find/fix a flaky on the QSIC - on my
prototype, it would occasionally get NXM's running the RK random exerciser I
wrote. I was trying to figure out what the problem was, and I got tired of
the prototype sticking out in my way:
http://ana-3.lcs.mit.edu/~jnc/tech/jpg/tmp/JNCQSIC.jpg
(with the FPGA daughter-board on top, even with short cables, it has to be on
an extender), so I rotated the QBUS chassis 90 degrees so the QSIC was on
top, and took the opportunity to re-order the boards. Bad mistake! Now the
problem has gone away and I can't re-create it!
Noel
> From: Eric Smith
> But then, some of us might be masochists.
I think pretty much by definition if you're into vintage computers, you have
to be a masochist... :-)
Noel
Hi folks,
I know this is a wild long shot, but just in case...
Does anybody have a copy of the source code for the NI Ethernet driver for the AT&T 3B2? AT&T distributed it, but I have never seen a copy in the wild. The package name was "nisrc", if that helps.
If I can't find it, I'll have to reverse engineer the binary. Won't that be fun!
-Seth
--
Seth Morabito
web at loomcom.com
Does anyone know where Motorola's current production chips are described?
http://www.motorola.com/General/prodport.html only partially works and
search is entirely broken because http://search.motorola.com no longer
exists.
--
David Griffith
dave at 661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I'm pondering upgrading the CPU of a Pacccomm Tiny-2 Mk2 radio packet
controller from a 6Mhz Z80 processor and SIO to 10Mhz parts. My problem
is that the parts already in it appear to be NMOS. The family is still
being made by Zilog, but for 10Mhz parts, CMOS is all they have. Can I
just drop in CMOS, change out the crystal/oscillator and have things work
as expected?
Here's what are fitted to my TNC.
Z84C00BB6
Z80BCPU
29125
Z8440BB1
Z80BSIO-O
29014
--
David Griffith
dave at 661.org
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
I?m not trying to date myself but have things truly sped up? In 1970?s
Toronto I had a classic computer, sorry can?t recall what it was, connected
to a 300 baud modem; by early 80?s had ?zoomed? to 9600 baud. Oh, my! [ A
typical file size to download was probably 1 MB. ] Speed indeed! Yet now,
here in rural Ontario, Canada, I?m at 5MB/s. Yikes! (Friends in Toronto are
at 50MB/s.) We can do the math but content, particularly multimedia, has
swollen in size.[ 1 GB is not unheard of. ] Were classic computing days
that much slower? Happy computing. Murray -:)
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_cam…>
Virus-free.
www.avg.com
<http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_cam…>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
As mentioned before , i made a functional copy of the Tektronix 4052 Diagnostic Rom Pack .
PCB's are back, units do work ( minus a small issue with the wrong orientation of the LED's )
Go to
ftp://ftp.dreesen.ch/TEK_DRP
?and find my dokumentation DiagPack_Manual.pdf , decide if this is what you want, and order ( or not...)
Also please read the original TEK doku TEK4052_4054_Diagnostic_Rom_Pack.pdf in order to understand what this unit can and cannot do.
Prices, in short : PCB only 20 Euro/25 USD, populated and tested 60/75, add 20/25 for a fitting 3D printed casing.
And do feel free to construct your own with the data from my FTP site.
This pack should also work on the 4054, but since I do not have such a machine this feature is untested.
Jos, now wondering whether I will ever sell the 20 PCB's I have...
I've found a couple more documents lurking in my desk that I've
completely forgotten about.
The first is a UniSoft Uniplus+ System V User Guide. Circa 1984.
Basically a SysV Unix user's guide. I have no idea what platform this
was intended for, as it's pretty much a generic document. A couple
hundred pages.
The second is a sales kit for CMS Enhancements. Nice slick brochures
for PC, Apple and Sun. No technical documentation, per se--just
something you'd pass out at a trade show (which is probably where I got
it). Circa 1990. Includes the brochure for the CMS 386 PC.
It'll all fit in a USPS PM envelope, I'm guessing.
I want postage only.
--Chuck
Someone in Barnet, North London, post code is EN5 1RJ has two DEC DS-32
drives and IBM Series/1 computer and some drives.
Last wording was Sale or swap.
You may contact them at stuff at pdp8online.com.
Ethan Dicks <ethan.dicks at gmail.com> wrote:
> There are times when video instruction makes sense - describing, for
> example, a chemical reaction that produces major visible change in a
> few moments is better to watch than to try to describe. The vast
> majority of stuff? Teaching programming? I don't want to watch 2
> hours of someone editing text... give me words and perhaps a
> screenshot or two if there's something too complicated to simply write
> about.
How about language courses on audio cassettes?
For instance a course on Macro-10, over several of them?
Yes, it does (or at least did) exist.
> -ethan
--Johnny
Very nice presentation by Frank Griesshammer on the subject of the Hershey Fonts: https://vimeo.com/153653610
He does a superb job explaining how a font invented in 1967 by a mathematical physicist at a US Weapons Lab became essential for the last 40 years of technical writing. And is also an interesting font for actual font designers today :-)
Tim N3QE
[https://www.bing.com/th?id=OVP.0QZVssVrJ4Ynm3h5opaOeAEsCo&pid=Api]<https://vimeo.com/153653610>
Frank Grie?hammer ? The Hershey Fonts<https://vimeo.com/153653610>
vimeo.com
Recorded during TypeCon2015: Condensed in Denver, Colorado In 1967, Dr. A.V. Hershey was working at the U.S. Naval Weapons Laboratory in Virginia; on some of the ...
Well, I don't know what happened to everybody who wanted it
but that Unix-PC is still sitting here and it needs to go.? One more
offer before I scrap it.? Needs to be someone who can pick it up
real soon.
bill
All,
in San Antonio (Texas), I have a Toshiba Satellite 2065CDS/4.3 laptop, Model number PRS206U-A, whose owner wants to give or throw it away (preferred give).
It has a 16-bit ethernet card including dongle and driver floppy, annoying eraser-head cursor control with replacement eraser heads, USB port, 3.5? floppy, CD drive. Starts up to Toshiba screen and shows 160 MBytes of RAM. I watched it boot to Win98 once and fail to boot many times. I think the owner had it dual-booting to Linux as well, but he is having the disk wiped to make sure no personal information goes with it. The battery kept it running for only about 15 seconds on power-disconnect after being plugged in (running) for an hour or two, so probably not much battery life available. I think the freshly-cleaned hard drive has ~ 4 GB of space, don?t know for sure about that.
Let me know if you are interested; I?ll forward inquiries to the owner as I get them.
- Mark
210-522-6025 office 210-379-4635 cell
I find myself in need of a 5.25-inch alignment disk. A few years ago
someone mentioned a source for those, but I can't seem to find it. Is there
still a source, or does anyone have one they'd be willing to sell?
I could use an 8-inch alignment disk also, but don't need that as urgently.
It's not really Classic Hardware, but it does run some pretty classic
OSes.? Anybody here working with the P112?? I have had a couple for
ages but never had time to play with them.? I see them now as a
possible way to manipulate floppies (including 8") from classic systems
so I decided to give it a try.? Problem is, it won't boot anything.? Not the
disk that came with it and none of the images I got off the web.
Anybody here know anything about them?
bill
Hello Folks.
I am selling the following two vintage computing themed domain names:
vintage-computing.compaleocomputing.com
Make an offer on either.
Please of course reply directly to me if interested.
Thanks!
Sellam
On Sun, Apr 8, 2018 at 5:01 PM, Ethan Dicks <ethan.dicks at gmail.com> wrote:
> On Sun, Mar 25, 2018 at 3:48 PM, Ethan Dicks <ethan.dicks at gmail.com> wrote:
>> SN-921
>> https://upload.wikimedia.org/wikipedia/commons/7/74/Sgi_dialbox_sn-921_fron…
>
>>>>> https://github.com/hanshuebner/sgi-dialbox-usb/blob/master/dialbox.py
>>
>> I'm going to test this code out when I have a dialbox in hand.
>
> I have now tried this and am not having success. I have a traffic
> light on the serial cable and I know I'm getting chars out of the host
> and that I don't have TxD and RxD swapped. I'm not seeing any
> responses from the dial box and the python script does all the
> initialization and just sits there. Frobbing the knobs produces no
> blinks on the traffic light and no text from the script.
OK. I got the script working and two things were impediments:
1) One of the SN-921 pinouts running around on the 'net is incorrect,
as I posted. The *correct* place for the ground is DE-9 pin 7. I was
apparently getting enough of a parasitic ground to get chars *from*
the SN-921 but not *into* the SN-921.
As it turns out, it appears the SN-921 as set up for the SGI is mute
except for a single status success byte 0x20. If you send it an INIT
command (also 0x20), it will respond with its success after a fraction
of a second, which leads to another problem...
2) The python script dialbox.py slams the init code and a command to
set the dials to auto-report all at once, before the SN-921 has a
chance to initialize. So to fix that, I added a few extra lines to
send the 0x20 INIT command, pause, check for a 0x20 response (INIT
GOOD) _then_ send the AUTO command (0x50 0x00 0xFF), which sets all 8
dials (one bit per dial) to send back a 3-byte packet when twisted.
With the custom serial cable fixed and the init sequence fixed in the
Python script, I'm now getting the right data stream when I twist any
of the knobs.
I did get a copy of dialbox.c from
http://www.geocities.ws/joekrahn/dialbox.tgz Jim Stephens tracked
down that there was a massive GeoCities scan done in 2009 and the file
I was looking for happened to be scooped up then. There are a number
of dial box and button box command sets in that code which reveals
some of the more complex behavior possible.
Here's a slice of the command byte definitions...
#define DIAL_INITIALIZE 0x20
#define DIAL_SET_AUTO_DIALS 0x50
#define DIAL_SET_AUTO_DELTA_DIALS 0x51
#define DIAL_SET_FILTER 0x53
#define DIAL_SET_TEXT 0x61
#define DIAL_SET_BUTTONS_MOM_TYPE 0x71
#define DIAL_SET_AUTO_MOM_BUTTONS 0x73
#define DIAL_SET_LEDS 0x75
#define DIAL_SET_ALL_LEDS 0x4b
It should be possible to write up a protocol definition from studying
the code. I do not have one of these button boxes so I can't validate
its behavior.
-ethan
Hello, I am trying to find anyone who has recordings of a radio program
>from 1982-1986 called The Famous Computer Cafe. This was broadcast on KIEV
in Glendale, KFOX in Redondo Beach, and NPR through Santa Monica College
(here in 1984-1985).
The program contained numerous interviews with all the movers and shakers
of computers and software during that period, including Bill Gates, Steve
Jobs, and Jack Tramiel. As such, this show is of high historical
importance. There was somewhere between 100 and 200 episodes all told.
I understand it was an extremely popular program among hobbyists at the
time, so was hoping someone from the list might have recordings. If you
have any recordings or know someone who might, please let me know! I have
contacted the show's hosts, but we have only been able to locate a handful
of recordings.
Thank you!
--
Devin Monnens
www.deserthat.com
The sleep of Reason produces monsters.
Anyone interested in buying a Burroughs L8000, currently San Antonio TX? If
so, contact me via http://www.vintagecomputer.net/contact.cfm and I will
put you in touch with the person who contacted me. I already have two or
three of these so....just kidding not personally interested in this.
Bill
Howdy,
Working on fixing an old SGI Indigo of mine in prep for VCF East.
The issue is once any sort of IRIX kernel is running, it craps out
WARNING: Power Failure Detected at a high rate.
The SGI Indigo and a few other similar models could push out
that error on the local console and perhaps network inbetween the time
that AC power was lost going into the power supply and the power supply
had discharged enough for system to die. Pretty impressive and strange!
I was amazed when I first noticed it, of course now it has come back to
haunt me.
I have replaced some of the electrolytic caps in the power supply.
But in the spirit of troubleshooting, does anyone have any sort of
schematics or documentation on the power supply, or the midplane?
This is a R4000 Indigo and has the higher output power supply to support
bigger CPU and graphics.
In the meantime I'm working to document what I can about the power
connector and will publish, but I can only get so far without other
insight.
Thanks
--
: Ethan O'Toole
On Sun, Mar 25, 2018 at 3:48 PM, Ethan Dicks <ethan.dicks at gmail.com> wrote:
> SN-921
> https://upload.wikimedia.org/wikipedia/commons/7/74/Sgi_dialbox_sn-921_fron…
>
> DANAHER CONTROLS Dials DLS80-1022
> https://upload.wikimedia.org/wikipedia/commons/c/cd/SGI_dialbox_DLS80-1022_…
>>>> https://github.com/hanshuebner/sgi-dialbox-usb/blob/master/dialbox.py
>
> I'm going to test this code out when I have a dialbox in hand.
I have now tried this and am not having success. I have a traffic
light on the serial cable and I know I'm getting chars out of the host
and that I don't have TxD and RxD swapped. I'm not seeing any
responses from the dial box and the python script does all the
initialization and just sits there. Frobbing the knobs produces no
blinks on the traffic light and no text from the script.
So... I'm digging deeper and I've found two references to some code
>from around 2002 that can interact with dialboxes, but the sites are
no longer up and the internet archive did not save the binary archive
files. I'm asking here in the hope that someone saved copies 10+
years ago when these files were still being served...
In the following thread on the ccp4bb list, there is a mention of
these archives...
[ in http://www.ysbl.york.ac.uk/ccp4bb/2003/msg00204.html ]
"I'm using SGI dialbox (Part# DLS80-1022) with XFree86 4.0.x under linux,
with modified version of the Joe Krahn's dialbox driver.
You can get the modified version from
http://www.biochem.s.u-tokyo.ac.jp/~ishitani/dialbox/dialbox-new.tar.gz
and the original version from
http://www.geocities.com/joekrahn/ "
So I'm looking for:
dialbox-new.tar.gz
dialbox.tgz
dials.c
Apparently Joe Krahn hasn't done much with Open Source in 15 years
because looking for him has not been fruitful.
Thanks for any bits!
-ethan
After a recent power cut and a series of glitches as the power was
restored, one of my Indys suffered a PSU failure. It's a Sony APS-81
171W unit, SGI P/N 060-0008-001. I've found half a dozen damaged parts,
and I've identified a 150R 1W metal film resistor (R135), two trannies
(Q105, a 2SC4304 and Q106, a 2SC2785) and a couple of small diodes. One
of them (D116) appears to be a 6.2b2 (6.2V 1/2W) zener.
The other one I'm not sure about. On the PCB it's labelled D113, and
it's adjacent to the 2SC2785. It's very small, with a green band at the
cathode end, and the legend "4B" in green - photos at
https://www.flickr.com/photos/pnt103/albums/72157667056183978
Oddly, another Sony PSU I looked at had a diode there that looked
identical except it's marked "4A".
I have an idea what it might be but if anyone actually knows what family
or type/value this is, I'd be grateful for any insight.
--
Pete
Pete Turnbull
A few seminal 8085 programming books available please see album: https://photos.app.goo.gl/Rv7vy9eDrMfGK9gz2
Looking for ?25 including postage to the UK or ?20 plus postage elsewhere.
Regards Mark
jnc at mercury.lcs.mit.edu (Noel Chiappa) wrote:
> Err, which RLV11/RLV12 emulators are you seeing? I know of several RL02
> emulators - Reinhard Heuberger's, and another I can't immediately find my
> saved info on - (and one crazy project that turned a real RL02 into a USB
> device :-), but you still need an RLV11/12 controller.
The only ones I can find now are the ones you mention. Yes, I too can't find
my notes on the second one, whatever it is/was. I was *sure* that someone
had made a Qbus emulator that used SD cards, but I simply can't find any mention
of it now.
Right now, it looks like Reinhard Heuberger's board is the best bet. I haven't
checked with him yet to see if boards or kits are still available. If I could
find a working TDL-12 I would jump on it in an instant. All the older ones
(Dilog, etc.) appear to use ST-506 type drives, which introduces its own set of
problems.
Alan Frisbie
> From: Alan Frisbie
> I need a controller that emulates the DEC RLV11/RLV12 and RL01/RL02
> drives. From my Google searching, I see a couple that use SD or similar
> solid state devices.
Err, which RLV11/RLV12 emulators are you seeing? I know of several RL02
emulators - Reinhard Heuberger's, and another I can't immediately find my
saved info on - (and one crazy project that turned a real RL02 into a USB
device :-), but you still need an RLV11/12 controller.
Noel
Wow. That's unfortunate. Only been in town twice but was definitely part of my scheduled geekdom tour.
So any local stores left for that type of thing? Any word on why the closure?
I've always seen a lot of folks in the store (well my 2 times) but i don't know how many purchased.
null
> From: Bill Gunshannon
> Caution!! The DSD board has some broken chips and bent pins and all of
> them look like they spent time in muddy water.
Thanks for catching that. I looked at it, saw that it was a DLV11-J, which I
didn't need, and so didn't look any harder.
Noel
I picked up a Corvus Concept CPU unit about a decade ago now, and I've
yet to track down any other parts for it. Looking for keyboards,
monitors, drives, peripherals software -- anything. If anyone's got any
parts, please drop me a line.? Always wanted to see one run...
Thanks,
Josh
"peter at rittwage.com" <peter at rittwage.com> wrote:
> You don't want to try to repair the controller? There are some custom
> IC's on there (it appears) but is largely off-the-shelf TTL... I'm
> sure someone on the list has a lot of experience with these and could
> repair it or help.
Indeed, I DO want to repair it, but that is a project for another day.
Right now I need to solve the need for an RL02 emulator, which will let
me quickly solve the current problem.
Again, does anyone have any experience (good or bad) with any of the
RL02 emulators our there?
Thanks,
Alan Frisbie
Hi all,
Recently booted up my B&W Powermac G3, all came up fine including the 17? CRT monitor. However after a second or so, the
monitor gives a ?popping? sound and the image on the screen expands then shrinks. This repeats every few seconds.
I?m guessing the monitor is on the way out - but as this is a complete B&W system - I wondered what the likely cause is?
Thanks
Hi folks,
Has anyone ever replaced the PSU in a DEREP with a more modern equivalent? The PSU is an ASTEC but as usual doesn?t have any markings for ratings or pinouts. I found the tech ref online but for PSU problems it just says ?replace? as I?d expect. Test LEDs on the unit itself (and the fuses) show +5 and +12 at 2A.
This one suffered a bad heat-based death at some point after the fan seized?
Cheers,
--
adrian/witchy
Owner of Binary Dinosaurs, the UK's biggest home computer collection?
t: @binarydinosaurs f: facebook.com/binarydinosaurs <http://facebook.com/binarydinosaurs>
w: www.binarydinosaurs.co.uk <http://www.binarydinosaurs.co.uk/>
I've got a DEC 3000 model 300 and a couple of DEC 3000 model 600 alphas which
failed some time ago and the recent Alphaservers thread has rekindled my
interest in getting them working again.
A couple of years ago, there was another thread "AlphaStation 200 NVRAM Problem"
where the Alpha SROM mini console and various items of useful documentation
were mentioned. I have now made up an adapter (cable and MAX232 line driver /
receiver) as described in that thread to allow me to to talk to the the SROM
mini console in my alphas and I am please to find they are all responsive at
this level. I also found: "DEC 3000 300/400/500/600/700/800/900 AXP Models
System Programmer's Manual Order Number: EK-D3SYS-PM. B01" (d3syspmb.pdf)
which describes some of the internals of the machines in question.
The mini console commands available on the model 300 are very limited compared
to those in the documentation which targets a much later machine. However, it
does have mt (memory test) which is not present on the model 600 for some
reason. Results from this suggests that all 6 SIMMs present are bad in pretty
much all locations. This seems a bit unlikely to me. Perhaps there is a
failure in logic which causes the memory not to be accessed at all?
Unfortunately, the manual does not seem to give any leads on how to diagnose
this further.
The em (examine memory) and dm (deposit memory) commands only accept 32 bit
addresses meaning they cannot to be used to access input/output areas which
require at least 33 bit addresses. However, a little experimentation led me
to the existance of ei and di commands which can do this on the DEC 3000
machines and I found I can use di to update the diagnostic LEDs on the machines.
The DEC 3000 600 machines both (usually) count down to F0 on their diagnostic
LEDs and hang without producting any output on the main console. They do
however produce output on the mini console - for example:
DEC 3000 - M600 SROM 6.1
Powerup Sequence
ff.fd.fb.fa.f9.f8.f7.f6.f5.f4.f3.f2.f1.f0.
sysROM 00000033.000006f1
ioROM 00000033.00000162
MCRstat 11111111.808011c0
bnkSize 00000300.00000c01
memSize 000000c0.000000c0
However, they do not provide the SROM> prompt or accept mini console commands
unless a I engineer another fault condition such as by pulling out one of the
memory risers. I wonder if there is a jumper to enable mini console commands
to be accepted without doing this? Looking around the system board, I see a
pair of jumper pins labelled J9 hidden under the I/O board which looks like it
could do this. Unfortunately, while there is legend on the PCB indicating the
function of all other jumpers, there is none for J9 and it is not mentioned in
the manual either.
On the I/O board, there is one three pin jumper labelled simply "Off" and "On"
and it is jumpered to the "On" side. It is close to the SCSI connector so I
suspect it is more likely to be something to do with termination or termpwr
than the mini console.
One of the model 600s sometimes generates a machine check, like this:
DEC 3000 - M600 SROM 6.1
Powerup Sequence
ff.fd.fb.fa.f9.20.
MCHK
exc_addr 00000000.00001484
biu_stat 00000000.000022d8
dc_stat 00000000.00000007
fill_adr 00000001.f0080050
fill_syn 00000000.00000000
DataExp aaaaaaaa.aaaaaaaa
DataRec aaaaaaaa.aaaaaaaa
MCRstat 11111111.808011c0
bnkSize 00000300.00000c01
memSize 000000c0.000000c0
SROM>
While this can be useful because it gets me to the SROM> prompt, I can't
find anything in the manual which helps me diagnose what might be causing
this. The meaning of the contents of biu_stat might be a useful start.
The 600 machines have a socketed 27C512 EPROM. I assume this must be the SROM
(although I can't see what is serial about it) as the machines fail to update
the diagnostic LEDs or write to the mini console if it is removed. I dumped
the two EPROMs and compared them and they are identical. However, I can't see
any ASCII strings in them. Perhaps the bits are not used in the standard
order? The manual suggests that there are 8 different 8KB SROM images present
and those other than the "standard" one may be used for testing and diagnostics
by setting jumpers. Unfortunatly, there is no further information about these
images.
The manual hints that the System ROM (SYSROM) (actually an FEPROM) is located
at 1 E000 0000 to 1 E003 FFFF, however, looking at the beginning of this area
with ei suggests it is in fact the IOROM (also an FEPROM). Hunting around
some more, it seems that setting bit 9 of the System Support Register at
1 E004 0100 brings in the SYSROM instead (although the manual suggests bit 7
is also involved which seems unlikely as this bit is one of the diagnostic
LEDs).
The format of the headers in the SYSROM and IOROM do not exactly match the
format given in the manual but they are "close". I wonder if this might
be my problem or if the manual is incorrect. If anyone else has a 3000 600,
could they take a peek at their SYSROM and maybe we could compare notes?
It may be possible to map the SYSROM from a running operating system but as
none of my 3000 machines run right now, I am not in a position to try this
myself.
Regards,
Peter Coghlan.
Several days ago I wrote about my joy of finding a TDL-12 disk
controller, emulating four DEC RL02 drives and using a SCSI drive.
Sadly, I discovered that the controller is a dead as a doornail.
It doesn't respond to any bus address at all.
So, I'm back to my original quest: I need a controller that
emulates the DEC RLV11/RLV12 and RL01/RL02 drives. From my
Google searching, I see a couple that use SD or similar solid
state devices. Does anyone here have any direct experience
(good or bad) with any of these emulators? I don't mind
spending money for a good solution.
Thanks,
Alan Frisbie
The new sysadmin at work is clearing out closets full of junk^H^H^H^H
cool old stuff accumulated by the previous sysadmin. There's a big
carton full of PATA hard disks. Most of them are in the 4.3 GB - 20 GB
range, a few larger, a few smaller.
Anyone have any use for these? You can have them for the cost of
shipping, or free for local pickup in Bothell, WA. They're going to be
recycled as scrap if I don't find a home for them.
Today I received a PDP-11 instruction video on a laser disk, part 3 & 4.
The disk partno. is EY-5537E-V2-0001, the title says
'Introduction to the PDP-11, Internal use Only, (c) 1988'
Besides that, no indication if the video stream is NTSC or PAL.
Anybody have a clou?
I want to have the disk read and put the video on youtube eventually.
Ed
--
Ik email, dus ik besta.
I posted this originally on the ArmyRadios mailing list, but I think it's just computery enough that it may be of interest here, too. And maybe somebody here even has the answers to my questions!
I just got an AN/UGC-144 communications terminal. It looks unused, and it came with cables and manuals (-12 and -30, but not including schematic diagrams or component-level details). It powers up, but fails to boot from its internal hard drive. The screen has some bad rows and columns, and the gas spring that supports the display needs to be replaced. I shared a bunch of pictures on Twitter today as I unpacked it and started playing with it, in this thread:
https://twitter.com/nf6x/status/980174491673178112
Here are direct links to some of the more interesting pictures in that long thread:
https://twitter.com/nf6x/status/980198067767947264https://twitter.com/nf6x/status/980202029766230016https://twitter.com/nf6x/status/980263764325941249https://twitter.com/nf6x/status/980302909165338624
I haven't found very much about the terminal online yet, and I expect that I have a long road ahead of me as I try to fix the display and see if anything can be recovered from the hard drive. If the original software isn't present on the hard drive and recoverable, then this may be a great big doorstop! But it may also be a fun reverse-engineering project. I haven't dug into it deeply enough yet to determine whether it's built around an embedded PC-clone architecture or is something completely custom. In any case, I'll naturally want to try to dump and disassemble any ROMs I find inside of it. The CAGE code is for Sypris Electronics, and the boot screen shows a Honeywell copyright notice. I found that it tried to access a blank floppy diskette at boot time in the right drive, but I didn't have an MS-DOS boot diskette handy at the moment to see if it could boot from it. I'll give that a try when I have a chance... but probably after Easter.
Have any software diskettes, programs, disk images, etc. for this terminal made it out into the wild? I presume that there were boot and installation diskettes that were used for hard drive formatting and software installation, and I would really love to get my hands on anything like that... especially if it turns out the the hard drive in my terminal is blank and/or dead. I'll be satisfied if I can use this rig as a dumb terminal for RTTY use, and even happier if I can do anything fancier with it.
--
Mark J. Blair, NF6X <nf6x at nf6x.net>
http://www.nf6x.net/
Hi, All,
Watching some of the recent traffic about what newer Qbus boards will
and won't work with 2.11BSD, I've remembered a thing I was once
looking for. Back when I did DEC hardware for a living, we stopped
buying new stuff after we got a MicroVAX-II. As such, I have plenty
of LSI-11 to KA630 parts but very little from after that era. I do
happen to have 2-3 boards with S-box handles including a KDF-11 CPU
and a SCSI card, a great start to a system. What I don't have is the
enclosure.
I have a BA123 "World Box" and it's great. I know a BA213 is roughly
the same size, but I've never had one. The BA215 looks more
interesting to me as a match for size and power requirements (1 PSU
and 6 slots, half the BA213) but I've never even seen a BA215.
Anyone here have much experience with the BA215? Any "gotchas"? So
far, from my looking on eBay, I think I spotted one loaded as a VAX.
I'm more interested in setting mine up as a PDP-11, so the VAX end of
one is not exactly a selling point to me. An empty box would do just
as nicely.
I'd say 80% of my Qbus work has been with two boxes, the BA-11N and
the BA-23, thus all the S-box questions.
Thanks for any tips, tidbits and stories.
-ethan
According to the 21066 HRM, the processor loads its initial I-stream from the SROM. All Icache bits are loaded from the SROM, including the cache block metadata. The blocks are loaded in sequential order starting with block 0 and ending with block 255. For the 20166, the Icache is loaded LSB first filling from left to right (i.e. bit 0 of LW0 will be the first bit loaded). This is the resulting order of each cache block:
BHT LW7 LW5 LW3 LW1 V ASM ASN TAG LW6 LW4 LW2 LW0
I thought I had some code do unmultiplex each bit stream from an SROM image and then reconstruct the resulting memory image, but I can't find it or I just thought about doing that.
There are probably no perfect answers to this problem. I am looking for
opinions, not criticism. I do not want to start arguments, nor get anyone
here, especially Jay, pissed off.
I found a stack of DEC microfiche a few nights ago. It's probably about 12
inches tall, and contains PM Procedures, IPBs, Manuals, Tech Info, and
several type of Logistics, BOMs, vendors, etc which I will deal with
later. Most of it is "company confidential", not that it matters anymore. The
bulk of my microfiche is still missing.
Several months ago there was a discussion here about breaking up sets. this
is not a "set". It is made up of bunches found in different places at
different times. I'm guessing a "set" of this would be an inch or two
thick.
My short list of options for disposal are as follows in order of current
preference are:
1 Sort to get several sizable sets, sell the rest as partials. A LOT of
sorting
2 Take requests to cherry pick, and sell as few smaller sets. Still a LOT
of sorting.
3 Call Al. Oh, he gets a crack at whatever he needs anyway.
4 Sell it as a lot
5 Sell on e-pay.
6 Put it back where I found it.
The first 3 are going to take a lot of time.
Thanks in advance, Paul
I don't know where you're located, but I'm in the US and have an NTSC
Laserdisc player. If someone can hook me up with a video capture card,
I'd be happy to copy the video for you.
Hi all,
I've now had some success getting MU-BASIC configured and running on multiple terminals under RT-11 V4 in simh, with a hardware configuration similar to that in my real PDP-11/45. I have a serial console + DZ11 in both configurations.
When SYSGEN-ing RT-11 V4, the only speed initialization options offered for the DZ11 lines are 110 or 300 baud. Is there a utility or incantation which will allow me to reconfigure these after RT-11 is booted? I scanned the RT-11 V4 docs last night, but came up empty (there is an "unsupported" SPEED.SAV in the distribution, but it looks like it only works with PDTs, and I couldn't find anything tucked away in the SET command or other places either).
It looks like I could write some MACRO code to try and set this using the .MTGET/.MTSET programmed requests, but I thought I'd ask here in case there is some known prefab way to do this that I missed looking through the docs?
cheers,
--FritzM.
> From: Aaron Jackson
> I have tried three controllers, two r/w modules and two servo
> controllers. I'm beginning to think the drive is fine and there is a
> problem with the RLV21 controller.
Err, think you mean RLV12 QBUS controller board, right?
Anyway, you've already tried ("three controllers") swapping that out?
If you have, perhaps there's a problem with a cable and/or the terminator?
However, at this point, sub-system swapping is probably not going to be the
best way to make progress. I think you're going to have to actually debug the
problem; i.e. dive in and work out what's happening wrong, and why, and trace
it back to the origin.
Luckily, for this generation (and before), DEC produced wonderful technical
manuals, which go into full detail of how the thing works. With that in hand,
the investigative process is a lot easier; you don't have to work out how the
thihg works by looking at the prints, it's all laid out in detail. And tech
manuals for both the RL02 drive and RLV12 controller (EK-RLV12-TD-001) are
available online, as are the prints (MP01282 for the RLV12).
So, I'd sit down with the RLV12 tech man and read through the section on the
drive<->controller bus (section 3.3). Then start looking at what the two are
saying to each other on the bus, and figure out what's actually going wrong.
>From there, you'll know where the source of the problem is, and can chase it
further.
I know this sounds like it would be time-consuming, but when you think about
the time/energy you've already put into swapping things around, chasing this
problem, it won't be.
Noel
Hello all,
As I never came across a complete unit of an early PDP-11 with lights-and-switches console, I decided 5-6 years ago to figure out, if I can't build one of out of different parts. It seemed possible to get there if I focus on parts for a 11/35 or 11/40.
5 years ago, I came accross a backplane for such as system. Two years later, I was lucky to purchase an almost complete board set (one board missing, the M7232) from another classic computer enthusiast. Last year, I got a BA11-F chassis with the power supply.
Over all those years, I looked out for a 11/35 or 11/40 panel (KY11-D), but I never was lucky to come accross one.On epay US, somebody is offering the plain PCB, but the seller says that he cannot ship to Europe :-(
My frustation pushes me now to ask, if anybody on this list has such a panel with the electronics board that he would consider to offer me for some $$$ to help me building a complete machine? I don't mind the panel color, e.g., if it's from a front-end PDP-11 of some bigger DEC system, or if the silkscreen is damaged or even missing. It would be great for me to get an early PDP-11 up and running and connect it to peripherals such as an RK07 that are in my collection.? I am located in Germany. Contact me off-list, if you have something to offer, please.? Best regards,Pierre
------------------------------------------------------------------------------- Pierre's collection of classic computers moved to: http://www.digitalheritage.de
> From: Sytse van Slooten
> digging through the documentation of KL-11 and DL-11 I did find
> references to generating a break (bit 0 in the XCSR). But not on how it
> would be received. ... How did a DL-11 like interface signal the
> reception of a break?
As JohnW says, framing error. FWIW, the UART chips used back then actually
produce a 'framing error' output, which is sent straight into that bit in the
RCSR.
> And how did the operating systems and software deal with it? Was it
> actually used at all?
Different systems used it for different things.
Unix V6 used 'break' on dial-up lines as the signal to switch speeds when you
first connected up - it would try 110, then 150, then 300. (Later this got
extended, I expect - too lazy to check.)
I see the hacked PWB1 Unix at MIT used it to send an interrupt:
if (c & FRERR) {
signal(tp->t_pgrp, SIGINT);
return;
}
That's as far as my knowledge extends, others may know of more uses.
Noel
Does anyone know offhand if the CXY08 (M3119) and DELQA (M7516) work with
2.11bsd?
I think the CXY08 has the same programmer interface as the DHV11, and I'm
hoping it works with the 2.11bsd dh driver. Ditto for the DELQA and the qe
driver. If somebody knows for sure, though, I'd appreciate it if you can
save me the trouble of installing it all just to find out it doesn't work.
Thanks,
Bob
Sorry to keep bothering you all with RL02 questions. I think I am nearly
there.
It seems my head cleaning in a warm bath of isopropyl alcohol was a
success. I bought a tested RL02 pack and loaded it - no bad sounds, I
can extend the heads all the way. So that's good. I have supposedly a
working RL02K pack, and seemingly good heads.
After I load a pack however, it goes into fault mode. Checking through
the test points on my scope, there is no survo burst data until I push
the heads 3-5mm further forward. So it seems to me that the heads are
not loading far enough into the pack.
I loosened the head alignment screws to move the heads all the way
forward, tightened them back up, and tried loading the pack again. It
stopped again, 3-5mm short of track 0. So moving the heads forward
didn't seem to make any difference.
I have tried a different control board, and read/write amplifier board,
with no success.
Has anyone else experienced this? Is there some sensor which I am not
seeing?
Thanks,
Aaron.
--
Aaron Jackson
PhD Student, Computer Vision Laboratory, Uni of Nottingham
http://aaronsplace.co.uk
Hello all,
I would like to try and get MU-BASIC working on my PDP-11/45, under RT-11 V4. The best bits I've been able to find to work with so far are the RK05 image here:
http://bitsavers.trailing-edge.com/bits/DEC/pdp11/discimages/rk05/rt11v4-mu…
...but I've not had much success getting this to work under simh. Using the 1USER.CNF configuration file in this image, no matter how I configure the machine, I get either traps, halts, or stack violations when issuing the first command in basic.
Trying to rebuild MU-BASIC using the indirect files in the image results in a linker barf on some undefined symbols.
Has anybody else here had much luck getting MU-BASIC up and running under RT-11 V4? Is there an alternate image or distribution kit somewhere that I could try to work with?
thanks much,
--FritzM.
I hate to suggest that people actually watch the garbage,
but a recent Safe Auto Insurance commercial features a
girl typing on a TRS-80 Model 4 with the badges removed.
It's the one that starts out with a Disco skit.? The TRS-80
shows up in the very last part.
bill
Don't shoot me, I'm only the messenger. :-)
Hello all,
I've been playing around with some ideas for designing some hardware to
connect peripherals to an fpga for my vhdl pdp-11. One of the things that
should definitely be on there, next to sd cards and leds... are some serial
ports for console terminals etc. I've spent some time to create a prototype
usb to serial thing that handles more than one port. Works kind of neat.
While doing that, I stumbled on the concept of break. Up to now in all of the
pdp2011 history I have ignored it, the serial port that sits at the pdp-11
side of things is about the most minimum that does the job. And that is good
enough for a lot of things, actually - I didn't really miss a break signal so
far.
Anyway, digging through the documentation of KL-11 and DL-11 I did find
references to generating a break (bit 0 in the XCSR). But not on how it would
be received.
That's where the questions start. How did a DL-11 like interface signal the
reception of a break? And how did the operating systems and software deal with
it? Was it actually used at all?
I think to remember several occasions of impatiently banging the break key
back in the day, but it is a bit fuzzy why (and if it had any result).
anyway, I'm trying to judge whether it makes any sense to put effort into
making the break thing work on my serial converter thing... any kind of input
is greatly appreciated!
cheers
Sytse