> On Thu, 5 Oct 2000 THETechnoid(a)home.com wrote:
>
> > How can I get the VCF to hold it's event a bit closer to the East Coast
> > than California? I wanted to go, but a 3500mile trek was out of the
> > question. How about Montana or the Dakotas?
>
> Keep making noise. We started looking in to doing a VCF East this year
> and it's been on my mind for the past couple years, but it's a lot of work
> as you may imagine, and now that VCF Europe is in the Spring we have to
> plan it either right after or right before (when the weather isn't too
> terrible).
>
> Once I'm fully recovered from VCF 4.0 and have my day job project well
> under way, then I'll start giving serious consideration to a VCF East. I
> think 2001 will almost certainly see some sort of east coast VCF event.
Cool! Hopefully further East Coast than St. Louis, tho...
:-)
-dq
Not round the dinner table with your parents it might not be (apart from my
gf's :) but round here in the office we'd have to use a 5-cab PDP 11/35 as a
swear box.
> -----Original Message-----
> From: Mike Ford [mailto:mikeford@socal.rr.com]
> Sent: 06 October 2000 08:37
> To: classiccmp(a)classiccmp.org
> Subject: Re: Re[4]: You might be a VMS Bigot if.....
>
>
> >The way I see it, it's supposedly an "adult" word. So if
> you're an adult
> >and don't use it on at least a regular basis, you have some
> growing up to
> >do.
>
> I don't want to shock you with an alien concept, but use of
> vulgar language
> isn't polite.
>
>
Don't quite know where else to ask this, my apologies for the OT.
I recently acquired an EZC m. sm483c monitor with a DB-9 socket
( sorry I've forgotten Tony D.'s correct designation) Since it was
manufactured in Jun 98 it's unlikely to be an EGA. The company
seems to be no longer in business and I could find little on it.
EZC appears to be a company that made items for the vision-
impaired so I expect this is some kind of high-definition monitor.
It powers up OK but I don't want to try it on one of my EGA cards
or similar 9-pin boxes lest the magic smoke escapes. Anyone with
any info/suggestions ?
ciao larry
Reply to:
lgwalker(a)look.ca
Here are the results of the 4th Annual Vintage Computer Festival
Exhibition (sponsored by Dr. Dobb's Journal, http://www.ddj.com).
Home-brew, Kit or Educational Computer
1st: Jim Willing, HERO Robot
2nd: Cameron Kaiser, Tomy Tutor
3rd: Larry Pezzolo, Lawrence Livermore Labs Microprocessor Trainer
Manufactured Personal Computer - Pre-1981
1st: Wayne Smith, "Pre-PC IBM Desktop"
2nd: Jordan Ruderman, SOL-20
3rd: David Kavanaugh, IMSAI 8080
Manufactured Personal Computer - 1981 or After
1st: Simon Favre, IBM 3270 AT/GX
2nd: Rick Lehrbaum, Ampro Z-80
3rd: Pete Johnson, HP Integral PC
Mini-computer or Larger System
1st: Dwight Elvey, Nicolet 1080
2nd: Chuck McManis, "Qbus VAXen"
3rd: Not Awarded :(
Open Class
1st: Derek Peschel, Marchant ACR8M Electromechanical Calculator
2nd: David Weil, "Before There Were Computers"
3rd: Cole Erskine, Friden EC-130 Electronic Calculator
Special Awards
Best Presentation - Research
Dwight Elvey, Nicolet 1080
Best Presentation - Completeness
Simon Favre, IBM 3270 AT/GX
Best Presentation - Display
Curt Vendel, "Atari Historical Society"
Best Presentation - Creative Integration with Contemporary Technology
Jordan Ruderman, SOL-20 (used a CD player to store Cassette-based
programs)
Best Preservation - Original Condition
Rick Lehrbaum, Ampro Z-80
Best Preservation - Restoration
Dwight Elvey, Nicolet 1080
Best Preservation - Recreation
Not Awarded :(
Best Preservation - Simulation
Cameron Kaiser, Commodore 64 Tomy Tutor Emulator
Best Preservation - Obscurity
Hans Franke, Juku (Estonian computer)
Best Technology - Analog
David Weil, "Before There Were Computers
Best Technology - Non-Electronic
Derek Peschel, Marchant ACR8M Electromechanical Calculator
People's Choice Award
Dale Luck, "Lorraine - The First Amiga and Her Sisters Daphne, Agnus, and
Portia" (Original Amiga Prototype)
Best of Show
Simon Favre, IBM 3270 AT/GX
Congratulations to Simon Favre and Dwight Elvey who both came away in a
tie of the ribbon count with 3 ribbons each!!
Start thinking about what YOU could exhibit at VCF 5.0!
The rules for the exhibition can be found at:
http://www.vintage.org/2000/exhibit.html
Sellam International Man of Intrigue and Danger
-------------------------------------------------------------------------------
Looking for a six in a pile of nines...
VCF 4.0 is September 30-October 1
San Jose Convention Center, San Jose, California
See http://www.vintage.org for details!
From: Richard Erlacher <richard(a)idcomm.com>
>For some time, I've pondered what it might take to divine the various
format
>features from a CP/M boot disk. It seems to me that if one has a
bootable
>disk, it has to have sufficient information on the boot tracks to allow
one
>to find a copy of the BDOS, which, so long as it's the right version of
>CP/M, should disclose the details of what formatting has been used for
those
The bdos can't tell you much other than it's version.
>tracks. What's more, given that one can find the BDOS, byte for byte,
one
>should also be able to find enough of a BIOS to make it possible to
extract
>the necessary disk parameters used to boot the system. If a second-tier
>system is loade, one should be able to find that by examining the
autcmd.
>That should then yield the data necessary to read the diskette in its
>entirety.
the key parameters are the DPH, DPB and SKEW... also you need to know
how big the sector is and if there is embedded skew within the sector.
Then you need to know the disk layout, things like what side/sector
numbering was used. For example I've seen two sided media where
sector one occured on both sides and where identically formatted, also
I've seen side one as 1 thru 9 and side two as 10 through 17...
It is possible to devine all that from a bootable disk (I have a few that
would never give you that as the core bios is not on the disk at all)
but it's a lot of processing and at last count there were some 80 formats
for 5.25media alone.
>Have you ever run into a utility that handles this? I'd think someone
would
>have done this by now.
Yes, Media Master, Uniform, Multidisk, Eset are a few I use and they all
work from tables and have expectations of a bios having a standard
configureation so they can "drive" the bios.
I also use a modular bios that runs on a slave cpu for the S100 crate
and dropping in different drive parameters is straightforward. I tend to
treat
devices as interchangeable peices by using a abstraction layer. To me
the
BDOS calls the BIOS and the BIOS if it needs to calls a device driver.
One
common misconception is the BDOS calls a FDC (simplification). It doesnt
and that why the BDOS called the jump table at the start of the BIOS.
>Another item I've wanted for some time to automate is the setup of a
hard
>disk BIOS. Since it's dependent not so much on CP/M quirks but often
more
>on decisions made on the basis of folklore, I thought it might be
>interesting to examine the process as a candidate for automation.
The answer is yes it;s doable and it's not worth it from where I sit.
One
reason, I have the tools needed and there are plenty of freeware
out there if I dont.
Me, I use my kaypro and my s100 crate (3.5, 5.25 and 8") for this and a
copy of multidisk (table driven) and a version of Eset, used to hand
feed parameters to the parameters for oddballs. In the general scale
of things these do the job well and are more than enough. Some things
deserve a simple solution.
Allison
Does anyone know anything about the computer above? They appear to be
educational single board computers. A strip along the frond edge, lists a
number of commands to set breakpoints, jump in memory, examine memory, etc.
I found a pile of them at an auction preview. They're single board
computers that are mounted in a wooden boxs that measures roughly 10" x 12"
x 2". The box has a smoke colored plastic lid that's hinged in the back.
When it's closed, everything is covered except for a 3 x 4 keypad. The CPU
board appears to use the Motorola EXOR-bus and has a Motorola 6800 CPU.
There is a smaller card on the RH side that has the keypad and six digit
seven segment LED display. The ICs are dated 1979 and 1980.
These appear to be part of a system. I found several other boxs that
were also made by ASCI. One of them has a micro-cassette drive. Another is
a switch box that switchs between a printer, punch, etc. Another larger box
has relays and a bunch of terminal strips on it. It appears that it's meant
to be controlled from the CPU box and can operate a good number of external
devices.
I need to know what they are before Saturday.
Joe
>the adjacent ones. The BDOS doesn't change, generally, though there may
be
>changes in the BIOS. By finding each sector of the BDOS, one learns
about
>the format of the boot tracks. My CCS system, for example, requires, at
>least for the distributed boot EPROM, that the boot tracks be SSSD.
That
I have a fully documented CCS and it clasifies as the early basic CP/M
bios
of low to average functionality. It's robust but closer to a minimal
example.
>> the key parameters are the DPH, DPB and SKEW... also you need to know
>> how big the sector is and if there is embedded skew within the sector.
>> Then you need to know the disk layout, things like what side/sector
>> numbering was used. For example I've seen two sided media where
>> sector one occured on both sides and where identically formatted, also
>> I've seen side one as 1 thru 9 and side two as 10 through 17...
>>
>These parameters are all there on a boot diskette. It's just necessary
to
>find them.
Not all and they may be very hard to find. DPH, DPB ahve pointers to
them as a result of the BIOS call to Seldisk. The SKEW however may
not be used in the SECTRAN call at all! Often the skew translate is
a table but it can be calculated and for DD the SECTRAN call is applied
at the logical sector level and doesn't apply well for double density who
have sector sizes larger than one logical sector. So skew in that case
will likely be burried in the raw read/write routine. Or possibly even
at the logical sector level inside the the physical sector.
So wome things are not guarenteed and also not easily found.
>The Multidisk and Eset that I have are not for this purpose. They want
to
>be passed the information that I'm suggesting could be extracted.
Oh like I said I can be... but if you know it's easier as even with 33mhz
z180 your going to flog a while getting to the same answer.
>That's exactly the problem I'm trying to circumvent. The interleave,
skew,
>sector size, etc, are all accurately represented on the boot diskette.
The
Ah, no. Most boot sectors are not skewed and like you observed may
not be the same density or sector size.
>BDOS is the BDOS, i.e. shouldn't be different on different boot
diskettes,
Likely but not always true.
>so long as the CP/M version is the same. Consequently, it should be
There were patches and the CP/M version can be misleading. Many of the
clones use base 2.2 ID so apps will run normally, most all are written
using
z80 unique instructions where DRI used only 8080.
>possible, having once determined the sector size, to extract,
automatically,
>the relative locations of sequential sectors of this known file. Since
we
>KNOW and RECOGNIZE the BDOS, shouldn't it be possible to find its
beginning,
BDOS is not part of the CP/M file system! It's in the boot tracks.
>paramters from the system BIOS and verifying them against another known
file
>e.g. PIP.COM, should provide the necessary information about the
directory
>and data areas of the diskette. Isn't that so?
You would be forced to do that and huristically that will be a PITA! PIP
is
in the file system whereas BDOS is out on the boot tracks. the boot
tracks
in the CCS case is SSSD and the system tracks can be DSDD! The bios
entries for DPH, DPB do not say if the disk is DSDD or even if it's
floppy.
It will tell you how many logical sectors per track, If skew is used. If
directory
is checked, allocation size and the size of the area used ofr data
storage.
You will have to figure out from that a lot of things that are variable
and can
still end up as the same answer.
>> >Another item I've wanted for some time to automate is the setup of a
hard
>> >disk BIOS. Since it's dependent not so much on CP/M quirks but often
>more
>> >on decisions made on the basis of folklore, I thought it might be
>> >interesting to examine the process as a candidate for automation.
it's been done but the usual is to hook the disk IO routine and lod a
mini
hard disk bios in high memory. Teltek, Konan and a few others did that.
A better way is to provide slots that can be filled with an address of
the
driver(s). The reason for the difficulty is the wide assortment of
controllers and the varied protocals to talk to them. If it was always
IDE
or SCSI it would be simpler.
>Well, I don't see hand-feeding a set of parameters that one has to
determine
>by guessing on the basis of lots of conflicting folklore as particularly
>easy. Authors who wrote about the process e.g. Laird and Cortesi seemed
to
No folklore. There are detailed tables out there for every drive and
disk going
if one care to look. What do you think Multidisk does/is?
>equivocate considerably about this, and, while it's straightforward to
come
>up with a set of parameters that work, it's not easy to come up with the
>optimal ones, at least where the HD is concerned. Both of the authors I
Optimal ones for hard disk in the timeframe they wrote in was simple.
hard disks are FAST and Z80s (pre 1990) are NOT. No amount of
optimization is possible. Actually if you have banked memory caching
is the solution as it steps neatly around the problems. FYI: the
problem is that CP/M does a lot of realatively small transfer with
lots of references to the directory. the true limiter to performance is
not data rate but latency (mostly from shuffling the head). When Laird
wrote a fast drive was a Quantum D540(31mb MFM 5.25 FH) with a
average latency of around 30mS.
>is in hand, it's easy, certainly, but what should one do, given a known
>bootable but otherwise undefined boot diskette? The reality of the data
>present on a boot diskette defines all the parameters necessary to
recreate
>it, doesn't it?
No. the boot tracks are always written by a specialized utility like
SYSGEN
(which is not generic code) that is always system specific.
>I get emails from people all the time, asking about how to build a boot
>diskette for a system they can't boot because they don't have a BIOS on
the
>diskette for the I/O ports they use.
Most of those I converse with with that set of questions have no sources
to
work from and find 8080 or Z80 asm code scary to terrifying. Often they
dont
know the ports in use nor what they mean. Rare is the one with Docs for
their
system at the time the question is launched. They often think it's just
like a
PC where dos boots on all if the disk fits.
>Likewise, I get frequent questions
>about how to formulate an optimal configuration for a hard disk. While
it
Like Laird said and I'll say _optimal_ for what? I"d never use the word
optimal.
Again, expereince most want a drop in replacement like a PC. Most do not
code at that level or dont wish to try. Many dont have docs needed. So
what
they want is not optimal, just something that works.
>may not be a terrible thing, it is something many people, including
myself,
>though I've done it several times, find daunting. In the absence of a
>rigorous method it's hard to find peace at the end of the task because
so
>many less-than optimal solutions will work quite well. How's a person
to
>determine what's best?
Lesse, I have five systems with hard disks all were added later two with
code supplied. I find peace with the fact that they work and are
reliable.
Only one have I applied rigorous and experimental methods to the extreme
to see what was possible and effective... Occams razor won most often.
Here it is: hard disks and performance. Assume nothing about the hard
disk used rare is the old drive/controller that can really help you. DMA
or a seperate processor will help if the CPU is loaded or memory is
short.
Caching at the track or cylinder level with a LRU method really helps if
you have space (64-128k is good). You will cache(call it host buffer if
you like) anyway as most hard disk have sector sizes larger than 128
bytes requireing deblocking. Caching the directory seperate from
the data area cache really pays as it saves head thrashing. Achieve the
above or subset with direct and efficient code.
I've tried this using a IDE drive (still working the code out) and most
decent over 100mb drive have caching (quantum PRO AT series does).
use it as it isolates you from things like skew and all.
If you using a an old SA4000, forget all this as making it work is
three quarters the battle.
Allison
> > > > Hearing anyone decode the FUBAR makes me twitch.
> > >
> > > Uhmm isn't the computer version Foo bar as in Foo bar
> blatz zam zow
> >
> > On some models of VAX there's a hardware register that
> stores (part of)
> > the address of a Unibus cycle where the selected device failed to
> > respond. This register is called, not suprisingly, the
> >
> > Failed UniBus Address Register
This is certainly serendipitous, but not the origin of the epithet.
FUBAR dates at least to WWII; I read that in an article about tech
terms that we tend to think are recent inventions but which have
been around for a rather long time.
For example, while Grace Murray Hopper is credited with finding
an actual moth wedged in a relay in the Eniac 1 (thus "bug" in
the system), the term "bug" has been found in the writings of
Thomas Edison, referring to a defect in a design.
"HAM", referring to amateur radio operators, is a 19th-century
invention; it was previously used to describe self-taught telegraph
operators.
And "to hack" is supposedly an old Yiddish phrase that refers to
the making of furniture with an axe (and although a different usage,
"hack" has referred to taxis since they were horse-drawn in the
early 1800s).
And on and on...
regards,
-dq
Hello everyone, I realize that VMS 7.2 doesn't meet the 10 year rule but
the hardware it is running on does :-)
To "close the loop" on this one, Zane pointed me to a recent fix posted by
Compaq on their support site for TCPIP V5.0A. This update fixes a bunch of
different bugs. My bug was the Telnet server went berserk when I tried to
connect to it.
The problem is in the WILL/WANT negotiation that goes on gets screwed and
ends up looping infinitely.
You can fix this by installing the TCPIP$TNDRIVER.EXE and TCPIP$TELNET.EXE
images from the fix on top of an existing TCPIP 5.0 installation.
--Chuck
> Uh, where in the Eniac might the relays be? I think you meant
> Mark I...
BTW, I would be surprised to find out that the Eniac didn't
use relays for power distribution... Hell, even the IBM 716
Line Printer I used to have had them for that (it used 220v
3-phase to drive a dynamotor which in turn generated the
50vdc power that was then distributed to the 711 card reader
and perhaps other peripherals).
regards,
-dq
> -----Original Message-----
> From: Will Jennings [mailto:xds_sigma7@hotmail.com]
> Sent: Thursday, October 05, 2000 10:24 AM
> To: classiccmp(a)classiccmp.org
> Subject: RE: FUBAR and DW780
>
>
> Uh, where in the Eniac might the relays be? I think you meant
> Mark I...
>
> Will J
> (now where are my car keys again?)
> ______________________________________________________________
> ___________
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
> Uh, where in the Eniac might the relays be? I think you meant
> Mark I...
You are correct... she worked with both systems, the bug was indeed
found in relay #70 on the Mark I.
-dq
Uh, where in the Eniac might the relays be? I think you meant Mark I...
Will J
(now where are my car keys again?)
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
I have 2 old (maybe they fit your definition of classic, maybe not) b&w
or grayscale scanners -- Agfa Focus ('Focus S 800 GS') and Agfa Focus II
-- which I'd like to get rid of very soon and are available for the
first, best offer. (0 is a perfectly good offer from a non-profit
group.) They could be picked up in Andover, MA or Nashua, NH. I don't
really want to pack and ship them; they're heavy and I'm not sure I
still have the carriage locking instructions (but I'll look). They
worked when I last used them but I haven't powered them up in a
half-dozen or so years, since some release of OmniPage Pro dropped
support for them. They have Centronics 50-pin SCSI connectors. I used
to have a 68k MacOS driver for them, which Agfa would give away, but
their DOS/Windows? drivers were integrated into some software that they
sold (and I never got). Reply directly via e-mail to
ainsinga(a)infomation.com.
Hi,
I was lucky to buy a very nice operator panel of an old IBM S/360 model 30.
I am now trying to rebuild this IBM S/360 model 30 (using this panel as a
base)
with modern TTL, EEPROM's IC's etc.
With the current information I have, I was able to reconstruct about 50-60%
of
it's logic diagrams.
I am still searching for ANY customer engineering documentation of this old
IBM system,
specially the small CE reference booklet for the model 30 and
the Functional Maintenance Manual.
Anyone who can help me ???
I already have a copy of the 'Theory of Operations' and micro-code
flowcharts
manual.
Regards,
Henk Stegeman,
IBM collector
Phone: ++31-70-303 4513
It was certainly featured a lot in the orange/grey walls as foo.bar for
filenames.....didn't they also use brer.bar as well?
> -----Original Message-----
> From: Neil Cherry [mailto:ncherry@home.net]
> Sent: 04 October 2000 20:55
> To: classiccmp(a)classiccmp.org
> Subject: Re: You might be a VMS Bigot if.....
>
>
> Bill Pechter wrote:
> >
> > Damn...
> >
> > I was with you right through the fubar line.
> > Spent too many hours troubleshooting flaky Unibus problems on
> > 11/780's with semi-fried Unibus or UBA's.
> >
> > Hearing anyone decode the FUBAR makes me twitch.
>
> Uhmm isn't the computer version Foo bar as in Foo bar blatz zam zow
> (I'm not sure about the last ones anymore). I once named a 3B2 310
> Foobar and thought nothing of it. Management came to me and
> requested an
> explaination until they saw the spelling (I was on a support hotline,
> fubar is a fact of life there).
>
> --
> Linux Home Automation Neil Cherry
> ncherry(a)home.net
> http://members.home.net/ncherry (Text only)
> http://meltingpot.fortunecity.com/lightsey/52 (Graphics)
> http://linuxha.sourceforge.net/
> (SourceForge)
>
Anybody have instructions/details on how to re-wire a VAX 6000's
three-phase 115V AC power supply for 220V single phase? The only
thing I've got so far with any information is this:
http://www.decvax.org/vax6000/power.txt
However, I cant find any way to get ahold of the author of the
text, who mentions:
"I you get a 6000 (or similar) machine let me know. I have worked out
a very elegant way to do the above mod which entails no soldering ,
no disconnecting of joints etc , and can be put back to factory
standard in about 30 secs."
What I need, is that information - but the email is at least 4
years old and the addresses no longer current. I've got a
VAX 6000-410 here that I'd love to at least fire up and run
some diags on, and I cant do that till it will run on 220V
power....
Bill
--
Bill Bradford * KD5LQR
mrbill(a)mrbill.net
Austin, TX
Well, the dust has settled and I'm trying to re-store all the stuff I
dragged out for VCF 4.0...
I had a great time, placed a couple of VAXes into very nice homes (and Zane
will be happy they both had VMS installed on them) and generally enjoyed
meeting everyone again and talking old hardware.
This year the exhibit/market space was shared by the California Extreme
pinball show/thing and it was, unfortunately, a bit loud. However it was
most likely the largest number of 8 and 16 bit micros operating in a single
space in all of California!
There was a great set of talks this year, I'm hoping to get tapes of the
ones I missed. Overall, it was fun but exhausting.
Public thanks go to Sellam for "producing" this event, it is really great.
--Chuck
From: Chuck McManis <cmcmanis(a)mcmanis.com>
>Clearly the simplest solution is a 6PnT rotary switch, some cables wired
up
>with MMJ plugs crimped on their ends. I'm planning to build one of these
as
>I have all the parts and that will get the console going on the
micro-cluster.
That would work if you assert RxD to spacing on disconnect.
Me, I cheat. I don't bother connecting a tube (unless required like
during initial install)
and when needed I use the VT1200 to connect via the net once that is up.
>However, if you're willing to be really clever then you can do much
better
>than this. I've got a nice color terminal (the Link MC70 although its
color
>is a bit unstable these days :-() or I could use a DEC VT340 (probably
the
>actual version for display) and you could, with a bit of smarts and some
>buffering take output from the RS-423 lines, and prior to forwarding
them
>on to the terminal you could inject ANSI color codes on/off. This would
>make the output from each console a different color. (keeping them
straight
>is of course the challenge) If you are really clever you don't allow one
>console to interrupt another mid-line either. I've got an old single
board
>Z80 system that could probably do this, or I could wimp out and use a
CPLD
>feeding a Scenix chip.
Could be done with Vt125 or better yet....
Like I used to do with a Vt320, the system write a status line (25th) in
response to a simple request "@who" which runs a DCL script. the
request was stored as the "respones line" on the terminal or as a
simple "w" [set W*ho="@who.com". Also other defined commands
terminate with a call to who. The status line also has current
directory
and account. the switch box was a LQPX2-SW and MMJ to DB/P25
cabling.
Allison
I'm looking for two VAX 4000/VLC drive mounting brackets. I can trade a
TZ50 tape drive or the bridge board from a TF86. (Or async multiplexor
boards, either s-box or regular)
--Chuck
Has anyone heard of them. I have been sent a bid sheet that has 2 pallets
worth of them and hard drives. Are they rebadged something's?
Is anyone interested in them? I think they meet the 10 year rule by all the
PDP etc. related stuff that is also on the sheet.
Dan
Eric Smith <eric(a)brouhaha.com> wrote:
> I've got several DECserver 200/MC boxes available for sale or trade. No
> idea if they do reverse LAT (or, for that matter, normal forward LAT).
Yes, both. Don't ask me how to set it up, though; it was over 10
years ago and on the other side of the continent, but I had one
providing print service using reverse LAT and I convinced another one
to provide access to an HP3000/70 via a serial connection to an ATP
port on the 3000.
You do need a MOP server from which the DECserver can download its
software.
-Frank McConnell
I'd like to bring a Xerox DayBreak (6085) workstation back to
life, but I'm unable to do it because it requires a so called VP
Scavenging software. Can anyone send me an electronic version of the
disk/tape image containing such software?
If anyone has at least Xerox 6085 software, in any form,
PLEASE contact me: maybe we could arrange a way to convert it to an
electronic format.
Furthermore, if anyone has any bootable software for such a
beast, please contact me.
Cheers,
--
*** Rodrigo Martins de Matos Ventura <yoda(a)isr.ist.utl.pt>
*** Web page: http://www.isr.ist.utl.pt/~yoda
*** Teaching Assistant and PhD Student at ISR:
*** Instituto de Sistemas e Robotica, Polo de Lisboa
*** Instituto Superior Tecnico, Lisboa, PORTUGAL
*** PGP fingerprint = 0119 AD13 9EEE 264A 3F10 31D3 89B3 C6C4 60C6 4585
I was trying to find the order number for the OpenVMS V7.2-1/Alpha update,
and came across the following little tidbit. With all the VMS traffic here
the last few days I thought a few people might enjoy this. I'm sure a lot
of you have seen this before.
BTW, does anyone have the order number for the OpenVMS V7.2-1/Alpha update?
I still can't find it.
Zane
You know you're a VMS bigot when:
You think case sensitivity is some ones idea of an April Fools joke
You keep trying to use the EDT keypad in Word.
You know why the SHOW SYSTEM display had to have the "system uptime"
field increased beyond 999 days.
You have the complete VMS docset on display in your living room.
Your mail file doesn't grow to the size of the national debt.
You expect upper AND lower case to work the same way
You wish your car was as reliable as your computer
You keep wanting Digital to produce "Visual DCL"
You don't think about the Milky Way when you hear the word "Galaxy"
You travel to Nashua twice a year, to get the newest fashion in
T-shirts and jackets
You know where NT stores its data if they really need it to be saved
You know what Wes Melling was talking about, saying: "When you
absolutely can't tolerate down-time"
If you think that the word "legacy" refers to the next generation of
Lego toys that your kids want.
You remember the VAXworks group
PATCH is your favorite text editor
You can cite chapter and verse in the docset
You know what the bars on the wall in front of ZKO spell
The first thing you think of when you see a dollar sign isn't money
You refer to Unix as the only commercially available computer virus
When you know that the console sequence to force quorum recalculation
without crashing the cluster.
When your Exchange mail is set to auto-forward to STAR
When you know the boot file sequences to make an efficient TU58
console boot tape.
You insist on typing SET DEF [-] at your PC's DOS prompt
Your LOGIN.COM exceeds 200 block and is on its thousand-something
version
Your LOGIN.COM file contains its own debugging language
Your LOGIN.COM is written in Macro
When you need to discipline the kids at home, you refer to it as
CMKRNL time
You think that "grep, awk, yacc" sounds like a death rattle
When you hear ICBM's you don't think of nuclear warfare
You know what happened November 17, 1858
You wonder why folks spend extra for a BACKUP tool
You feel like you're using a crayon when you're working on a PC
You still have a VAX architecture manual
You can retrieve a file from another system with a one-line command
instead of running a program, logging into the remote systems, and
getting the file.
None of your hardware uses PCI
You tend to type a dollar sign in front of most verbs
You think EXCHANGE is an OpenVMS utility for manipulating mass storage
volumes
You don't understand why e-mail needs to be in a format that uses half
a megabyte of disk space for a one-page document.
You maintain OpenVMS accounts on your workstation for coworkers who
have migrated to PCs
You think a form with one page of information should fit on your
screen without scrolling
You know what INSQTI means
You know that fork queue is not an insult
When you type $show dev d at the c:\> prompt and expect it to work
You need a mouse with three buttons and the middle button is useful
You turn 40 and tell friends that your are 28 hex
A normal date is written as dd-mmm-yyyy
You never saw the euphemism in "VAX Headroom"
You expect all machine instruction to work left to right
You can solve any problem with a TECO macro
Your favorite "portable" language is TECO
You see the movie Spawn and keep thinking about sub-processes
You think Carl Sagen was wrong about "Galaxies"
The only question about restoring a backup is finding it
You believe a computer might handle more than one user at a time
You feel Robert Frost was talking about quotas when he said: "Good
fences make good neighbors"
You presume that calling between languages "just works"
You do not expect the previous version of your file to be destroyed by
the new one
You still measure performance in VUPS
You understand that 'open' is a silent prefix
You know there is more to bliss than ignorance
You know RMS does not mean 'root mean square'
The concept of a blue screen of death is foreign to you
You think that a command line interface is better than a GUI
You're surprised to find out that "cluster" is a new concept
You have forgotten how to reboot because your system's been up so long
You reboot your desktop station once every 15 months (and only because
a tornado caused a city-wide power blackout)
You don't have to reboot your workstation daily
You know you can find out how to use a command by typing help and get
it
You use your VMS system to backup important files from your PC
You don't need the UNIX for Dummies and Windows for Dummies to perform
simple functions
You want nothing to do with eunuchs
You choke on your coffee when someone tells you Microsoft does
clusters
You Laugh when someone tells you they are certified for PC systems
programming.
You use SDA as your CLI
Your debuger is Delta or xdelta
You have no difficulties with using Debug in six windows on a VT100
You know for sure that you will never meet a TPU macro virus
You really can't think of anything Bill Gates actually invented
The most useful app on your PC is Telnet.
the second most useful app on you PC is the CD player
You never thought I was that bright to begin with.
You know why the VMS development machine is named STAR
You are still seeking "Compose Character" key on your PC keyword
You answer 52.444 when someone asks your address
You can talk about clusters with over 10 nodes
You have to drive your car to ready the other Cluster nodes
You have used patch/abs to patch an Alpha image and it worked
The Pacific Northwest is still best known for its trees.
You know what PMDF stands for
You don't exit your editor when you leave for a two week vacation
You actually expect your mail to work
You don't follow up an email with a phone call and a fax
You think that Microsoft is a new type of softserve ice cream
You see no reason at all for a _minimum_ password lifetime.
You know that the kernel is part of the operating system not Mr.
Sanders first name
You can use threads for more than sewing
You can convert your phone number to hex
You can use SDML
You know what SDML stands for
From: Eric Smith <eric(a)brouhaha.com>
>Zane writes:
>> Have you looked into doing Reverse LAT with a DECserver? I've heard
it's
>> possible, but haven't tried. Don't think it's quite what you want
anyway.
>
>I've got several DECserver 200/MC boxes available for sale or trade. No
>idea if they do reverse LAT (or, for that matter, normal forward LAT).
the do both with the right host software. They were _the_ LAT box
for serial lines via Eithernet.
Allison
From: Chuck McManis <cmcmanis(a)mcmanis.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Wednesday, October 04, 2000 1:48 PM
Subject: cluster stuff [was Re: Changing logicals on VMS?]
>At 11:13 AM 10/3/00 -0700, you wrote:
>>Actually this is more or less the solution I was thinking of (using a
>>vax) if I couldn't find an off the shelf solution. Is there any
console
>>server software for VMS?
>
>There isn't a VMS solution but that other OS (NetBSD) ...
Wasnt Unicenter (polycenter?))a vax console product? I know
there was a common console product to allow single point
management.
Allison
Amusingly, that website of those lawyers currently says "MoFo among Working
Mother Top 100" or something like that.. heh
Will J
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
It's been a while since I have picked-up any _digital_
computers, but I just could not resist this. I found
someone selling a Ohio Scientific Model 600 on eBay,
and when I went to check was it sold for, I discovered
that no one wanted to bid the $20 minimum bid.
http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?MfcISAPICommand=ViewItem&item=37585
7886
So I asked for a picture of the computer to make sure it
wasn't just a baggie full of spare parts.
http://www.best.com/~dcoward/osi600.jpg
I paid for it and it arrived today. There seems to
be only one empty dip socket that looks like it should
not be empty. It looks like the key caps for the numbers
were removed on purpose. Without taking it apart, I can
see one ROM labeled "BASIC 3", and two EPROMS labeled
"BASIC 4 modified 12/21/81" and "SYN 600 MOD".
I found one web site that also calls this a SuperBoard II.
The main board says:
"Ohio Scientific Model 600 CPU @1978 Rev B"
The large daughter board says:
"@1980 AARDVARK". And it contains a MC6821 PIA.
The small daughter board contains three 2716s labeled
"REV 94 I", "REV 94 II", and "REV 94 III".
All in all it looks to be in very good condition,
but powering this up is going to have to wait. My
wife wants my current projects off the dinner table
and the analog flight simulator and the paper tape
punches out of the dining room.
--Doug
===================================================
Doug Coward dcoward(a)pressstart.com (work)
Sr Software Engineer mranalog(a)home.com (home)
Press Start Inc. http://www.pressstart.com
Sunnyvale,CA
Visit the new Analog Computer Museum and History Center
at http://www.best.com/~dcoward/analog
===================================================
Real programmers use DCL and FORTRAN.
I used to work for a large engineering firm which used VAXes and VT220's for
everything. Mostly we used 11/750's and 11/780's for CAD/CAM. We tried PRO
350's and 380's for engineering applications. I originally programmed
structural design of pipe hangers on a PRO 350. For word processing they
purchased AT&T 6300's with 10MB HardCards to replace all of the typewriters.
All of a sudden everybody could create a document and send it out. File
copies were never created or lost. Some people used WordPerfect, MultiMate,
WordStar, and IBM DisplayWrite 3. Fonts, margins, and layout all went
crazy. How would you like to pay 4 million dollars for a set of Coal fired
power plant manuals and end up with a mess?
We standardized on IBM DisplayWrite 3 and I was given the task of capturing
all of the printing and filing it. We used a MicroVAX II to drive Xerox
2700 laser printers on each floor. Every time you printed we captured and
archived a copy. I then created a FORTRAN77 program on the VAX to translate
EBCDIC IBM DisplayWrite3 documents to ASCII and then print them. We also
included the ability to take HPGL plot files and scale them to fit into an
area in a document. We also added special symbols, foreign characters and
logos.
Engineering companies only believe in FORTRAN. We had a bad experience with
a programmer who wrote lots of code in "C" and then left.
Most of my support time was spend proving that my software was not at fault
when the PC's were not working, the network was hosed or the printer was out
of paper. Computer viruses were not a problem, only game players, and wierd
spell checkers.
I still have my copies of the FORTRAN version of a word processor print
spooling application.
Mike
mmcfadden(a)cmh.edu
Hi,
I just received a TI TMS320C40 DSP + Inmos T805 transputer TRAM module.
Quite a neat board. Does anyone have a C compiler for it? I havent
tried out GCC yet, but according to the manufacturer, it was
specifically designed for TI C compiler...
Ram
Hello.
I need spare parts for my ASR 33 and/or looking for enough to refurb
another unit. Preferably one now with the "internal" acoustic coupler
modem.
If you are in SoCal and have one, let me know.
Chris Johnston
chris(a)routerguy.com
From: Will Jennings <xds_sigma7(a)hotmail.com>
>Don't forget the main thing that UNIX needs...
>Useful error messages!
Ow come on compared to winders they are positively inspired
even useful!
Allison
From: R. D. Davis <rdd(a)smart.net>
>work their way up to VMS and eventually be given access to the 'net
>after demonstrating an ability to send e-mail using macro-32.
Back in the dark ages when people could barely say print servers
one of the local characteres took an apple laser writer and put it on
a serial port of the local vax and wrote a DCL script so that you could
either mail or print to the printer. Worked pretty good for VMS-3.6!
>from Macro-32 you have reall power available!
Allison
From: Clint Wolff (VAX collector) <vaxman(a)uswest.net>
>Ahhh, I see... If the cartridge is subjected to excessive shock, the
>disk pops loose from the magnetic holder in the bottom, and rattles
>around. I wish I remember which ones made 'clunking' sounds as I
>unboxed them.
>
>Thanks for all the answers!
Almost but not quite. the hub is a very sturdy bolted up
structure as it has to hod on to a 14" disk spiining at high
speed.
However, The disk is 14" and only 1/8" thick aluminum so a
shock in the wrong direction can warp it just like an only vinyl
record in the sun.
Allison
Hmm..
"You have the complete VMS docset on display in your living room."
Only one docs set? I have 2 complete ones and several incomplete ones...
"You keep wanting Digital to produce "Visual DCL""
Eh? I'd imagine that would look really weird on my LA120...
"You still have a VAX architecture manual"
Which one would you like? 80-81, 82, 86, or the big expanded 8.5" x 11" one?
And which rev of the instruction set reference do you prefer?
"You need a mouse with three buttons and the middle button is useful"
Mouse? Whazzat?
"You believe a computer might handle more than one user at a time"
Maybe, but they have to bring their own chair and their own terminal
"The concept of a blue screen of death is foreign to you"
Well, in theory, I suppose I could make a text page entirely composed of the
word "death" and somehow get a blue ribbon made for the LA120.. but where
does the screen part come in?
"You think that a command line interface is better than a GUI"
A GUI? Was someone drinking pop around the computer again?
"You reboot your desktop station once every 15 months (and only because
a tornado caused a city-wide power blackout)"
Hah, my station is being used *AS* a desktop
"You know you can find out how to use a command by typing help and get
it" I think I'll just look it up in the doc set, that'd be a lot of printing
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Share information about yourself, create your own public profile at
http://profiles.msn.com.
Ah, part of the joke is the people that would be most mystified by
VMS is the Winders crowd. Most of them have forgotten what
C:> means or never have seen it.
-----Original Message-----
From: Dan Kolb <dankolb(a)ox.compsoc.net>
>> You keep trying to use the EDT keypad in Word.
>
>Oh, please. Word? Surely it should be vi, emacs or Wordstar. :)
See win9x... They meant Word as anyone ued to other real word processors
would be clued and maybe even like LSE or TPU.
>Hmm...one page...that would be, say, 80x25 for a screen, or about 80x65
for
>an A4 page. So that's max. 5k. Why *does* it need half a meg. anyway?
Word
>attachment?
HTML, RTF MIME, anything but plain ascii.
>> You think that a command line interface is better than a GUI
>
>It is, though, isn't it? The only advantage I can (OTTOMH) think of is
that a
>web browser in a GUI displays pictures :-)
So can ghostscript from a command line.
>"apropos <keyword>"?
VMS Help {type, dir, del, set, show, ... or maybe even ?}
>> You really can't think of anything Bill Gates actually invented
>
>Did he invent anything?
Still cant, never did, likely cant.
Allison
From: Clint Wolff (VAX collector) <vaxman(a)uswest.net>
>I haven't looked at these very close yet, but aren't the heads in the
>drive, not the disk pack?
>
>The only damage I can imagine is the bearings and/or races got munged
>up...
>
>clint
The packs consist of a hub assembly (no bearings) that matches up
with the magnetic clutch on the spindle of the drive. The platter being
nearly 14" is susceptable to warping from high shocks.
I'd consider popping it out of the plastic pack and mounting it on a try
spindle and giving it a spin in free air to see if the the platter is
warped.
If the heads make contact it could be catastrophic and a PITA to
mount and align a new set.
Allison
>
>
>On Mon, 2 Oct 2000, Daniel T. Burrows wrote:
>
>> >I recently purchased a number of RL02 cartridges. Some are labeled:
>> >RL02K-DC and some RL02K-EF.
>> >
>> >What's the difference between them?
>>
>> The -EF were error free.
>>
>> >
>> >One had one side of the shock indicator set, a second had both set.
>> >
>> >Would it be a really bad idea to use either of these, or just a bad
>> >idea?
>>
>> Depends of how brave you are.:)
>> Clean the heads first anyway.
>> Inspect them closely for any dings. Especially on the edges of the
>> platters. Then be ready to spin the drive down if you hear anything
when it
>> first loads.
>> Then inspect the heads again for oxide whether you heard anything or
not.
>>
>> Dan
>>
>>
>>
>>
>
From: Chuck McManis <cmcmanis(a)mcmanis.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Monday, October 02, 2000 11:39 PM
Subject: Re: Changing logicals on VMS?
>I got in this mess as follows:
>
>I installed an RF72 drive into my 4000/200 and proceeded to do a 'sho
dev'
>on it. It showed up on the DSSI bus as $24$DIA264:
>
>I then installed VMS 7.2 on to this drive, followed by a bunch of
layered
>products.
>
>Then I read in the KA660 technical manual how to "talk" to the DSSI
drives,
>(which is very arcane using the KFQSA but a snap on the KA640 and KA660)
>and proceeded to tell the drive to call itself node SYSTEM and unit 0.
>
>This worked fine, and I noted that I could now boot the system by
>specifying DIA0: rather than DIA264: (which I never could remember
anyway).
>
>Then I went to install another layered product. That installation failed
>because it couldn't find a file is was expecting in
>SYS$SYSDEVICE:[SY0.SYSTEMP] (or something very similar). So I did a dir
>SYS$SYSDEVICE: and sure enough there was nothing there, then I did a
SHOW
>LOGICALS and from there discovered that SYS$SYSDEVICE: was defined to be
>$24$DIA264: (the original name of the DSSI drive)
Ok, try set(or is it define) sys$sysdevice:[sys0.systemp] == $24$dia264
I may have this off some but it's only a simple necessity in systartup_*
to define the
system logicals for the devices you wish to be default.
>Now I could name it back again. But I'd rather tell VMS where the
SYSDEVICE
>now sits (for all the system, like on a permanent basis). If I 'define'
it,
>it changes for the current process but doesn't change universally and
more
>importantly other things are stuck that way to.
>
>Nothing is SYSTARTUP_VMS.COM defines these so they must be in a
parameter
>database somewhere else. That is where I'm looking now ...
>
check help define logicals.
Allison
I used to have the rackmount version of this system (I don't recall
the /xx number, 41 maybe?)...it was quite a machine. Next to my other
main machines of the day (MicroVAX-II and a few 386 systems, this was
like 1989) it was a VERY fast box. Lack of networking was what killed
it for me. But aside from that, it was a pleasure to use.
-Dave McGuire
On October 3, Joe wrote:
> At 12:10 PM 10/3/00 +0100, Pete wrote:
> >
> >> I now have it here, its a Zilog S8000/32 Model 130, Ser no.
> >> 01871336, sold by Allied Business Systems of Portslade, Sussex.
> >>
> >BTW what, precisely, is it - does anyone on the list know of them. In his
> >original message to me he said that it was big and that it had been used at
> >a local college to teach Unix to students.
> >
> You're in luck. I just happen to have a copy of the '82/'83 Zilog
> catalog handy. It lists the S8000/31. I expect the 32 is similar. Here are
> some of the specs for the 31; 6 MHz Z8001A CPU and Z8010A MMUs as well as 6
> MHz Z80B CPUs. The Z8000 is a 16 bit CPU with 16 general purpose registers
> and an 8 M byte address space and can perform 8, 16 and 32 bit operations.
> The operating system is Zeus, a Zilog enhanced UNIX. It includes a screen
> oriented editor, a symbolic debugger and more than 180 other utilities.
> Other features include a HFS, compatible file, device, and interprocess
> I/O, Separate code and data address space, multiple processes per user,
> user program address space of up to 8 Mb (C, Fortran 77, assembler. Zilog
> offered BASIC, Cobal, C, Fortran 77, Pascal and PLZ/Sys for it. The machine
> has up to 4 Mb of ECC memory (1 Mb minimum) and can support up to 24 users.
> Optional 9 track 1/2" magnetic tape drive. I *think* it does include a tape
> cassette drive as standard. It should have a 3600 RPM 32 Mb hard drive with
> 45 ms access time. The standard unit is 33" high and measures 19" wide by
> 24" deep and weighs ~ 250 pounds. Based on the picture, it appears to be
> made up of four modules stacked on top of each other and has castors
> underneath. The unit is white with a vertical black strip about 6" wide on
> the left side of the front. There are expansion units that can be stacked
> on top of the main unit. Th unit can run off of single phase 100, 117, 220
> or 240 VAC. Maximum current at 220/240 volts is 4 Amps.
>
> Joe
>
>
>
>
>
>
>
>
>
> >
I recently got a PDP-11/34A, with 2 RK05 drives, about 10 packs with RSTS/E and maybe RSX-11M (not sure about what else). The main cabinet is almost completely full of cards that I know almost nothing about. I powered up the CPU, and it appears to work. I have a lot of manuals also. My question is: What should I do first? I have no idea how to clean this stuff. Right now I really want to know what I should do in preperation for setting everything up.
Thanks,
Owen
After last weekend's soaraway success this weekend was a little flat! I
could only get 2 boxed early 80s electronic games - MB Genius and Cue
Ball....red LED snooker anyone? :)
http://www.binarydinosaurs.co.uk if you fancy a look, now fully (I hope)
netscape compatible!
a
> -----Original Message-----
> From: Mike Ford [mailto:mikeford@socal.rr.com]
> Sent: 29 September 2000 19:02
> To: classiccmp(a)classiccmp.org
> Subject: Recent finds
>
>
> Sometimes its the little things, sometimes the big ones.
>
> Items bringing me joy this week (something has to since I
> can't go to VCF ;(
>
> I found two Tandy labeled and two Grid labeled AC adapters,
> all with the
> same output plug and 16.5 v something amp ratings.
>
> Later in the week I found a Barco 2846 multidata 28" color monitor
> (supports NTSC/PAL RGB, svga, and mac with switches).
>
>
Dammit - that's too far for me too :o(
> -----Original Message-----
> From: Peter Joules [mailto:pgj@ghrs.co.uk]
> Sent: 03 October 2000 12:43
> To: 'classiccmp(a)classiccmp.org'
> Subject: Zilog S8000 available in the UK
>
>
> I had this machine offered to me, but it is too far for me to
> collect it if
> anyone else in the UK wants it. Please contact Mike directly.
>
> BTW what, precisely, is it - does anyone on the list know of
> them. In his
> original message to me he said that it was big and that it
> had been used at
> a local college to teach Unix to students.
>
> --
> Regards
> Pete
>
> > -----Original Message-----
> > From: Mike W [mailto:mike@corn2.freeserve.co.uk]
> > Sent: 03 October 2000 10:57
> > To: Peter Joules
> > Subject: Re: You want old computer stuff?
> >
> >
> > no probs abt the delay in replying Pete, feel free to pass on the
> > details to whoever you wish.
> >
> > I now have it here, its a Zilog S8000/32 Model 130, Ser no.
> > 01871336, sold by Allied Business Systems of Portslade, Sussex.
> >
> > It appears to be functional but as yet I hav'nt connected a
> terminal
> > to it so I can't be certain of this.
> >
> > If you or any of your fellow devotees would like to have it
> > then I'd be
> > only too happy to store it until it can be collected.
> > Catch you later.. Mike W, Redruth, Cornwall
> >
> >
>
On Oct 2, 20:38, Ram Meenakshisundaram wrote:
>
> [ Attachment (multipart/alternative): 2760 bytes ]
[please don't post multipart :-)]
> I hope that the firmware is downloaded to the chip each time it is fired
=
> up, but I am not sure. The chip is labelled as:
>
> TOSHIBA
> TC57H256D-70
> JAPAN 8906YAA
> VPP 12.5V
>
> Does anyone know what type of IC this is and where I can obtain one?
It's a standard 32768 x 8 CMOS EPROM, 70ns access time. I have the data
sheet if you really need it. Pinout is:
Vpp 1 28 Vdd
A12 2 27 A14
A7 3 26 A13
A6 4 25 A8
A5 5 24 A9
A4 6 23 A11
A3 7 22 ~OE
A2 8 21 A10
A1 9 20 ~CE
A0 10 19 D7
D0 11 18 D6
D1 12 17 D5
D2 13 16 D4
GND 14 15 D3
Like many devices of its time, it has an electronic signature, though it's
unlikely your circuit checks that. Anyway, the signature is obtained by
applying normal read voltage to all pins, except you apply 12V to A9. Then
with A0 at logic 1, you get the manufacturer code 0x98 and with A0=0 you
get device code 0x45.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
What are some of the default logins under VMS. Yes this is the first time
I've played with the beast.
BTW, how long does it take for DECUS to allow membership? I'm dying to
get the CD's which I can't until the membership is approved. And lastly
can I pop on a 3rd part SCSI drive on the uVax II?
--
Linux Home Automation Neil Cherry ncherry(a)home.net
http://members.home.net/ncherry (Text only)
http://meltingpot.fortunecity.com/lightsey/52 (Graphics)
http://linuxha.sourceforge.net/ (SourceForge)
I periodically poll the list to see if anyone has the following manuals
that I'm looking for. Been a long time, so here goes again :-) :
I have a couple of Mizar VMEbus Video boards, model 7710. Has anybody an
operator's/technical manual? Either an original or decent xerographic copy
will do. Has anybody written an OS-9/68K ver. 2.3 or 2.4 driver for this
thing? These are 1989 vintage.
I'm also looking for the following Motorola VMEbus Module manuals:
** MVME 236-1,2,3 (Publication number MVME 236-1 Dx ), DRAM memory module
(x = version or edition number. I'll take any version.)
** MVME 133-1 (Publication number MVME 133-1 Dx ), Processor module
** Support Docs manual for this processor: SIMVME133-1
** MVME134bug (Publication number MVME134bug Dx ), debugger manual
for '134 processor module
** Support Documentation (schematics, etc.) for an MVME147S which is
publication number SIMVME147S. Already have the manual.
** Xycom XVME 682 -which is a VMEbus PC/AT (Intel 286) processor module
** I'm also looking for Xycom catalogs and any tech documentation from
back in the mid-80's.
Thanks for your help!
Regards, Chris
-- --
Christian Fandt, Electronic/Electrical Historian
Jamestown, NY USA cfandt(a)netsync.net
Member of Antique Wireless Association
URL: http://www.antiquewireless.org/