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.
I have a x/280 server chassis that has a power supply that's acting up (DC shuts down
after a few seconds)
Anyone have one they can spare? Sun PN 300-1024
http://www.shrubbery.net/~heas/sun-feh-2_1/Systems/Sun4/DCPOWER_Fuji_1024_8…
or has anyone seen this problem before (caps in the DC monitor circuit?)
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