Hi All,
Today at the preview for the UA auction tomorrow, I saw one bigass DG Aviion.
I believe it is a 9500+.
I pulled the cpu board from the back of the VME bus and it showed 4 (four)
88110RC50F motorolla processors, which I believe are
50Mhz 88110's. It also had about 523MB of memory. but no disks. Usually these
rack-size monsters go for next to nothing > $25.00, sometines as low as $2.50
Any takers ??. For a small consideration I can buy and hold as obviously you
don't want to ship it.
Cheers
Tom
--
---
Please do not read this sig. If you have read this far, please unread back to
the beginning.
I am also in need of one of these for a pdp-8 (16 sector packs). I don't want to keep it, just use it. Is there a way that someone could
create one of these for people who might find these useful? Thanks.
Tim R.
_______________________________________________
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
How often do you people use a head cleaner to keep your floppy drives running (or what do you use to clean them when they don't read disks correctly)?
TZ
I'm looking for a standalone paper tape reader/punch combo. Something along
the lines of like a DSI 2400, but I'd really prefer a facit 4070. Must have
Rs232 interface.
Perhaps I could trade a tested/refurbed HP21MX cpu for one? or??
Jay West
In a message dated Mon, 28 Jun 2004 17:00:29 +0200 (MEST), "Fred N. van Kempen" <waltje(a)pdp11.nl> writes:
> Hi all,
>
> Since I will be in the U.S. during VCF/E, I might as well try to
> actually make it there. Is anyone driving there from the
> Silicon Valley area?
Wow, you would actually drive across the entire US to go? That's like saying since you'll be in China, you might as well drive back to Europe! Isn't it? Best, David, classiccomputing.com
Is there a way that someone could
create one of these for people who might find these useful?
--
Crisis Computer in San Jose has the equipment to write CE packs.
They aren't going to be cheap. I'm guessing $300 to $500.
They are probably the only place in the world left that has the
gear to do this.
Realigning 2315 heads isn't something you want to do if you don't
absolutlely HAVE to, since you run the risk of making the packs
that you have unreadable, if they were written on drives that are
off spec.
Does anyone on this list have any machine readable copies
of RSTS/E besides the v7 one that we use with Bob Supnik's
simh simulator? I am looking for some of the older versions,
such as 6A, 6B, or 6C. I have v7, but in order to recreate an
accurate reincarnation of what my group used in 1977-79, I
need the v6 versions.
Does anyone know if any of the v6 or v5 distributions have
survived to the present time?
Ashley
>If you have the time, it's a great thing to do at least once in your
>lifetime. I spent 6 weeks on a big circle around the USA 15 years ago
>(in honor of my naturalization) -- one of the best vacations I ever
>took.
I'd have to 2nd that. Years and years ago (20?) my family drove an RV
>from NJ to CA. We followed a VERY twisted path (took us a month to get to
CA), hitting as much stuff as we could in between.
Probably the single best vacation I've ever been on, and one of the best
experiences of my life.
Too bad we ran out of time and had to drive straight back to NJ rather
than following another twisty path (took us 4 days to get back)
-chris
<http://www.mythtech.net>
Hi, Roger.
Prmopted by Bob's message to the list about PDP-11/23+ bootstraps, and
some private email I had with him earlier:
On Mar 4, 16:18, Roger Merchberger wrote:
> Rumor has it that Pete Turnbull may have mentioned these words:
>
> >Fancy parting with a few? They're 24-pin 8Kx8, which makes them
> >particularly useful for some DEC boot ROMs (which is the only place
> >I've seen them before). They fit *my* programmer :-)
>
> How many you need? It'll take me a few days to find 'em & pack 'em...
This was in response to some messages on ClassicCmp about Motorola MCM
68764 EPROMs for a Panasonic HHC. Did you ever find any? I'd be happy
to pay for carriage and a little something besides. I'd only need a
few (4, maybe, for DEC bootstraps).
Do you still want some Euro coins for your collection? I never did
anything about that, did I...
--
Pete Peter Turnbull
Network Manager
University of York
On Jun 27, 13:59, Tom Owad wrote:
> What I'm leaning towards now is making two sets: one for archiving
and
> one for distribution.
>
> The archival images will be 600dpi greyscale TIFFs. They will not be
> converted to pdf, but just stored as TIFFs.
>
> The images intended for download and distribution will be 200dpi
> greyscale JPEGs. Using these, I expect a 128-page download to be
about
> 20 MB. While perhaps not suitable for ocr, these images are very
> comfortable to read on-screen, and can later be replaced with
improved
> versions made from the original 600dpi TIFFs.
>
> I know a lot of you expressed concerns about JPEGs, but I haven't
been
> able to get anywhere near the compression using other methods, for
> greyscale images. Am I overlooking any options?
JPEGs are bad news because of the losses. Personally I find
higher-resolution easier to read (and print, if I want to, which I
often do) and normally greyscale isn't needed. The last thing I
scanned was a 166-page DEC manual, which came out as 6.4MB of PDF or
6.3MB of G4 TIFFs in a single TIFF file. That's a lot better than your
20MB JPEG, and higher resolution, too.
--
Pete Peter Turnbull
Network Manager
University of York
Found these in Chicago:
Vax 4000-300
Dec R400X
TU-81 Plus
Free for pickup - will not ship.
They are on hold for a week before "demanufacturing". Let me know if
anyone is interested; I don't have any more info than the name tags;
devices appear to be in good cosmetic condition.
Jack
On Jun 27, 8:13, <pzachary(a)sasquatch.com> wrote:
>
> I have several roms and a reader, what format would be the most
portable?
If you mean file format, probably Intel HEX files. I usually use
binary for ROM images, but those ROMs are small so it's not really an
issue. More programmers handle Intel HEX than S-records (though some
handle both, and there are various utilities on the net, including
mine, to convert between them).
If you mean data layout in the file, remember those ROMs are 4-bit
wide. A lot of programmers only use one half of each byte in the file.
Mine happens to use the lower 4 bits, but I believe some may use the
upper 4 bits. It might be worth copying whichever 4 bits your
programmer provides into the other four (ie if the data in one 4-bit
word is binary 1011, and the programmer creates a file with byte value
00001011 for that word, turn it into 10111011). You'll end up with a
file that's 512x8 instead of 512x4, of course, but you would anyway, as
that's what most programmers use for such devices.
--
Pete Peter Turnbull
Network Manager
University of York
>>
Apple IIgs Second Sight Video Card
>
>What does this do for the IIgs?
Gives it ESP so you can see tomorrow's lottery numbers (or was that the
'Third Eye' card?)
-chris
<http://www.mythtech.net>
I know there are lots of utility programs that can
create image files of floppy disks for MS-DOS.
Instead of having to write the image file back to a
physical floppy disk, are there any programs that can
"mount" disk images to make it appear to MS-DOS as if
the original floppy disk is in a drive? As an example
of what I am looking for, "Disk Copy 6.x" can do this
for the Macintosh.
- Curt
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi Marvin
Most gel cells are damaged from overcharging and not
sulfating( no more water inside ). Most cases of sulfating
can be recovered with a slow, low current charge. You need
to have just enough current to overcome the normal leakage
but not enough to generate excess gas.
I've not seen, personally, enough difference between these
types of battery rejuvenators and just using a trickle current
to justify there purchase. About 5 years ago, we took two
batteries that did not recover after a trickle charge.
Neither of the two recovered after using a device, similar
to the one described with high frequency pulses. All the
other batteries recovered. These were auto sized and we used
a current of 200ma.
Dwight
>From: "Marvin Johnston" <marvin(a)rain.org>
>
>
>I just found out about a new type of battery charger called the
>BatteryMinder that will (it is claimed) rejuvenate Lead/Acid batteries
>that are dead due to sulphating. A friend of mine used one on a battery
>that had been totally discharged for too long, and was able to recover
>it. He sent me a 12v one and I am looking around for some batteries to
>try it out ... like a couple of dozen Sharp PC-5000 lead/acid batteries
>:). If this works on *old* lead acid batteries, I will be one happy
>camper :)!
>
>If anyone is curious, their web site is at:
>http://www.vdcelectronics.com/batteryminder.htm
>
>"Joe R." wrote:
>
>>
>> The batteries in the PP and PP+ are a pain. They're lead acid and they
>> are individual cylinders. So if you let them run down for very long, it
>> will ruin them and they're not an easy style to find. IIRC they're X size
>> which is slightly larger than standard D size.
>
>From: "Dwight K. Elvey" <dwight.elvey(a)amd.com>
>
>Hi
> One other thought, check that the head positioning
>system isn't sticking.
> I also doubt that both drives have had some electronic
>failure.
>Dwight
>
>
>
Hi
I also forgot to mention, I have one of those floppy
drive exercisers. If you live in the San Jose/Santa Cruz
Calif. area, we can get together and check out your drives.
Dwight
I think something similar would be Ghost Explorer. That lets you take a drive
that has been "backed up" with Ghost (sorry, no floppy drives that I know of)
and then treat the packed image file as a folder (under Windoze). I think
you can also "zip" the files on the drive and then use an unzip program to
browse.
But it sure would be nice to take a file made by a true floppy image copy
program (like floppy copy) and browse it, not just restore it to another
floppy.
Joe Heck
I'm still looking for an ASR-33 teletype, an LA36
DecWriter, and a VT50 DecScope for my 1977-78 PDP-11/40
computer center "reincarnation" project. Does anyone
on this list have any of these items that they would
be interested in getting rid of?
Also, another item that I need to make the project
complete is an HP 7200A plotter.
If anyone has any of these items and wants to get rid
of them, please contact me off-list.
Thanks,
Ashley
Hi,
I just rescued a Vax cluster, with two 4000/500 processors and a
R400X enclosure with DSSI drives in it.
I'm a newbie to VAXen, but ordered CDROM media for OpenVMS as a hobbiest.
I also successfully fashioned a console cable. So far, if I boot from one
disk, I get a $ prompt, but only with the "backup" command working, and
if I boot from another I get tons of boot-up messages, but no console
login prompt once the thing seems to be up.
I'd like to find four DSSI terminators, so I can run one or the other
processor, either with internal disks or the R400X, without having to
have this set up as a cluster.
I'm also looking for some other SCSI controller. The one in this system
is the KZQSA, suitable for installing VMS from a CDROM, but incompatible
with NetBSD, and apparently pathetically slow for SCSI hard drives under VMS.
I have no idea where to find either of these items. If anyone has any
suggestions, please let me know.
Mark
--
Mark G. Thomas (Mark(a)Misty.com)
voice: 215-591-3695
http://www.misty.com/http://mail-cleaner.com/
I scan at 400dpi 1bpp and save the pages using group4 compressed TIFFs
which is the maximum res the IS520 scans at.
Acrobat does a really poor job of saving JPEGs (it makes them a LOT
bigger than the originals) and I would NOT use a lossy format on any
page with only text or line art. There is a noticable loss of edge
contrast on text pages compressed as JPEGs.
a thought just hit me as to a typical failure that I have seen in floppy drive controllers. Look at the output drivers on the controller and see what the signals look like. These chips are typically open collector buffers of some kind (7438, 7406, 7407, and peripheral chips 7549x series). I have seen these chips have output problems and that could certainly create problems.
best regards, Steve Thatcher
-----Original Message-----
From: "Dwight K. Elvey" <dwight.elvey(a)amd.com>
Sent: Jun 28, 2004 12:33 PM
To: cctalk(a)classiccmp.org
Subject: Re: Floppy drive oddity? (TEC FB-503)
Hi
One other thought, check that the head positioning
system isn't sticking.
I also doubt that both drives have had some electronic
failure.
Dwight
I think I have one or two, but I can't get to them until July 12. Check
with me directly then if you haven't gotten one by then.
Joe Heck
Trash9(a)splab.cas.neu.edu
Hi,
I have a KDF-11B (that's the quad sized PDP-11/23+ CPU with onboard
serial ports and bootstrap/terminator) that's too old to know how to
boot from MSCP (e.g. RQDX/RD5x) drives. I know later versions of this
board could do that and I was planning to just upgrade the EPROMs on my
board, but all the later EPROM images are 8K bytes - my board has only
2K (2716) 24 pin EPROMS. There's no way (at least no simple way) to
install 8K 28pin EPROMs. Actually, the EPROM sockets on my board are so
close together that I don't think I could get 28 pin devices to fit even
if I did "flying leads" for the extra 4 pins.
Did the later KDF-11B boards really have 28 pin sockets? Is this
upgrade hopeless?
Does anybody have a system for disassembling and then re-assembling
these EPROMs? If I throw out all the useless bootstraps (e.g. the RK,
MRV11 ROM or DECnet boots) there ought to be room even in 2K for a DU
boot.
Bob Armstrong
One of the labs here is getting rid of the VMS grey wall (V5, I
believe). It is available free for pickup. Contact me if you are
interested.
Thanks,
John
--
John A. Dundas III
Director, Information Technology Services Infrastructure, Caltech
Mail Code: 014-81, Pasadena, CA 91125-8100
Phone: 626.395.3392 FAX: 626.449.6973
Hello, all:
I'm researching ways to interface my TI74 to a host PC. TI made a PC interface cable which I've been able to find from a third-party vendor now that IT is out of the CC40/TI74 business. He wants $94 for it. Way too much for my cheap blood.
Sensing a homebrew project in the offing, I've been doing some research. I've been able to find the software for the PC but I've found no info on the cable. The cable probably has a Hexbus chip in it, which knowing my luck is no longer available. The Hexbus specifications ("Intelligent Peripheral Bus Controller" dated 9/83) don't reveal a chip number but does indicate the fab -- LSI Logic.
Does anyone have any info on the Hexbus silicon? I've spent some time with the FTP archive on Western Horizon Tech's site but I'm coming up empty.
Thanks.
Rich
I haven't seen much PDP-11 stuff at the MIT Flea. This past
sunday, there was a robin and a rainbow, but no other systems
that I saw. There were also some vendors who had accessories
for various DEC laptops...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL,ST| email: mbg at world.std.com |
| Member of Technical Staff | megan at savaje.com |
| SavaJe Technologies, Inc. | (s/ at /@/) |
| 100 Apollo Drive | URL: http://world.std.com/~mbg/ |
| Chelmsford, MA 01824 | "pdp-11 programmer - some assembler |
| (978) 256 6521 (DEC '77-'98) | required." - mbg KB1FCA |
+--------------------------------+-------------------------------------+
On Jun 27, 13:17, Marvin Johnston wrote:
>
> I just found out about a new type of battery charger called the
> BatteryMinder that will (it is claimed) rejuvenate Lead/Acid
batteries
> that are dead due to sulphating. A friend of mine used one on a
battery
> that had been totally discharged for too long, and was able to
recover
> it.
I expect this uses some sort of high-frequency (very short duration)
high-current pulses to overcome the sulphating. The idea has been
around for a while, and it does work. See, for example,
http://www.flex.com/~kalepa/desulf.htm
which has links to a lot of information.
--
Pete Peter Turnbull
Network Manager
University of York
Fred,
As Lyle noted, I own both a 12 and a 15, and would like to
be considered for your 12 and 15 tapes. (I currently only
have a couple 15 tapes and no 12 tapes.)
I have contributed material to Al on a regular basis for
scanning or read-in for his extensive bitsavers.org site.
(David Gesswein has also read in 15 tapes for the site.)
Thanks,
- Robert
robert.garner(a)mindspring.com
On Sunday, June 27, 2004, at 09:15 AM, Lyle Bickley wrote:
> From: Lyle Bickley <lbickley(a)bickleywest.com>
> Date: Sun Jun 27, 2004 9:14:02 AM US/Pacific
> To: "General Discussion: On-Topic and Off-Topic Posts"
> <cctalk(a)classiccmp.org>, "Fred N. van Kempen" <waltje(a)pdp11.nl>
> Cc: "General Discussion: On-Topic and Off-Topic Posts"
> <cctalk(a)classiccmp.org>, Al Kossow <aek(a)spies.com>
> Subject: Re: PDP-9, -12, -15 paper tapes found
>
>
> Robert Garner has both a PDP-12 and PDP-15 and he's local (San Jose
> area). I
> suspect he'd want them for sure.
>
> Lyle
>
> On Sunday 27 June 2004 08:57, Fred N. van Kempen wrote:
>> Hi All,
>>
>>> You might want to bring them to the US next week and loan
>>> them to Al Kossow so he can archive them.
>>
>> OK, will do. This will actually NOT make KLM scream at me, for
>> once :) Since I do not "do" anything with these systems, are
>> there any PDP-9, -12 and/or -15 collectors who would want to
>> take these, after Al copies them?
>>
>> Cheers,
>>
>> Fred
>
> --
> Lyle Bickley
> Bickley Consulting West Inc.
> http://bickleywest.com
> "Black holes are where God is dividing by zero"
>
>
I GIVE UP!!! Does anyone have drivers for the HP 6300 series scanners.
It's something called Precision Scan. I searched the net for over an hour
and all I found was links to other search engines with links to other
search engines to links to OTHER search engines that all ultimately lead
back to MORE people trying to find drivers for the same thing.
All the search engines are lousy any more. I type in "HP ScanJet 6300
driver download" and all I get are link sto people trying to sell the
scanners and othe search engines and not one place where I can actually
download drivers.
Joe
Hi All,
While going through someone's collecting heritage, I found some
paper tapes for PDP-9, PDP-12 and PDP-15 systems. From what is
printed and/or scribbled on them, it looks like bootstraps and
diagnostics tapes. Some are DEC-original.
Does anyone want these, and/or who can read and archive their
contents? I know nothing about these systems, soo...
Cheers,
Fred
--
Fred N. van Kempen, DEC (Digital Equipment Corporation) Collector/Archivist
Visit the VAXlab Project at http://VAXlab.pdp11.nl/
Visit the Archives at http://www.pdp11.nl/
Email: waltje(a)pdp11.nl BUSSUM, THE NETHERLANDS / Mountain View, CA, USA
*WARNING: NEWBIE ALERT*
Ok. I must be an idiot.
I for the life of me cannot figure out why is it when I say:
1000: .ASCIZ /HELLO WORLD!/
After assembling and linking it turns out that:
1000: 042510 ;H=110, E=105
1002: 046114 ;L=114, L=114
1004: 020117 ;O=117, <SPC>=040
1006: 047527 ;W=127, O=117
1010: 046122 ;R=122, L=114
1012: 020504 ;D=104, !=041
1014: 000000
Why is the octal ASCII code and the content of the addresses different?
/wai-sun
--
___________________________________________________________
Sign-up for Ads Free at Mail.comhttp://promo.mail.com/adsfreejump.htm
Ed,
I seem to be having trouble getting messages through to you. I've sent
you a number of messages about the MIT books including two more yesterday
but the only time that I have gotten a response is when I post a message here.
Do you have an alternate E-mail address that works?
I'm interested in the Rad Lab yearbook and I can offer cash or a trade.
Let me know which you want.
Joe
I have a copy... it was meant to read a program from "drum" memory,
a coffee can covered by a piece of paper with the appropriate holes
cut it in so paper-clip "brushes" made contact. The problem is that
you then had to (if I remember correctly) make the changes in the
states of the 'flip-flops' yourself and move to the next instruction...
I'll have to find it and check it out...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL,ST| email: mbg at world.std.com |
| Member of Technical Staff | megan at savaje.com |
| SavaJe Technologies, Inc. | (s/ at /@/) |
| 100 Apollo Drive | URL: http://world.std.com/~mbg/ |
| Chelmsford, MA 01824 | "pdp-11 programmer - some assembler |
| (978) 256 6521 (DEC '77-'98) | required." - mbg KB1FCA |
+--------------------------------+-------------------------------------+
Bob Bemer, Computer Pioneer,
Passed Away This Week at Age 84.
See links:
The Obituary:
http://www.cnn.com/2004/TECH/06/23/obit.bemer.ap/index.html
Bob's Web site
http://www.bobbemer.com
a.. At Lockheed, he devised the first computerized 3-D dynamic perspective, prelude to today's computer animation.
b.. At IBM, he developed
a.. PRINT I (the first load-and-go computer method),
b.. FORTRANSIT (the first major proof of intercomputer portability, and the second FORTRAN compiler),
c.. Commercial Translator (a COBOL input), and
d.. XTRAN (an ALGOL predecessor).
c.. In 1957 March he was the first to describe commercial timesharing publicly, which evolved into the Worldwide Web.
d.. In 1959 his internal IBM memo proposed word processing.
e.. The Identification and Environment Divisions of COBOL are due to him, as is the Picture Clause, which could have avoided the Year 2000 problem if used correctly.
f.. He coined the terms "COBOL", "CODASYL", and "Software Factory".
g.. He was the major force in developing ASCII (contributing 10 characters -- ESCape (see that key), FS, GS, RS, US, {, }, [, ], and the backslash).
He invented the escape sequence and registry concept, and is called the "Father of ASCII".
h.. He wrote the original scope and program of work for international and national computer standards, and chaired the international committee for programming language standards for eleven years.
i.. As editor of the Honeywell Computer Journal (the first A4-size publication
[1971] in the U.S.) he innovated fiche-of-the-issue and multimedia publishing.
j.. He is recognized as the first person in the world to publish warnings of the Year 2000 problem -- first in 1971, and again in 1979.
k.. And..... more! go to his site to learn more.....
Thanks Ed Sharpe archivist for SMECC
Please check our web site at
http://www.smecc.org
to see other engineering fields, communications and computation stuff we
buy, and by all means when in Arizona drop in and see us.
address:
coury house / smecc
5802 w palmaire ave
glendale az 85301
Well, thanks to everyone for their help on my A2000. Now that I've
cleaned it out (you wouldn't believe how much dust there was inside!).
It seems as though this machine is having some more problems. It now
shows the self test screen colors in the following sequence: dark
grey-light grey-yellow.
Can somebody *please* help me out! I don't want to have to confine this
machine to the trashpile!
Also, if someone can direct me to a PDF version of the manual, I'd be
very appreciative!
>From: "der Mouse" <mouse(a)rodents.montreal.qc.ca>
>
>> Q: Current C compilers are written in C.
>> What was the FIRST C compiler written in?
>
>Was there a well-defined "first C compiler"? I'm not sure there was.
>The language we know today as C has evolved over many years, and it's
>hard to find an obvious place to draw a "before this was not C" line.
Hi
There was a 'B' as well. I don't recall hearing about a 'A'.
Dwight
Using tiffcp to change the compression from lzw to g4 more than doubles
the size to 1.6 MB. That's for a single page.
--
Something is really broken with what you are doing. A normal 400dpi G4
compressed text page should be 50 - 100k.
Scanning though the sizes of a manual I just scanned, it's closer to
15 - 50k / page.
another reason, the CDC 6400 (circa 1960s) COMPASS assembly language instruction set made sense "opcode" wise to express it in octal. They had 15 bit, 30 bit, and 60 bit instructions with a 60 bit bus.
best regards, Steve Thatcher (who does still write in assembler...and most everything else)
I think a couple of people expressed an interest in boot disks for the
Philips P2000C a few weeks ago. I only just got into the museum stores
today to see what we have.
Reading off disk labels (I know *nothing* about these machines!)...
Specific (original) 2000C floppies I found:
Copower disk CP/M
Copower disk MSDOS 2.11
Wordstar 3.3 Calcstar 1.45 CP/M 2.2
ABASIC P 2509-L / TTY P 2526-L
Grafox Dataplot+
P2000C Maintenance Program MN11
Also the following copies (I have no idea how a P2012C differs from a
P2000C!):
P2012C CP/M
P2012C MSDOS Utilities
P2012 Cardbox
P2012-16 CP/M boot disk for MSDOS (P2000C mode) <non-IBM MSDOS s/w>
P2012-16 CP/M boot disk for MSDOS (PC mode) <IBM PC software>
P2012-16 MSDOS (P2000C mode) System disk <non-IBM PC software>
P2012-16 MSDOS (PC mode) System disk <IBM PC software>
P2012-16 P2012C CP/M MS-boot, MS-util, R/disk copy of master disk
P2012-16 P2012C MSDOS utilities copy of master disk
P2012-16 Copower disk CP/M copy of master disk
P2012-16 Copower disk MSDOS 2.11 copy of master disk
P2012-16 CP/M 2.2, Wordstar 3.3, Calcstar 1.45 copy of master disk
P2012-16 ABASIC P 2509-L TTY P 2526-L copy of master disk
P2012-16 Grafox Dataplot+ copy of master disk
P2012-16 Maintenance program MN11 copy of master disk
P2012-16 Test pattern disk for use with MN11 maintenance software
A lot of those copied P2012 disks sound suspiciously like direct copies
of the P2000C originals. What's the difference between the machines?
What's the easiest way of copying these? I can put a 360K 5.25" drive in
my desktop PC and run off some disk images, assuming they aren't some
oddball format which the PC controller can't cope with. What's the best
software to use? (I can boot MSDOS, Linux or Win 2k on the desktop)
No idea if data is intact on the disks of course, but they're all boxed
and look to be dust free.
I also found the following P2000C documentation, although scanning is
probably out of the question (happy to look stuff up though!):
P2000C System reference and service manual set
CP/M reference manual
MSDOS user guide
Copower board reference manual
Calcstar manual
Wordstar manuals 1 and 2
Disk BASIC reference manual
P2000C operator manual
Dataplot+ user and reference manual
Advanced BASIC interpreter operator manual
TTY user guide
CP/M user guide
P2000C software catalogue
cheers,
Jules
At 0:07 -0500 6/25/04, Ethan Dicks wrote:
>------------------------------
>
>On Thu, Jun 24, 2004 at 03:08:27AM +0800, Wai-Sun Chia wrote:
>> I know what's a Rainbow, but what's a Robin?
>> It's a bit of a downer that the PDPs don't have cool code names like the
>> VAXens. :-)
>
>The Rainbow was DEC's 8-bit competitor to the IBM PC. It runs DOS, but
>is not 100% compatible - more available DOS memory than the real thing,
>which screws with some programs that depend on a precise memory map. It
>also has RX50 drives. At least it can format blank media.
True more or less, but sells the Rainbow a bit short. It has both
Z-80 and 8088 (arguably 16-bit?) processors, runs CP/M-80 and CP/M-86
as well as the DOS you described (and VENIX? Not sure that that is
still resurrectable).
The "Rainbow" was (according to at least some of their literature)
intended to be a bridge between the 8-bit and the 16-bit software
worlds.
--
- Mark
210-522-6025, page 888-733-0967
On Jun 22, 2:04, Wai-Sun Chia wrote:
> Hello list,
> Just acquired a FPF-11, need to confirm cable layout for the
> FPF-11/M8188 to the KDF11 processor:
>
> The cable from what I've gathered is a straight cable from a 40-pin
BERG
> to a 40-pin DIL connector.
>
> Does this mean that:
>
> BERG 1/A -> DIL 1
> BERG 2/B -> DIL 2
> : :
> BERG 39/UU -> DIL 39
> BERG 40/VV -> DIL 40
http://www.classiccmp.org/pipermail/cctalk/2003-October/028697.html
--
Pete Peter Turnbull
Network Manager
University of York
I had an opportunity to visit my absolute favorite spot in St. Louis for old
puter stuff. It's definitely not open to the public and the opportunity came
to get in today so I went. I found some stuff that may well be of listmember
interest.
First. Pallets and Pallets of DEC disk drives... RD52, RD53, RD54, etc. I
even found a case (about 8 drives) that were RD54's that were new or
refurbed and STILL SEALED in antistatic bags. There were several mounting
trays and rails for these drives, sealed in bags too. There was also some
other drives that were RZxx, I don't remember the xx part, and they looked
just like RD53's do.
Two DEC LA120s (very yellowed)
A pallet of IBM selectrics.
A really nice microvax cabinet, but it had been stripped of all cards.
A bunch of 1/2 mag tapes, 6250bpi , still in original seal.
A few HP line printers... don't remember the model... but they are pretty
big. Maybe 4 feet tall, about 8 buttons on the top. Looked to be in good
condition. Freestanding units built inside a cabinet with wheels. I have
seen and sold these before but I'm drawing a blank on the model. I am
guessing around 1987 era? This model is known as a tank/workhorse.
An odd dec item I've never seen... it was something like TA90Z... I figure
it was a tape drive. Pretty huge. But on the front through the cabinet
cutout were the buttons I'm familiar with on 14" drives - run, stop, fault,
drive ID plug, etc. And in the front was a recess where a removable
hand-held keypad unit sat. This hand held unit had like 40 or so buttons on
it, almost looked like a diagnostic keypad or something. Odd.
There was a nice dec rack with something in it that looked like a disk
drive... HSC... something. Didn't get too close of a look.
A few HP lowboy cabinets, and some 7980S tape drives.
Several microfiche readers that looked in good shape.
I spent a lot of time talking to the owner, and sucessfully built a rapport.
I'm welcome to come back any time, and they'll let me just walk through.
They also agreed to call me when stuff comes in that may be of interest so I
can have a looksee before it's torn apart. The "big iron" stuff listed above
they will let go very cheap. However, the RDxx drives they know get some
amount of money on ebay, so those they will not let go dirt cheap.
If anyone is interested in any of this, let me know. They will be moving
buildings before too long and want to get rid of as much as possible so they
don't have to move as much. That means their motivated to get rid of the
heavy stuff cheap. I'm also curious just what that TA90Z thing was.
Jay
Hi gang,
Just returned from a customer in Norway. While cleaning up some
issues there (which included doing some *literal* cleaning up;
the place's machine room had never seen a cleaning... eeeew !)
I bumped into a box with "ohyeah, thats old stuff, just throw
it out" kinda stuff. Obviously, I opened it up, and found a
couple PDP-8 boards (DP-8 programmable timer) with manuals,
and about 14 what looked to be S-100 boards.
More checking and some calling last night indeed confirmed these
to be S-100 boards:
Cromemco 64KZ 64KB RAM board
Cromemco PRI printer interface
Cromemco 16FDC floppy disk controller
Cromemco WDI hard disk interface
unknown 32KB STATIC RAM board (qty 2)
XCOMM 001785 ? serial interface board? (qty 2)
XCOMM 001790 SA1000/ST506 interface (qty 2)
unknown TMM416-based RAM board (64K it seems)
NNC CPU-Z80-IEEE NNC CPU board (qty 4)
If anyone wants there, make me an offer I cannot refuse. Yes, I
can bring them to the U.S. next week, if so desired, and ship em
>from there.
Cheers,
Fred
--
Fred N. van Kempen, DEC (Digital Equipment Corporation) Collector/Archivist
Visit the VAXlab Project at http://VAXlab.pdp11.nl/
Visit the Archives at http://www.pdp11.nl/
Email: waltje(a)pdp11.nl BUSSUM, THE NETHERLANDS / Mountain View, CA, USA
On June 9 John Allain wrote:
>
> But anybody have any creative ideas on what to do
> with two or three Mac Classics that I keep finding.
> I can't throw them out, on conscience.
At one MacWorld I attended one vendor had taken dozens of Pluses, SE's,
SE30's and Classics and built what can only be called a throne out of them,
with a Lisa for an ottoman - and ran the Pyro! screensaver on them all, then
photographed show-goers sitting on it and handed out the Polaroids. That
took dozens of mini-Macs but perhaps you could use the few you have to do
something equally silly - run the Energizer Bunny, network version. Hook 'em
together with PhoneNet, install the init on them all and the "Start Wabbit"
application on one, and let it rip. Bunny marches across one screen, then
the next, then the next and around and around. I have the software if you
want it. Sort of a deranged kinetic art form...
Seth Lewin
OK I'm not talking about the burger.
But anybody have any creative ideas on what to do
with two or three Mac Classics that I keep finding.
I can't throw them out, on conscience.
John A.