Hi, gang.
I have a boxed copy, on tape, of Island Write/Paint/Draw for SCO.
It was given to me a couple of years ago, and since I have neither a
tape drive of the necessary format nor a SCO box, I really don't
need it. Pay shipping and it's yours.
If you need more details, email me off-list and I'll see what I can
come up with.
I also have an old Intel SBC developers board with some docs.
Don't know if it works or not. It's a little dirty, but considering it's
age...if you need more details, email me. Once again, pay
shipping, give it a good home, and it's yours.
Thanks!
Paul Braun WD9GCO
Cygnus Productions
nerdware_nospam(a)laidbak.com
"A computer without a Microsoft operating system is like a dog without a bunch of bricks tied to its head."
At 09:43 PM 1/26/01 -0800, you wrote:
>> >If the HP runs PalmOS then it can be used. Let me know and I'll send
>> >it.
>On Fri, 26 Jan 2001, Joe wrote:
>> Nope, it runs MS-DOS. AFIK only the PalmPilots run PalmOS.
>
>This may be stretching things. A lot.
>The Code Warrior package for software development for PalmOS is available
>in Mac and Windoze versions. It includes a Palm emulator.
>Would the HP be capable of running that emulator?
Some of the newer HPs like the Jornada might since it runs Windows CE
but my 200LX only runs MS-DOS so it can't. FWIW I just bought a Jornada.
It's a nice machine but the OL has claimed it.
Joe
>
>
>
>
From: Jerome Fine <jhfine(a)idirect.com>
>
>I have been told that starting with V5.05, "the high priced spread" was
>split onto 2 RL02 cartridges with each only slightly more than half
full.
>Which versions of the RT-11 Source distribution do you have? Also,
DEC internal copy of the source kit for 5.4. Nominally you could buy
a license for it at some really obcence price (more that 3000$). It
fills
the better part of one RL02.
>I missed something - or I just don't understand what you are getting at.
>What was partitioned - RD52 or RL02 or a much bigger drive? And
>I also don't know if "run" means "boot" or something else.
The RD52 into 3 10mb "RL02s" as virtual images.
>I tried the TK50 - ONCE. Since I do a verify on any backup tape 99%
>of the time, anyone who has tried to do a BUP verify using a TK50
>vs a hard disk will understand. While it took about 19 minutes to write
>one 32 MByte RT-11 partition, it was over an hour during the
>"/VERIFY:ONLY" operation that I gave up.
>
>Now the TK70 (which uses the IDENTICAL DLT tape - CompacTape I)
>is another matter. The TK70 drive writes 4 times as much data on one
>tape and writes the data three time as fast and the "/VERIFY:ONLY"
>operation is just as fast as the BACKUP. So a BUP with the TK70
>can place 8.5 RT-11 partitions on one tape using a TK70.
Apparently a difference in how it handle streaming of small block sizes.
The TK50 does very poorly at writes of short blocks.
>Reliable - yes. Useful as compared with 256 MBytes - NO!
Well it doesnt require a SCSI board and I had it. If you have MO
Cool and all the better. If I had one I'd have used it.
>But if you restrict the comparison to RD51,2,3,4 drives, then
>yes!!!!!!!!!! I have had too many RD53 drives go in the last
>few years to count. Most were Micropolis 1325 drives with
>the R7 jumper inserted so that the RQDX2 thought they were
>a real DEC RD53.
Which is a M1325! That drive was the poorest of the lot and
only a bit better than RD32 (ST251). The XT2190 (RD54) is a
good drive but like many of that type and size 31 Watts is a
lot of heat that is unhealthy over time. RD52 was the coolest
running of the pack and still fast for it size (and MFM).
>But with Hitachi DK515-78 drives and a Sigma RQD11-EC
>that handles four drives, there is not much to choose between
>4 * RD52 (= 120 MBytes) and 4 * DK515-78 (=2.4 GBytes).
Killer if you have MSCP compatable SCSI, useless with the
more common RQDX3.
>Now this is one area I would like to solve as well. But what
>OS is needed if I want to use the first 64 blocks on the CD?
With that many who cares? I'd just use it as an image copy of
the real thing. I'd have little interest in booting RT-11 from CD
as CDs most are slower than MFM! Also how would you handle
RT-11 SWAP.SYS? That has to be read/write.
Allison
Hm, I know Richard Ottosen, I suppose I can ask him on Tuesday if he bought
it. Looks like the next CU surplus auction may have some Tek things, as the
auction catalog lists a few "Tektronix terminal"{s}. I really love their
totally detailed descriptions, lemme tell ya.. If anyone would be interested
I can try to find out more details.
Will J
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com
I've been looking for "Multimedia Extensions for Windows, Version 1.0" (for
Windows 3.0) for many months now. Anyone know where I can find a copy? I
saw someone in an old message from 1999 mention that he had it on a CD
(along with Windows 3.0) but when I e-mailed him, it bounced back.
The DSD-880 I had offered earlier has been claimed.
Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
http://www.bluefeathertech.com // E-mail: kyrrin(a)bluefeathertech.com
Amateur Radio: WD6EOS since Dec. '77 (Extra class as of June-2K)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>2) The physical address to write it to.
>
>To get the first may involve calculating the parity bits based on the
raw
>data word. This, agreed, takes some time, so the parity bit is available
>later than the data.
>
>To get the second involves an MMU-type operation. We have to map the
>program-generated virtual address to a physical address. This will also
>take some time, so the relocated address is available some time after
the
>virtual address.
Usually the physical address is the only one we talk of at the memory
pins
and any virtualization, mapping and all is prior history.
>We then have to apply the address to the memory. Probably in 2 parts,
row
>and column. Until both parts have been applied to the memory, in general
>the state of the data lines is irrelevant. Again, strobing in the
address
>in two parts takes time.
Usually the address for the memory preceeds the data. If the system
expects
DRAM it's often far earlier to permit the MUX operation.
However, in the PC world where the conversation started considerations
of MMUs and the like were limited to the older 286s as the 386 class
and later were alrady delivering physical addresses to the memory
subsystem.
>Now, suppose the parity calculation takes p ns. Now, if the parity
>generator circuit can get the raw data more then p ns before the address
>can be got into the RAM, then the parity logic is not slowing things
down
>at all. The parity bit is available before the RAM can use it anyway.
Save for that is speculative as most cpus deliver data AFTER the address
of in coincidence at best. Even then it's meaningless as the timing
relative
to what ever strobes declare the address valid and qualify the data read
or write.
One generalization that has mostly held true for most years is that
memory (at the system level) usually slower than cpu. This leads to
things like pipelining, caching and burst mode(block) transfers to get
stuff in and out of the finite bandwith resource. That consideration
was as true for the PDP-8 as latest PentIV/1.4G. It's also true that
things like DMA and video(bit blitters) are also competing for
the same ram bandwith.
Allison
To make up for my blunder (too much Canadian on an empty stomach
interferes with the keyboard-mashing apparatus), can anyone give or point
me to some solid information on the aforementioned machine? All I can find on
the Web is pretty vague. Also , it looks like only 7 or so were actually
built. Were they all eventually turned into Toyotas, or does anything remain
of them anywhere?
Thanks,
jbdigriz
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>I see what you're saying, but I don't think it's as simple as that.
>
>After all, in a reasonably complex system you're going to want to write
a
>given word to a given address. The address is probably going to have to
>be relocated by some kind of MMU, and then applied to the DRAM in 2
>halves. And while the address is being processed in this way, it's
Parity is either in parallel or downstream of the MMU. Also the
parity is always applied at the byte level so for 72pin and larger
simms there are two (or more) bytes to apply parity to.
>possible that the data is already 'available', so the partity bit could
>be calculated at the same time. Then it doesn't take any longer to
>calculate and store parity -- in a sense the critical path could be the
>address relocation.
Still no. Parity is calculted from the data and by default has
some inherent propagation delay associated with the logic.
For example the old and venerable 74180 that delay is 10s
of nS (about 40 from the 1985 databooks) LATER than the
the data.
>It depends -- a lot -- on the design of the entire machine.
While there may be exceptions parity is generally downstream
and part of the memory system rather than CPU. The expections
are some of the big iron that had parity on all data as part of the cpu.
>So I guess that it might well be the case that parity memory _for a
>particular machine_ might have to use faster chips than non-parity
memory,
>and this might be one reason why they're so much more expensive. But
it's
>certainly not the case that all memory modules that store a parity bit
are
>faster than non-parity modules.
They are expensive if only for they are Nbits wider (more rams).
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>> Is it? Someone also told me that parity was usually faster, though.
True?
>
>There's no reason at all why parity memory should be faster than
>non-parity memory. Parity memory just stores a parity bit for each byte
The assumption is that parity is available at the ram at the time of
write
and while true it was calculated some where.
Parity can only be calculated (simple combinational logic with attendant
delays) at the time of a wirte so the write must for a given ram speed
take longer. So if you want the parity to fit in a given memory write
cycle time you must use faster ram.
>of normal data, so you can detect (but not recover from) some memory
errors.
There is also ECC ram, those are slower (over all) as the ECC bits have
to be
calculated. Expensive, errors are caught and recovery is possible.
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>> That would be interesting. You could use duct tape to attach a
soldering
>> iron to the board so it would generate the same heat that 512MB does
:-)
>
>Many a true word is spoken in jest.
;)
>I've seen PCBs in some systems that are nothing more than an array of
>high-power resistors connected between (one of?) the supply lines and
>ground. Said PCBs are generally fitted if a particular option
(consisting
>of a PCB containing logic chips, etc) is not installed. And the only
>purpose of the board of resistors is to load the PSU so that it stays in
>regulation -- the load of the rest of the machines (without the optional
>logic board) is not enough for the PSU to remain happy.
The best known and classic is Microvax2000 diskless systems. The
disks of the day were 30W loads and if they were not used there was
a board (array of resistors). The matching tape (TK50..) used the same
box, PS and the resistor array to load it.
Allison
From: Tony Duell <ard(a)p850ug1.demon.co.uk>
>Perhaps somebody could expain the aims of this hobby of ours. Is it to :
>
>Obtain as many machines as possible without caring what they are
>
>Obtain as many of particular types of 'interesting' (to you) machines
>
>Getting (again) the machine that you 'used as a kid' and enjoying those
>ancinet games again (say)
>
>Getting machines that you dreamed of owning many years ago and could
>never aford back then
>
>Getting machines that have particular hardware (or software) features
>that you find interesting, whether or not you've ever heard of the
>machine before
>
>Preserving a piece of computer history
>
>Programming a machine that is really simple enough to fully understand
>
>Repairing a machine that's built from parts you can get and understand
>
>Learning about the operation of a computer by understanding a processor
>at gate level
>
>
>I guess for me it's many of the above and more besides.
Amen..
... and not every machine I have is for the same set or subset of
reasons.
Some I hack for the hardware, some represent MY history, other computing
history and the handfull that were out of my reach when new.
>But most of those 'reasons for the hobby' don't depend on getting a
>bargain, and thus it's not unsporting/against the aims of the hobby to
>pay for a machine.
Generally, though dropping a bomb for a given machine like a ceratin rare
painting or other object is as much personal as business.
>OK, I know most of us (myself included) can't afford to spend as much
>money as we'd like on this hobby, and we'd love it if the machines were
>free... However, it wouldn't bother me to spend say \pounds 100.00 on a
>machine of particular interest to me, knowing that I would get at least
>that much enjoyment/education from programming it, repairing it,
learning
>about it, etc. And I don't thing that's against the aims of the hobby.
That is the clearest explanation I've read.
Allison
In a message dated 1/26/01 9:39:33 PM Eastern Standard Time,
spectre(a)stockholm.ptloma.edu writes:
<< > Let me cheer you up, $515 for 128MB kit for an AlphaStation 500/333, or
> Sparc 5 RAM 32MB $50-100, or Sparc 20 RAM at about $1.50-2.00 per MB. Of
> course it's the AlphaStation RAM I need the most followed by at least a
> couple sticks of 64MB Sparc 20 RAM. BTW, the Sparc RAM prices listed above
> take eBay into account on the low end! Then there is the 8MB VSIMM I want
> for my Sparc 20, it's about $240.
Oh, I do sympathise :-) Remember the Apple Network Server that I was trying
to get parity FPM for? $500 for 64MB.
I'm going to throw in the towel and just stick non-parity in it. That's what
everyone seems to be doing these days with ANSes. But I would really love
that extra security that parity affords, unless someone wants to convince me
that parity is not all that useful in memory? (I'd love to be convinced since
you will save me around $300.)
>>
well, its my understanding that all that parity memory will do for you is
stop processing when getting a memory error unlike standard memory which will
supposedly keep going. The ECC memory I have in my IBM PS/2 95 can fix on the
fly if one bit gets out of order as far as i know.
www.nothingtodo.org
CC to port-vax and classiccmp.
I'll be hauling a goodly amount of stuff to the upcoming Puyallup
electronics swap this year (Saturday, March 10th, Puyallup Fairgrounds,
WA), but I've also got some stuff that I know would probably never sell.
With that in mind, I'd like to offer the following to the listmembers.
Two complete VCB02 video subsystems, including board sets, cab kits,
monitors (VR290's if I'm not mistaken), keyboards, 'hockey-puck' rodents,
and cabling. These are out of MicroVAX II's.
A MicroVAX 2000 "Lunchbox" system. This is one that I kitted out to do
low-level formats on RD52 and RD53 drives in the form of adding a
longer-than-normal flat cable so the drive could be placed outside the box
and still remain connected.
I'm pretty sure I have a couple of BA23 boxes I can part with.
A DSD-880 floppy/hard drive subsystem with manuals, diag diskettes, and at
least one Qbus controller. I may or may not still have a Unibus controller
for it as well. Note that this is the only piece I'm going to ask for
actual money on (see below).
I know I have some MicroVAX II CPU/Memory board sets. I can probably stand
to get rid of them.
Various other bits and pieces that I have yet to go through. Possibly a
VAXStation 3100, probably a DECStation RISC box as well. I've yet to look.
I would far rather see this stuff go to good homes than see it scrapped,
but I know it's sometimes hard to put a price on things. With that in mind,
here's how I'm going to work it.
The only piece from this list that I'm going to ask for actual money on is
the DSD-880, mainly because it's complete right down to the rack slides,
and was known to be fully functional when removed from service about two
years ago. I would like to ask $50 or best offer for it.
As for the rest of the stuff, it's going up as "Free to good home, but
donations to the 'Classic Collecting Fund' will not be refused." ;-)
Pickup would be in Kent, WA, southeast of Seattle by about 30 or so miles.
I would greatly prefer not to ship anything due to other time-constraining
activities like school, running a side business, etc.
Get in touch with me if anything looks tempting. Thanks much.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
http://www.bluefeathertech.com // E-mail: kyrrin(a)bluefeathertech.com
Amateur Radio: WD6EOS since Dec. '77 (Extra class as of June-2K)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
Don't know how on-topic it is for port-vax, but...
Added to the 'Available' list in my previous message: An ApplicationDEC
433MP box in great shape. I had it running NetBSD for a little while, so I
know it works. It is one of many things that I Just Don't Need right now.
Thanks.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
http://www.bluefeathertech.com // E-mail: kyrrin(a)bluefeathertech.com
Amateur Radio: WD6EOS since Dec. '77 (Extra class as of June-2K)
"I'll get a life when someone demonstrates to me that it would be
superior to what I have now..." (Gym Z. Quirk, aka Taki Kogoma).
Joe Rigdon wrote:
> Did anyone on htis list but the Tektronix 4051 that was on E-OverPay?
> "Tektronix 4051 Desktop Graphics SystemItem #1208941360"
I was going to bid $100 but I'm glad I didn't bother. The selling price --
$356.01 -- seems excessive considering that the tape drive has a problem.
Also, the seller has changed his Ebay userid within the last thirty days --
why? I like to see a seller's feedback.
Glen
0/0
In a message dated Fri, 26 Jan 2001 6:01:04 PM Eastern Standard Time, Mike Ford <mikeford(a)socal.rr.com> writes:
<<
There are two kinds of shipping, one that messes up your stuff, and one
thats real expensive and still may mess up your stuff. Road trip is my
preference.
>>
So I guess I am not the only guy that will drive 200 miles for a free DecStation then huh?
-Linc.
From: Jerome Fine <jhfine(a)idirect.com>
>Jerome Fine replies:
>
>Just curious - if you are referring to software distributions and
especially
>RT-11 (maybe I am confused), in most cases, the RL02 will not be filled
I had other non RT-11 stuff... Also I have a RT-11 disti that is the
high
priced spread (macro with comments) and that does fill the disk. The
standard V5.x BIN disti is maybe 30% of the disk.
With say RT-disk I'd archive (same for RSTS) is to do a SQueeze.
Of course you want to image copy (RSX) and unix V7.
>Of course if the RL02 was full, Allison is correct that a single RD52
>will hold only 3 RL02 disk packs and in much less volume.
I know. ;) Though a few were partitioned so I could run them as
if they were nominal RL02. That wastes space if they were to be pure
archival.
>Currently, I have managed to find a very OLD Magneto Optical disk
>drive with cartridges that hold 295 MBytes (8.75 RT-11 partitions)
>on each side. That is the equivalent of 26 RL02 disk packs on
>each side or a total of 52 RL02 disk packs on the MO cartridge
That works. I also have that archive on DLT (TK50).
>I also duplicate important cartridges. I suspect that the MO cartridges
>will last longer that the MO disk drives. Of course, I also had to
>acquire a SCSI host adapter as well - considerably more costly
>than 8 free RD52 drives, but each MO cartridge is MUCH smaller
>that the 17 RD52 disk drives it replaces.
Yep, though the RD52s are likely the most reliable of the pack
and if the problem is not in the HDA a board swap is possible.
It was a direct approach.
Next pass will be to move them to a PC with a Cdburner.
Allison
-----Original Message-----
From: margie jerve <moe8222(a)hotmail.com>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Friday, January 26, 2001 1:55 AM
>Do you still have your 8080A's?
>
Yes, and also some of the varients.
Allison
These are nice, real nice, but I dont have the space for books. I am sadly offering these up for trade. I hope to make someone happy with these.
Paper covers are intact and all there. Some of these might have a rare "scribbling" in pen or pencil but it's very, very rare.
There are 1 or 2 that need to have the bound page part reglued to the hardcover but a little bit of glue can make these perfect.
Prodos Technical Reference Manual 186 pages Softcover
Apple IIgs ProDos 16 Reference 338 pages Hardcover
Apple IIgs Toolbox Reference Vol.1 Hardcover (700+ pages?)
Apple IIgs Toolbox Reference Vol.2 Hardcover (700 + pages ?)
Apple IIgs Toolbox Reference Vol.3 Softcover (700 + pages ?)
Apple IIgs GS/OS Reference Softcover (500+ pages?)
Programmer's Introduction to the Apple IIgs Hardcover (500+ pages?)
Apple Numerics Manual 295 pages Softcover
Apple IIgs Firmware Reference 328 pages Hardcover
Imagewriter II Tech. Ref. Manual 204 pages Hardcover (not iigs still...)
See a pic at:
http://computer_collector.tripod.com/iigs/iigsbks.jpg
Ill throw in if needed...
65816/65802 Ass. Language Programming (Fischer, Osborne/McGraw Hill 679 pages)
Programming the 65816 (Labiak, Sybex 370 pages)
Thats over 35 pounds of books...I guess...
Once again, no money offers please. I am looking for nice systems to add to my 197x-198x early 1990s micros collection.
Claude
Canuk Computer Collector
http://computer_collector.tripod.com
Last summer I picked up a Tek 2230, a 100 MHz two-channel
digital storage oscilloscope.
I think I'd like to check it checked out by a repair
service to confirm whether all its functions are working or not.
Can anyone recommend a service for this? I don't need a
full NBS certification, just a check-out.
- John
I'm looking for a manual for the Koby Electronics HS300-01 p/s.
Has anyone ever heard of this power supply, much less have a manual for
it?
If so, please reply to me directly <sellam(a)vintage.org>.
Thanks!
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
Date: Tue, 23 Jan 2001 12:38:52 -0800
From: joseph.gaspard(a)gensiasicor.com
Subject: VAX 4000/200
I am actively looking for a working DEC VAX 4000/200 with Open VMS,
drives,
SCSI capable and in good repair. It will be used to support an existing
VAX
in our system. If anyone has one or can tell me where to find one, I
would
appreciate it very much.
Joseph Gaspard
How do you mean "support"?
Is this going to be "up on blocks" or are you going to cluster or
just use as a contingency system?
Try
Island Computers
ask for David Turner
dbturner(a)islandco.com
877-636-4332
Tell him I sent you.
WWWebb
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
From: Ethan Dicks <ethan_dicks(a)yahoo.com>
>> That is exactly the info I needed... Do you know if a M8061 (RL01/RL02
>> controller w/22 bit addressing) will work in a uVAX II?
>
>I have used an RLV12 in a uVAX-II (in a BA-23 upgraded by DEC from
uVAX-I
>to uVAX-II, just for painful accuracy). It's one of my favorite ways of
it works well and there is support for it through V4 and V5 has the
drivers
though they are "unsupported".
>> I have a number of RL02s that I want to archive, but I don't want to
>> load them into an unknown drive hooked to a system of unknown status
>> running software I don't know... If I can test the drives out using
>> my uVAX, and archive the software, I can create a new disk pack and
>> use it it test the PDP-11/23+...
I did it on my 11/23B. I copied them to RD52s (quantum D540) as they
are the most rugged drive I know and I had 8 of them free. That's enough
to hold 24 RL02s and be bootable with RT-11. For safety the most
important ones are duplicates (used two RD52s as images of each other).
Testing so far says RD52s have a shelf life of not less than 12 years.
Allison
On January 25, John Foust wrote:
> At 08:29 PM 1/24/01 -0500, you wrote:
> > Personal Author: Smith, Robert L.
> > Title: A tutorial for using the TERAK/RT-11 / Robert L.
> > Smith.
> > Edition: Prelim. ed.
> > Publication info: Dubuque, Iowa : Kendall/Hunt, c1982.
> > Physical descrip: 128 p. : ill. ; 28 cm.
> > Subject: RT-11 (Computer operating system)
> > Subject: TERAK (Computer)--Programming.
>
> A "preliminary edition"? Hmm. And there's a Robert (M.?) Smith
> credited in the PDP-11 FAQ at rmsmith(a)csc.com.
Hmm...I believe I know that guy. ;)
-Dave McGuire
OK, I just found online and purchased the following books:
Programming with RT-11 Vol. 1 Program Development
by Clinch, Simon & Stephen Peters
Programming with RT-11. Vol. 2 Callable System
by Peters, Stephen, et al.
Working with RT-11
y Beaumont, David, et al.
Tailoring RT-11. System Management and Programming Facilitie
by Clinch, Simon, et al.
Now I'm wondering if there are any other books on RT-11 available (besides
the actual doc sets) and if these books were worth getting?
Zane
--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>
> Thanks!
>
> That is exactly the info I needed... Do you know if a M8061 (RL01/RL02
> controller w/22 bit addressing) will work in a uVAX II?
I have used an RLV12 in a uVAX-II (in a BA-23 upgraded by DEC from uVAX-I
to uVAX-II, just for painful accuracy). It's one of my favorite ways of
migrating smallish amounts of data between DEC boxes not on the same
wires (site-to-site moves), at least it was back in the days of 1200 baud
dial-up. Never underestimate the bandwidth of a VW Beetle with a backseat
full of 10Mb removable cartridges.
> I have a number of RL02s that I want to archive, but I don't want to
> load them into an unknown drive hooked to a system of unknown status
> running software I don't know... If I can test the drives out using
> my uVAX, and archive the software, I can create a new disk pack and
> use it it test the PDP-11/23+...
Good plan. Eventually, I plan to do something similar. My problem
at the moment is a lack of happy RD54s in my BA123. I'm about to
stick a KDA-50 in that puppy and fire up my MBA ESDI<->SDI box that
happens to have a couple of 1.2Gb 5.25" disks in it. If that doesn't
do it, there's an RA-81 in the same rack as the MBA box, but I'd rather
not heat my house with it.
-ethan
=====
Even though my old e-mail address is no longer going to
vanish, please note my new public address: erd(a)iname.com
The original webpage address is still going away. The
permanent home is: http://penguincentral.com/
See http://ohio.voyager.net/ for details.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
Sigh, just thought I would relate a tail of woe, not sure what happened but
if someone has something to try I'm open to it.
I've got a DEC VAX 4000/60 that I've been running VMS on lately. I shut it
down and took it apart to take pictures of it for the "House of VAX" pages.
I carefully re-assembled it and when I turned it on again it wasn't working.
The failure mode was "all lights on" which on the VAX generally means that
it didn't get through the basic system integrity tests. Yikes! I turned if
off, carefully re-checked my assembly and verified everything was correct.
Tried re-seating a few of the connected bits (lights & switches, frame
buffer, etc) and nada, zip, same dead machine.
One person suggested that the PSU might be misaligned, I verified that this
was not the case. I verified that the PSU voltages are all correct, and
replaced the PSU to be sure that I had a good power supply. Then I tested
the old one and it works fine (well I can draw a couple of amps out of all
the voltages and they stay solid).
Then I took the memory and verified in another vax that it was still ok. It
was.
Then verified the frame buffer and scsi drives.
Everything still works, just the mainboard refuses to do anything. Does
anyone have the pinout on the VAX chips on the board? I could check for
clock I suppose and see if the oscillator can took a dump, but beyond that
I'm stuck. Since nothing else seemed to die I can't imagine what fault
would cause these symptoms. I even reset the NVRAM in an effort to verify
that it hadn't been corrupted somehow.
Very strange, any clues or other avenues to explore would be appreciated.
--Chuck
--- healyzh(a)aracnet.com wrote:
> > ...Make since nes-paw? (How DO you spell nes-paw?)
AFAIK, "n'est pas".
-ethan
=====
Even though my old e-mail address is no longer going to
vanish, please note my new public address: erd(a)iname.com
The original webpage address is still going away. The
permanent home is: http://penguincentral.com/
See http://ohio.voyager.net/ for details.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
I can happily report that a rescue I'd been trying to coordinate
since July finally took place. I'd been hanging out in the USENET
newsgroup comp.sys.apollo for a while, hoping to find someone who
would be willing to donate some Apollo hardware for my collection.
Apollo was formed by people from Prime Computer, and the architecture
of their operating system (Domain OS/Aegis) grew out of issues they
found that they couldn't achieve with PRIMOS (notably, a virtual
memory that can be shared across the network).
So, it came to pass that a software engineer from Cummins Engine
(maker of the diesel engines used in Dodge Ram trucks) contacted me.
He was helping to decommission the Apollos that Cummins had been
using. Way back in July, he set aside the following items, which
I was to go and pick up. However, at the time, my car was facing
imminent breakdown (which finally occurred in October), so we went
back and forth looking for a way to make the transfer. Finally, he
decided (after being reallocated after a reduction in force) to bail
and head to Kalifornia. Befre leaving, he decided he'd just bring
the systems from Columbus (Indiana) down hre to Clarksville to me!
Not just a rescue, but I got them to bring the systems to me!
Anyway, here's a thumbnail list of what I got:
one DN2500 workstation
two HP425 workstations
one Apollo 19 inch monochrome monitor
one HP 19 inch monochrome monitor
three apollo keyboards with Logitech mice
an external shoebox hard drive for the DN2500 that
contains the latest version of DomainOS, 10.4
and a virgin registry
an external shoebox containing an Exabyte 8mm drive
(probably an 8200)
two apollo token ring cards, four interface boxes, and
four boxes that let you switch nodes in and out
of the ringnet
All in very clean shape! The HP 425s each contain two hard drives,
and have Ethernet built-in (thinnet & AUI). The DN2500 has a single
ISA slot which currently contains an Ethernet card. I'll be saving
the token ring hardware and will play with it, but will likely use
the Ethernet on a regular basis.
The only glaring ommission: No paper documentation.
The newsgroup has a very well-developed FAQ, and there are many
resources on the web for Apollos. Th first thing I'll need to do
is to back up the DN2500's shoebox drive, so that I can put it
back in the virgin state if need be.
Personally, I'm grateful that the engineer took the time to put
a fresh OS on the system; I know that some of you like rescueing
systems taken directly out of service, so that ther actual day-to-
day use can be documented and preserved. However, while I think
that's cool, I think I prefer hat I've got.
The engineer had intended to help me set up the systems and get
them running, but I really don't have room to do that right now,
nor do I have the time.
These systems almost don't qualify (the 425's were made in '93),
but it's a dead architecture, so anything so consigned should
probably be exempt from the 10-year rule.
Well, that's all for now; I've had no prior experience with the
Apollos, just considered them kindred to the Primes, so I was
someday going to have to have them.
Regards,
-doug quebbeman
I'm in need of a DOS version of Bob Supnik's PDP-11 emulator as I've a old
486/25 handheld I want to use to run RT-11 on an upcoming vacation. I know
some people have got copies of this compiled for DOS. Does anyone on this
list have a copy I could get?
Zane
--
| Zane H. Healy | UNIX Systems Administrator |
| healyzh(a)aracnet.com (primary) | OpenVMS Enthusiast |
| healyzh(a)holonet.net (alternate) | Classic Computer Collector |
+----------------------------------+----------------------------+
| Empire of the Petal Throne and Traveller Role Playing, |
| and Zane's Computer Museum. |
| http://www.aracnet.com/~healyzh/ |
I just recently acquired a whole bunch of stuff out of a company's
basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
that.) All the equipment was brought up a flight of carpeted stairs by a
refrigerator dolly and human power, except the RP06 and the 780 where we
used a come-along and a lifting frame I made. Heavy!
Anyway, the 780 needs a floppy to boot. The previous owner says he
doesn't have it, and I can't find it (although I'm not done searching
yet). Is this the sort of thing that is generically available, on the
WWW
for instance, or is it something that is built up specifically for the
mix
of options I have in the machine?
Incidentally, does anyone here that has a 780 (I know there are several
in
the group) run theirs? It takes 3 phase power, but there are no loads
connected phase-to-phase, only phase-to-neutral (although there is a
small
3-phase transformer in the power controller, it could probably be wired
to
only use one phase or else bypassed completely) so it can run entirely on
110 volts, at about 60-70 amps continuous draw. I was thinking of using
split-phase 220, putting 2 phases on one hot and 1 on the other, then
putting the Unibus cabinet and disk and tape drives on the hot with only
1
phase on it. I figure this would about balance the draw at 40 amps, 220
volts, which isn't too unreasonable.
Richard Schauer
rws(a)enteract.com
Richard, you *really* should post this on comp.os.vms.
These guys are before my time, as I didn't start doing VMS until 1990.
Also, see how far back the Encompass (formerly DECUS) hobbyist program
goes. You might get free licenses.
WWWebb
________________________________________________________________
GET INTERNET ACCESS FROM JUNO!
Juno offers FREE or PREMIUM Internet access for less!
Join Juno today! For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
I've recently encountered some odd DEC contraptions, looking like baby SCSI
terminators. They are plastic shells with a DB15 connector and a green LED at
the end. I found these plugged into the back of a DECserver 200, but what is
their purpose?
--
En ligne avec Thor 2.6.
Life begins at '030. Fun begins at '040. Impotence begins at '86.
--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>... I need a quick way to hook an 8" floppy up to a running computer to read
> it...
>
> Anyone know if I can plug an RX01 drive & QBus controller into a uVAX II?
I think you need an RXV21 and an RX02.
-ethan
=====
Even though my old e-mail address is no longer going to
vanish, please note my new public address: erd(a)iname.com
The original webpage address is still going away. The
permanent home is: http://penguincentral.com/
See http://ohio.voyager.net/ for details.
__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/
Hi everybody-
I just recently acquired a whole bunch of stuff out of a company's
basement, including a VAX-11/780, VAX-11/750, 4 RA81's, a TU80, a
pdp-11/44, 4 RL02's, an RP06, a TS11, and spare parts and printsets
galore. (Yes, John Foust, the little pdp-11/44 in Milwaukee led to all
that.) All the equipment was brought up a flight of carpeted stairs by a
refrigerator dolly and human power, except the RP06 and the 780 where we
used a come-along and a lifting frame I made. Heavy!
Anyway, the 780 needs a floppy to boot. The previous owner says he
doesn't have it, and I can't find it (although I'm not done searching
yet). Is this the sort of thing that is generically available, on the WWW
for instance, or is it something that is built up specifically for the mix
of options I have in the machine?
Incidentally, does anyone here that has a 780 (I know there are several in
the group) run theirs? It takes 3 phase power, but there are no loads
connected phase-to-phase, only phase-to-neutral (although there is a small
3-phase transformer in the power controller, it could probably be wired to
only use one phase or else bypassed completely) so it can run entirely on
110 volts, at about 60-70 amps continuous draw. I was thinking of using
split-phase 220, putting 2 phases on one hot and 1 on the other, then
putting the Unibus cabinet and disk and tape drives on the hot with only 1
phase on it. I figure this would about balance the draw at 40 amps, 220
volts, which isn't too unreasonable.
Richard Schauer
rws(a)enteract.com
There is another set of packages I know are real that work even 8086s
that are very small but this one claims more and is far smaller. I'm
not a believer.
FYI: it's only 2mb! Even the dos 6.22kit is larger and
www.newdealinc.com
stuff wants something like 5mb zipped.
Also MSwindows ME is on Win98 base which does run (slowly) on 386s.
It runs better if you apply 98lite to it and get rid of the IE5x and
some of
the other sillyness.
Allison
-----Original Message-----
From: Jeff Hellige <jhellige(a)earthlink.net>
To: classiccmp(a)classiccmp.org <classiccmp(a)classiccmp.org>
Date: Sunday, January 21, 2001 11:30 AM
Subject: Re: Windes ME
>>Has anyone here heard of this?
>>
>>I just had an email saying that this had the functionality
>>of Win ME but ran on older machines. They have a web site
>>which adds suspision.
>>
>> http://216.183.9.122/windesme
>
> From thier website, I'd say it's functionality is as a
>'work-alike' that they've made to have the same 'look' as Windows
>2000 and which they've written a few applications for. it says
>nothing about actually being compatible. Maybe a shell running on
>top of something like a FreeDOS base?
>
> Jeff
>--
> Collector of Classic Microcomputers and Video Game Systems:
> Home of the TRS-80 Model 2000 FAQ File
> http://www.geocities.com/siliconvalley/lakes/6757
From: Ethan Dicks <ethan_dicks(a)yahoo.com>
>
>--- "Clint Wolff (VAX collector)" <vaxman(a)qwest.net> wrote:
>>... I need a quick way to hook an 8" floppy up to a running computer to
read
>> it...
>>
>> Anyone know if I can plug an RX01 drive & QBus controller into a uVAX
II?
>
>I think you need an RXV21 and an RX02.
>
>-ethan
You can install either RX01 or RX01 with their respective controllers. I
forget
if there is device support beyond V4.7 but usually there are drivers (if
they
are there they may be officially unsupported).
Allison
>
>=====
>Even though my old e-mail address is no longer going to
>vanish, please note my new public address: erd(a)iname.com
>
>The original webpage address is still going away. The
>permanent home is: http://penguincentral.com/
>
>See http://ohio.voyager.net/ for details.
>
>__________________________________________________
>Do You Yahoo!?
>Yahoo! Auctions - Buy the things you want at great prices.
>http://auctions.yahoo.com/
I went out to a scrap place yesterday and found a large white Intel box
sitting out in the dirt. It looks like some kind of emulator. It's *about*
12" tall, 24 deep and 16 wide. There's no marking on the front except
"Intel" on the top RH corner. It looks like there may have been another tag
on the front at one time but it's gone now. The back has a tag that gives
the voltage, etc and says model no. "PIII515". There's a large ribbon
cable connected to it that ends in a cigar sixed box. A thin flex cable
comes out of the other end of the box and has plug on it. It's marked "286"
so I assume it replaces a 286 CPU. There are no displays, switches or other
controls on the box. However it does have some more sockets on the back but
I didn't note the labels on them. Does anyone know exactly what this is?
Of course, we brought back with us but it's now here now so I can't give
better details.
Other finds included an I/O expander for the HP 1000 (pn 12979), a HP
MultiProgrammer and lots of extra cards, a complete monitor for a HP 9835
(With a good CRT! Yippee!), a pile of VME cards, a CPU card to replace the
bad one in Bob's Sun 670(?), two more Exor-bus cards (Hey Mike!), a big
pile of chip clips and EZ-hooks, several HP-IB cards for PCs, also three
circuit boards and a gyro from a Hellfire missile!
Joe
NeXT wanna-owners:
A surplus electronics place, Electronics Plus, located in
Kerrville, TX (about 70 miles from me) has contacted me with a surplus of
NeXT equipment. They have N4000A monitors, keyboards, and mice - no CPU's,
but if you have or contemplate acquiring a headless system, these would
(obviously) be useful. They are as-is, and "the dust is free".
Contact email address is
sales(a)elecplus.com
or phone 830-792-3400 and ask for Cindy. (You are welcome to mention my
name if you wish.) I believe she is looking for prices in the $10-20 range
for the monitors; I don't know whether she's willing to box and ship, but I
can help out with that if needed.
Electronics Plus has about 10,000 square feet of space, with a very
wide variety of equipment, from military surplus to just about anything
else. Cindy specifically mentioned AT&T 3b2 equipment and IBM printers and
other systems.
I have not been there yet, but plan to soon, and I'll try to take
notes/digital snaps on anything I see that looks interesting.
- Mark