1. Several TI 99/4A cartridges: Extended Basic PHM3026
Plato Interpreter Solid State PHM3122
Logo II OHM 3109
Editor/Assembler PHM 3055
Microsoft Multiplan PHM 313
Return To Pirates Isle PHM 3189
2. Some Atari 2600 cartridges
3. PB Legend 520SX system
4. Silver-Reed EXP770 printer
5. Samsung Composite color monitor
6. TurboPad for TurboGrafix16 still looking for power supplies for these puppies.
7. Sega control pad for the Master system.
8. Several other items to new to list here.
>From: "Zane H. Healy" <healyzh(a)aracnet.com>
>
>>
>> > SOL-11 - A Small Language and OS for the PDP-11
>> >
>> > SOL is a small, non-standard, stand-alone FORTH kernel containing
>> > everything that is required to edit, store, recall, compile, and run
>> > programs on PDP-11 microcomputers. It is intended for a minimum
>> > operating system and programming environment. The FORTH language offers
>> > full access to the complete hardware. Device drivers for the console and
>> > some block devices are included.
>
>This is so cool!
>
>> > Supported Hardware
>> >
>> > * PDP-11 CPU with EIS (required)
>> > * 8K to 28K words of memory
>
>Dang, the EIS requirement sucks! This would be perfect for PDP-11/03's and
>SBC-11/21's. Unfortunatly the /03 needs the KEV11 option, and the SBC-11/21
>is just plain out of luck.
>
>> Presumably it ignores the MMU (but doesn't object if one is present, as
>> few machines have EIS but no MMU).
>>
>> > * console terminal (preferrably VT100)
>> > * RX01/RX02 floppy disk drives
>> > * RL02 disk drive
>> > * TU58 tape drive
>>
>> I assume it needs the CPU, RAM, console and at least one of the mass
>> storage devices. It can't need _all_ the drives, surely?
>
>It only needs one of the drives.
>
>I just built it and booted the RL02 image on SIMH. It looks pretty cool, of
>course I don't know FORTH, so can't actually do anything....
>
>I suspect the TU58 option means that it's possible to run this on a PDP-11
>that doesn't have any drives, but has two SLU's, just run a TU58 emulator on
>a PC.
>
>> > The Sources
>> >
>> > SOL is written in PDP-11 assembly language and FORTH. The BTN11
>> > assembler (version 0.9 or later) is required to compile the assembly
>> > part of SOL.
>> > 40187 2001-07-17 sol-11.tar.gz version 0.4
>>
>> Sounds like just what I need (given that I have all of the supported
>> hardware!). I will take a look. Thanks....
>
>You'll want a UNIX box to build everything. If you don't have a way to
>build the images I can through them up on my FTP site (if anyone needs this
>it would be best to send me a private email so I'm sure to see the request).
>
>Now to go googling for some FORTH documentation...
>
> Zane
>
Hi
Try:
http://www.forth.org/
For I/O, you may need to look at the source code some.
It varies from amchine to machine.
Everything in Forth is a word. A word can be as short as :
or longer. These words have actions. Some expect a string,
as in : expects a name and ." expect a string. Words that
start with . are usually some kind of print. The sequence:
4 .
will print the number 4. Here is another fun definition:
: .H BASE @ SWAP HEX U. BASE ! ;
DECIMAL 45 .H
Disk I/O on fig Forth was block I/O. To access the first
block:
0 BLOCK ( returns the address of the buffer, usually 1K )
If you type:
UPDATE FLUSH
it will write the buffer back to the disk.
You could modify the data by:
55 0 BLOCK !
UPDATE FLUSH
Not a good idea to try until you know what damage is done.
The site I just sent does have some tutorials but remember
there were several standards. Most are similar but some
will be different enough to cause troubles. Examples:
2 NOT
will return different values for fig and F89. I forget
which but one will be 0 and the other will be FFFD hex
or -3. One complements the flag and the other complements
the bits.
A good book to find is called "Starting Forth" by Leo Brodie.
Dwight
or maybe I just have to unplug it rather than switch it off
When you turn it off, and leave it in Line mode, and have
an audio feed to the Line such as from a VCR, you can
hear the audio real silently coming thru it, so there is a
good chance the on/off button only does a standby mode.
With there still being sound this seems likely. If the magnetism
is strong it may take two weeks of switching off overnight to
visibly reduce it and once or twice a week after that to keep
it gone.
Lee.
----------------------------------------------------------------------------
----
This email is intended only for the above named addressee(s). The
information contained in this email may contain information which is
confidential. The views expressed in this email are personal to the sender
and do not in any way reflect the views of the company.
If you have received this email and you are not a named addressee please
delete it from your system and contact Merlin Communications International
IT Department on +44 20 7344 5888.
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
Since I've been curious about ISIS for some time, I was glad to finally
borrow a copy of the _ISIS-II System User's Guide_. Comparing ISIS to
CP/M is quite instructive. I already knew that CP/M has a few design
flaws which ISIS lacks. On the other hand, I was surprised at how much
memory ISIS takes up. And ISIS has its own design flaws (things are fatal
errors that might be recoverable in CP/M, disk formatting can be quite
complicated).
Does anyone have details on the monitor, ICE80 (simulator), UPM (PROM
programmer), or PLM80? I have seen the System/360 version of PL/M but
I didn't realize it ran _on_ the 8080. (The manual implies that it does.)
Having a system that can develop its own software is important, I would say.
(Yes, Tony, we already talked about the front panel and monitor on one of
the Intellec systems, but I think this hardware/software is different.)
-- Derek
_______________________________________________
cctech mailing list
cctech(a)classiccmp.org
http://www.classiccmp.org/mailman/listinfo/cctech
I'm looking for the manuals for Network Systems Corporation "Security
Router". I am most interested in the section describing the Packet
Control Facility (PCF). I need the edition published prior to 10/1994
(most likely edition 1.0 or 2.0).
Possible bounty ($$$) involved ;)
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
* Old computing resources for business and academia at www.VintageTech.com *
>From: Joe <rigdonj(a)cfl.rr.com>
>
>Hi Derek,
>
>
> ISIS is a VERY primitive system IMO. It only has six commands total (IIRC)
Then again, it supports submit files, conditional execution
and return codes. Primitive but more potential power than
the early DOS. The only thing I found missing was that it
really wasn't a multi-user OS.
Dwight
> and the file systems is truly STRANGE. I've been wondering about the system
>calls too. My manuals mention them but don't provide ANY details and I have a
>pretty complete set of manuals. What system are you running it on? I
>currently have a 800, an 880 and 235 plus another 235 that I'm storing for
>someone else.
>
> BTW I finally picked up a hard drive for mine after 7 or 8 years of
searching. :-)
>
> Joe
>
>At 03:41 AM 6/24/02 -0700, you wrote:
>>On Mon, Jun 24, 2002 at 02:58:26AM -0700, Derek Peschel wrote:
>>> (Yes, Tony, we already talked about the front panel and monitor on one of
>>> the Intellec systems, but I think this hardware/software is different.)
>>
>>At any rate the disk seems to have an additional ROM. Also the manual
>>mentions system calls which aren't in the list of commands I have.
>>
>>-- Derek
>>_______________________________________________
>>cctech mailing list
>>cctech(a)classiccmp.org
>>http://www.classiccmp.org/mailman/listinfo/cctech
>>
>
>_______________________________________________
>cctech mailing list
>cctech(a)classiccmp.org
>http://www.classiccmp.org/mailman/listinfo/cctech
>
>From: "Zane H. Healy" <healyzh(a)aracnet.com>
>
>>
>> > SOL-11 - A Small Language and OS for the PDP-11
>> >
>> > SOL is a small, non-standard, stand-alone FORTH kernel containing
>> > everything that is required to edit, store, recall, compile, and run
>> > programs on PDP-11 microcomputers. It is intended for a minimum
>> > operating system and programming environment. The FORTH language offers
>> > full access to the complete hardware. Device drivers for the console and
>> > some block devices are included.
>
>This is so cool!
>
>> > Supported Hardware
>> >
>> > * PDP-11 CPU with EIS (required)
>> > * 8K to 28K words of memory
>
>Dang, the EIS requirement sucks! This would be perfect for PDP-11/03's and
>SBC-11/21's. Unfortunatly the /03 needs the KEV11 option, and the SBC-11/21
>is just plain out of luck.
>
>> Presumably it ignores the MMU (but doesn't object if one is present, as
>> few machines have EIS but no MMU).
>>
>> > * console terminal (preferrably VT100)
>> > * RX01/RX02 floppy disk drives
>> > * RL02 disk drive
>> > * TU58 tape drive
>>
>> I assume it needs the CPU, RAM, console and at least one of the mass
>> storage devices. It can't need _all_ the drives, surely?
>
>It only needs one of the drives.
>
>I just built it and booted the RL02 image on SIMH. It looks pretty cool, of
>course I don't know FORTH, so can't actually do anything....
Hi
Try
: HI ." Hello World" ;
HI
Dwight ;)
>
>I suspect the TU58 option means that it's possible to run this on a PDP-11
>that doesn't have any drives, but has two SLU's, just run a TU58 emulator on
>a PC.
>
>> > The Sources
>> >
>> > SOL is written in PDP-11 assembly language and FORTH. The BTN11
>> > assembler (version 0.9 or later) is required to compile the assembly
>> > part of SOL.
>> > 40187 2001-07-17 sol-11.tar.gz version 0.4
>>
>> Sounds like just what I need (given that I have all of the supported
>> hardware!). I will take a look. Thanks....
>
>You'll want a UNIX box to build everything. If you don't have a way to
>build the images I can through them up on my FTP site (if anyone needs this
>it would be best to send me a private email so I'm sure to see the request).
>
>Now to go googling for some FORTH documentation...
>
> Zane
>
>You have, the degauss coil built into the set. Just switch it off
>at the mains when you use it least (overnight or whenever)
>instead of putting it on standby and the set will degauss
>itself in a few days.
Mine either doesn't have it, or it doesn't work (I tried the on/off thing
many times in the past, never seems to help)
It is a Sharp commercial quality TV. I got it from Disney Property
Control when working there. Paid $25 bucks for it. It was pulled from the
Walt Disney World Dolphin AV Department. The front panel that flips up to
cover the buttons is missing, and there is some asthetic damage to the
bezel, and the screen draws a little low, so you can see the synch line
across the top... but other than that, it is a VERY nice TV for $25
(stereo, has S-Video inputs, and its a flat tube so in my opinion, the
colors are a bit nicer and glare is reduced).
So maybe the degauss is also broken, or maybe I just have to unplug it
rather than switch it off. When you turn it off, and leave it in Line
mode, and have an audio feed to the Line such as from a VCR, you can hear
the audio real silently coming thru it, so there is a good chance the
on/off button only does a standby mode. (The audio leak is also REAL fun
when guests stay the night, I leave it in a state where it will leak
sound, and then tell people before they go to sleep that I sometimes have
ghost problems, but not to worry they are harmless ghosts.... then I get
a great laugh in the morning when they are all freaked out because they
heard whispering voices all night long)
-chris
<http://www.mythtech.net>
Thinking about my Bulk Tape Eraser... and all the use of the word gauss
in the replies... can I use the thing to degauss my TV set at home? It
has a nasty purple zone on one side, and yellow on the other (large
speakers have sat too close to the TV for the last 3 years... I recently
rearranged furniture so the speakers are away from it now).
Can I use something as small as the tape eraser on a 25 inch screen? or
do I really have to buy a CRT degaussing ring. Just trying to save myself
the $35 for a ring if I have something that will do the job sitting here
already.
-chris
<http://www.mythtech.net>
Re: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2034559690 (Ebay
auction of Heath H-89)
If you look at the last picture in the listing, it show a board that is
mounted on top of the CRT. The same picture clearly shows the mounting
screws for both the terminal board + the CPU board, so this has to be some
sort of an aftermarket board. My thinking is it is some third-party
graphics board. I just wonder if anyone else has any ideas about this.
Gary
************************************
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information. In such a case, you may not
copy or deliver this message to anyone. You should destroy this message and
kindly notify the sender by reply email. Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT.
************************************
can I use the thing to degauss my TV set at home? It
has a nasty purple zone on one side, and yellow on
the other
Just trying to save myself the $35 for a ring if I have
something that will do the job sitting here already.
You have, the degauss coil built into the set. Just switch it off
at the mains when you use it least (overnight or whenever)
instead of putting it on standby and the set will degauss
itself in a few days.
Lee.
----------------------------------------------------------------------------
----
This email is intended only for the above named addressee(s). The
information contained in this email may contain information which is
confidential. The views expressed in this email are personal to the sender
and do not in any way reflect the views of the company.
If you have received this email and you are not a named addressee please
delete it from your system and contact Merlin Communications International
IT Department on +44 20 7344 5888.
________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
I thought I'd run across P/OS RX50 images on an ftp site somewhere
recently, but I cannot find them now. I am attempting to save myself
a _lot_ of work - the other night, I discovered that the shelf of grey
boxes marked "Professional..." on my shelves contain several sets
of PO/S distribution floppies - one each of most, if not all, the
versions. Since I've recently set up a box with a 5.25" floppy and
PUTR, I was thinking of archiving them, but if it's already been
done, no need to to it twice.
I did re-locate my Ultrix-32M 1.1 diskettes last night... they are
on the stack. I have MicroVMS 4.0 done, can't find any of MicroVMS
4.1 and am missing one box of MicroVMS 4.2, but have MicroVMS 4.4
through 4.7, seemingly complete.
So... the specific question at hand - are there available PO/S floppy
images, or should I run several pounds of media through my drive?
-ethan
__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com
> From: Michael Passer <passerm(a)umkc.edu>
> PCs, unlike televisions, are sold as being user-upgradable--it is no more
> "servicing" to add a card or drive to a PC than adding a component to a
> high-end stereo is.
Yes, but I've seen customers open up the box if Windows doesn't work the
way they expect ;>)
Coupla examples of customer repairs and "upgrades":
Proprietary Mitsumi CD-ROM drive plugged into IDE port on a sound card
(burnt board).
Hard drive or CD-ROM drive attached to motherboard by floppy drive cable.
IDE cables spliced together so the system can accommodate more than four
IDE devices.
PCI device edge-connector forced into an ISA slot (burnt pcb on device and
motherboard).
Sound card attached to case properly, but toward the outside edge of the
motherboard (where
there was no slot of any kind -- sound card's edge connector was hanging in
the air above the MB).
> I would probably be frustrated myself if customers tried to return items
> they destroyed. It's certainly your prerogative to sell PCs with
> warranty stickers. To me, though, that's a deal-killer, absent the kind
> of relationship you appear to have with your knowledgeable customers.
If someone seems capable of installing a device AND DRIVERS, I tell them to
break the seal, and I also tell them that if they screw something up that
there might be a repair bill. For the general public, though, it's "break
the seal and lose your warranty."
Fair enough?
Glen
0/0
If I am not for myself, then who will be for me?
And if not now, when?
-- Pirkei Avot
Dwight,
The connector blanks shown in the picture are factory standard of the later
models, and they included a BLANK for 488. I agree, I don't think Heath
ever made a card to implement it, buy my '89 has the 488 blank on it also.
The only IO positions populated would indicate a 3-port Serial, and an
extern floppy I/F of some sort (they supported 8" and Hard and Soft 5 1/4"
of various densities.
I remember seeing third party adds (in the day) for add-on graphics
capabilities, but don't really remember how they were installed. ISTR that
they were replacement boards for the terminal board, but I could be wrong.
The reason I asked was, as a kid, I drooled over the ability to do pixel
graphics on a CP/M machine. I wonder if this would be a cheap way to pick
on up? Probably 0 documentation on it. Maybe I'll email him....
Gary
> From: Dwight K. Elvey [mailto:dwightk.elvey@amd.com]
> Sent: Tuesday, June 25, 2002 11:49 AM
> To: cctalk(a)classiccmp.org
> Subject: Re: Can anyone identify this board for a Heath H-89?
>
>
>
> Hi Gary
> The list of ports would lead me to think it was expanded
> I/O. The 89 didn't have such things as a 488 port.
> Dwight
>
>
************************************
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information. In such a case, you may not
copy or deliver this message to anyone. You should destroy this message and
kindly notify the sender by reply email. Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT.
************************************
On Tue, 25 Jun 2002 cctalk-request(a)classiccmp.org wrote:
> From: ard(a)p850ug1.demon.co.uk (Tony Duell)
> Subject: Re: final brainteaser for the day
> To: cctalk(a)classiccmp.org
> Date: Tue, 25 Jun 2002 01:37:29 +0100 (BST)
> Reply-To: cctalk(a)classiccmp.org
>
> [PDP11]
>
> > Forth! There's a bootable forth around? That'd be fantastic...
>
> There _was_...
>
> FIG Forth was available for the PDP11 at one time, and at least one
> varient included a small bootstrap which pulled the Forth kernel, etc
> into memory. Disk access was then via the standard 1K 'screens'.
>
> I think the only disk it supported (both for booting and for
> reading/writing screens) was the RX01 (and maybe later the RX02). It
> would be possible to modify the disk I/O code to handle other devices, I
> guess.
>
> There was also a version that ran under RT11 and used an RT11 file as a
> 'virtual disk' to store the screens. This is the only version I've ever
> seen, and not having an RT11 license I can't run it.
>
> If anyone knows the whereabouts of the standalone version I am
> interested. I am pretty sure it was Public Domain (most FIG Forths are).
Ho hum... On MAGICA::DU3:[FORTH] perhaps? :-)
Looking at FORTH.MAC, the header says:
.TITLE F.I.G.
; ****************************************************************
;
; PDP-11 FORTH INTRODUCTION PDP-11 FORTH
;
; ****************************************************************
;
;
;
; PDP-11 FORTH RT-11, RSX-11M, AND STAND-ALONE JANUARY 1980
Oh, you can also pick it up at
ftp://ftp.update.uu.se/pub/pdp11/rsx/lang/forth
Johnny
Johnny Billquist || "I'm on a bus
|| on a psychedelic trip
email: bqt(a)update.uu.se || Reading murder books
pdp is alive! || tryin' to stay hip" - B. Idol
> > >>Dave W---
> > >> Personally, I like the idea of cooking it all off over a high
> > >>flame... 8-)
>
> > >From: Chris <mythtech(a)mac.com>
> > >Mmmmm... Bar-B-Que'd Pentium... tasty with a bit of A-1 sauce! (of
> > >course, if you want BBQ Pentium, just pull the heat sink and fan and
> let
> > >it cook itself)
>
> "Dwight K. Elvey" wrote:
> > I've not tried it but I'm told that peanut oil works
> > well.
> > Dwight
>
> From: Marvin Johnston
>
> The problem with peanut oil is that it deteriorates rapidly at higher
> temperatures. It *was* used for fusing the tin-lead plating on circuit
> boards into solder, but it has been replaced with other oils that are
> MUCH more stable at higher temperatures. I used to fuse boards at about
> 450F, and it would take about 45 seconds or so to start discoloring the
> board.
>
> We won't talk about the smoke generated on the kitchen stove when I
> first tried it :).
>
>
Awww, why not? :) I'm curious...
--
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- (203) 432-0953
--- ICQ # - 905818
Mac OS X 10.1 - Darwin Kernel Version 5
Running since 01/22/2002 without a crash
>From: Chris <mythtech(a)mac.com>
>
>> Personally, I like the idea of cooking it all off over a high
>>flame... 8-)
>
>Mmmmm... Bar-B-Que'd Pentium... tasty with a bit of A-1 sauce! (of
>course, if you want BBQ Pentium, just pull the heat sink and fan and let
>it cook itself)
>
>-chris
><http://www.mythtech.net>
>
>
Hi
I've not tried it but I'm told that peanut oil works
well.
Dwight
Aww man, that's under an hour away from me! And I got a pickup
truck! Not that it would all fit at one time... :)
Now, if I only had the space, and power.
> From: Bill Bradford
>
> Wow.. Anybody want a cluster? 8-)
>
> Bill
>
> ----- Forwarded message from gstrekel(a)limra.com -----
>
> From: gstrekel(a)limra.com
> To: mrbill(a)decvax.org
> Subject: VAX Cluster
> Date: Tue, 25 Jun 2002 12:19:34 -0400
>
> Hello,
>
> We are powering down our VAX Cluster for the last time on July 1, 2002 and
> we want to remove if from the computer room as soon as possible after
> that.
>
> Our Cluster consists of a VAX 7710, VAX 6410, MicroVAX 3100/10E and
> MicroVAX
> 3100/30. We are using MTI hard and tape drives for storage. All the
> Digital
> equipment has been under maintenance contract with Digital for the life of
> the equipment and all the equipment is in fine working order (but of
> course).
>
> We also have a couple of printers, 3 or 4 monitors, a 19" monitor that
> uses
> a mouse, and various documentation.
>
> We are located in Windsor, Connecticut, 1 mile from exit 38 on Rt. 91.
>
> I have sent out an email offering the system to a group of Connecticut
> hospitals that may be using similar equipment, but I have no preference of
> were it goes. (Irrationally, I would like it to go to a good home were it
> could still be productive).
>
> If you have any ideas, please let me know.
>
> Thanks,
>
> Giles Strekel
> LIMRA International
> 300 Day Hill Road
> Windsor, CT
>
> 860-298-3848
>
> ----- End forwarded message -----
>
>
--
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- (203) 432-0953
--- ICQ # - 905818
Mac OS X 10.1 - Darwin Kernel Version 5
Running since 01/22/2002 without a crash
> Personally, I like the idea of cooking it all off over a high
>flame... 8-)
Mmmmm... Bar-B-Que'd Pentium... tasty with a bit of A-1 sauce! (of
course, if you want BBQ Pentium, just pull the heat sink and fan and let
it cook itself)
-chris
<http://www.mythtech.net>
> > >Scary as that might be. Building
> > >a computer desk and office out of failed computer parts. Now, just to
> win
> > >the damned lottery so I can actually spend at least 5 minutes a day
> > >figuring out how to obtain enough parts and break them down into
> something
> > >workable.
> >
> >If a guy here in NJ can build an entire castle and property out of
> >garbage and broken stuff, you should be able to handle some office
> >furniture.
> >
> >-chris
>
>
> From: John Boffemmyer IV
>
> lol, true Chris. Now, where to find enough circuit boards. The other
> question that has come to mind: how the hell do I clean off / smooth off
> the boards to make them flat enough to mount to a wall, etc without the
> nasty sharp solder hang-offs and chips, etc. hanging off and getting in
> the
> way....
> -John
>
Hmm, how about holding the board over a gas grill, with a pan to
catch the dripping solder? Or would that not be hot enough?
Put the circuit board on a cookie cooling rack, with a baking sheet
to catch the drippings?
Of course, there's always a benchgrinder, cut-off wheel on a drill,
end-nips, diagonal cutters...
Or you could do the slow way of a soldering iron.
Personally, I like the idea of cooking it all off over a high
flame... 8-)
--
--- David A Woyciesjes
--- C & IS Support Specialist
--- Yale University Press
--- (203) 432-0953
--- ICQ # - 905818
Mac OS X 10.1 - Darwin Kernel Version 5
Running since 01/22/2002 without a crash
>From: "Messick, Gary" <Gary.Messick(a)itt.com>
>
>Re: http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2034559690 (Ebay
>auction of Heath H-89)
>
>If you look at the last picture in the listing, it show a board that is
>mounted on top of the CRT. The same picture clearly shows the mounting
>screws for both the terminal board + the CPU board, so this has to be some
>sort of an aftermarket board. My thinking is it is some third-party
>graphics board. I just wonder if anyone else has any ideas about this.
>
>Gary
>
>
>
Hi Gary
The list of ports would lead me to think it was expanded
I/O. The 89 didn't have such things as a 488 port.
Dwight
Wow.. Anybody want a cluster? 8-)
Bill
----- Forwarded message from gstrekel(a)limra.com -----
From: gstrekel(a)limra.com
To: mrbill(a)decvax.org
Subject: VAX Cluster
Date: Tue, 25 Jun 2002 12:19:34 -0400
Hello,
We are powering down our VAX Cluster for the last time on July 1, 2002 and
we want to remove if from the computer room as soon as possible after that.
Our Cluster consists of a VAX 7710, VAX 6410, MicroVAX 3100/10E and MicroVAX
3100/30. We are using MTI hard and tape drives for storage. All the Digital
equipment has been under maintenance contract with Digital for the life of
the equipment and all the equipment is in fine working order (but of
course).
We also have a couple of printers, 3 or 4 monitors, a 19" monitor that uses
a mouse, and various documentation.
We are located in Windsor, Connecticut, 1 mile from exit 38 on Rt. 91.
I have sent out an email offering the system to a group of Connecticut
hospitals that may be using similar equipment, but I have no preference of
were it goes. (Irrationally, I would like it to go to a good home were it
could still be productive).
If you have any ideas, please let me know.
Thanks,
Giles Strekel
LIMRA International
300 Day Hill Road
Windsor, CT
860-298-3848
----- End forwarded message -----
--
Bill Bradford
mrbill(a)mrbill.net
Austin, TX
Hello guys
I'm trying to resurrect a PDP 11/23 and we're in need of a QBUS memory
card - does anyone have one for spare/swap?
Thanks for your time
Alex
--
Live like you will never die, love like you've never been hurt, dance
like no-one is watching.
On Jun 24, 23:43, Tony Duell wrote:
> RT11 (in various flavours)
> RSTS/E
> RSX11 (which covers at least RSX11S, RSX11M, RSX11M+, and a few I've
> forgotten)
> IAS (I think there are several versions of this -- IAS11/D or something)
> DSM (~= MUMPS)
> XXDP+ (really just a loader for diagnostics...)
> Unix (many versions -- relase 5, 6, 7, 7m, BSD 2.09. BSD 2.11, Ultrix-11,
> Venix,...)
> Xinu
> Tripos
> Various languages including their own OS (Single user BASIC, Multi-user
> BASIC, MINC BASIC, Forth, etc)
> The paper tape programming system.
You missed Fuzzball.
--
Pete Peter Turnbull
Network Manager
University of York
I was part of the team of "Research Assistants" who assisted in the development
of the Huntington Computer Project, under the tutilage of Dr. Ludwig
Braun, Jr.
It covered a number of school districts in Suffolk County on Long Island
in New York State.
I would be interested in your thoughts of the project, based on what
you have.
Thank you.
--
Robert Domitz
domitz(a)onebox.com - email
I have a NeXT Color Printer that I need to get rid of. Appears to have
never have been used, as there is no trace of ink in the lines that is
present once the printer has initially had ink installed. Good shape
overall. I have no ink for this printer, but I believe compatible inks
may be available. Also includes the manual and paper bale.
Will let go for the cost of shipping (USPS) from 33327 (FT. Lauderdale,
FL). Will also trade for a working Apple Profile.
LMK,
Jeff
> From: Richard Erlacher <edick(a)idcomm.com>
> I don't have a problem with passwords in this case. What does puzzle me,
> however, is that the software installation from the PB CD's doesn't seem
to
> work at all.
Richard, I can tell you from direct experience that there are lots of PBs
and Compaqs out there which the "factory restore disks" won't work on.
Also, those restore disks are usually full of crap software which will chew
up half the HD with garbage nobody wants. Your best bet is to do a clean
Win9x installation, then install the required drivers for whatever devices
are present.
> I've tried to reinstall the OS, since the OS on the main drive
> was Win98, yet the CD set and the doc's in the files on the system
suggest
> it's supposed to be Win95
Those units shipped with Win95, so somebody must have "upgraded" the OS.
> and I'm unable to install the tv-card software,
> either for want of directions or for want of brains, and possibly both.
It
> should work with the original CD's, but apparently it's more than meets
the
> eye.
Take Joe's advice & grab the FCC ID # off the individual cards. You can
then at least locate the real manufacturer at the FCC site or
driverguide.com. Win9x has built-in drivers for the basic video functions
but does not have the code for the TV stuff; once again, driverguide.com
will probably help.
Also, you've probably got an Aztech sound/modem combo in there. I have
drivers for most of these so shoot me the FCC ID and I'll email you the
drivers.
Glen
0/0
If I am not for myself, then who will be for me?
And if not now, when?
-- Pirkei Avot
In regard to the Freeware CDs for RSX-11 and RT-11
If you are not receiving this paragraph as part of an individual
message, then you are not on my list of individuals who may
wish to receive their own copies of the CDs. In that case,
please reply so that you can be placed on my list when I send
out an e-mail with my address. At that time, unless otherwise
requested, I will send out a single e-mail to all of the individuals
who have expressed an interest - so that you will all know who
each other are and have e-mail addresses with which to
correspond to each other. Currently, there are 12 individuals
on the list in addition to Tim Shoppa.
This individual reply will probably be the last before I send you
my address so you can send the funds for as many of the
3 CDs that you wish to have.
The only thing left is to try and obtain a file which contains the
image of the label on the CD. Some of you have received
these CDs from Tim Shoppa and for accuracy, I would like
to duplicate the actual label that Tim used. If anyone who
already has a copy of any of the 3 CDs could help by providing
a file that can be sent to a laser printer to produce the labels,
that would be appreciated. If I have not received a positive
response within a few weeks, then if someone who already
has the RSX-11 CDs can at least provide me with the words
on both the ".iso" and the "ods1" CDs, that would be second
best. I already have the words to be used with the RT-11 CD.
I have now finished the verification tasks that I feel
are needed to ensure that I am producing correct images.
I will be making some copies of the CD images from:
ftp://ftp.trailing-edge.com/pub/cd-images/http://www.classiccmp.org/PDP-11/http://www.classiccmp.org/PDP-11/RT-11/http://www.classiccmp.org/PDP-11/RSX-11/
that I have downloaded and wish to offload from my hard
disk drive. I have verified each of the 2 RSX-11 and the
1 RT-11 images against the MD5 values in the file MD5SUMS
and they are the same. After I copied the images
on my hard drive to the CD, I verified them against their
respective images in their hard drive files. To do so, I
used RT-11 and BINCOM (with some of my own
modifications which allows me to also verify block 65535
at the end of each RT-11 partition). Since there are a
maximum of 20 RT-11 partitions on each CD and each
BINCOM run takes me less than 30 seconds, the whole
comparison can be done in less than 10 minutes - which
is about the length of time it takes to make the CD copy
in the first place.
Since there might be a number of individuals who can't
download at a reasonable speed (even with DSL it takes
about 3 hours each at about 30 KBytes per second as
compared with about 3 KBytes per second on a dial up line),
I am prepared to make additional copies (Tim Shoppa
no longer seems to have the time to do so) and make
them available at my cost (for media, label, envelope
and shipping carton plus postage to the US) and make
them available at my cost of about $ 5 / $ 8 / $ 10 for
1 / 2 / 3 CDs. If you prefer to have me use Maxell
Black brand CDs which I have been told last about
twice as long, the cost will be $ 1 more per CD. Note
that all the prices are in US dollars for destinations in
the US and postage from Canada. If you are in a
different country, the postage will be different.
I have yet to verify these prices to be sure that they
cover my costs, in particular the postage after the
CD is ready to be mailed, but I am 99% sure they
should be adequate.
Note that the images at Tim's site are ".bz2" files while
the images at classiccmp are ".gz" images. For myself
(Windows 98 and Netscape 4.78) DOES NOT WORK
with the ".gz" images (since the file is automatically
expanded - and the result is incorrect), but Carlos Murillo
sent me a Windows 98 version of wget which does work,
I suppose on any file.
By the way, I tried to hold the SHIFT key down while
I was clicking my way through the download procedures
of the ".gz" files under Netscape and that did not help.
Note that the images at the classiccmp site are ".gz" files,
so they are slightly larger. Since I did my original download
>from the full size images, I did not initially have a problem
with expanding. However, after I successfully downloaded
the ".gz" files with wget, I used WinZip under Windows 98.
After I downloaded the ".bz2" files, I used bzip2 to expand
them under Windows 98. Both expanded files were identical
to the full size image, so obviously all three produced the
correct MD5 value.
If you need help and are running Windows 98 or a
compatible OS, I can send you copies of both "bzip2.exe"
and "MD5.exe", but not for others OSs. For other OSs
(and Windows 98) for bzip2 programs, see:
http://sources.redhat.com/bzip2/
and click on either:
PC, Windows 95/98/ME/NT/2000/XP
PC, Windows 95/98/NT/2000.
for bzip2.exe - I was advised to use the second older
version and did - it worked fine under Windows 98.
For MD5 programs, see either:
ftp://ftp.cerias.purdue.edu/pub/tools/unix/crypto/md5/http://www.fourmilab.ch/md5/
I obtained my MD5 programs at the first site.
By the way, for myself, I would VERY much appreciate
being in touch with all individuals who have a copy of the
RT-11 Freeware CD V2.0 so that we might exchange
information about RT-11. Tim Shoppa felt that he might
be violating privacy concerns if he made the names, of those
who ordered the CD, available. I don't see it that way, so
if you want your name to be known along with the other
individuals (or not as the case may be - i.e. restrict that
you have a copy of the RT-11 CD to ONLY specified
individuals such as possibly just myself) so that you can
receive interesting information about new developments
in RT-11 and the status of the operating system, then
PLEASE contact me so that we can share information.
Also state if you want to be known to the entire group
of just to specified individuals such as myself.
PLUS, as for TSX-PLUS, I am going to try again to knock
at the door of S&H to see what they may consider for
hobby users.
Some of you have already expressed an interest in the CDs.
I hope that I have sent a personal copy of this post. If
I somehow missed you, please send me your request again.
For those users who receive a personal copy of this e-mail,
you are already on my list. I will send you a mailing address
when I am ready to burn the CDs. Please reply if you are
still interested.
Sincerely yours,
Jerome Fine
--
If you attempted to send a reply and the original e-mail
address has been discontinued due a high volume of junk
e-mail, then the semi-permanent e-mail address can be
obtained by replacing the four characters preceding the
'at' with the four digits of the current year.
> Not listed on the "complete" list is XINU, which is an educational
> operating system developed at Purdue University by Dr. Comer (his
> students, and others) and was taught on LSI-11s for a number of
> years before newer more modern processors took their place.
>
> "XINU" == "Xinu Is Not Unix"
>
> --tom
Hmmm, in taking another look at the list, I'm guessing that the author chose
to group all UNIX varients except Ultrix and Venix under "UNIX". Kind of
odd when you consider how many RSX varients are listed.
Zane
That's an easy question.
Check the Field Guide:
M7555 RQDX3 Q MFM Winchester and floppy disk controller
M7555 (RX50/RX33/RD50-54/RD31/RD32/RD33)
- Henk.
http://home.hetnet.nl/~tshaj
> -----Original Message-----
> From: Alex White [mailto:meltie@myrealbox.com]
> Sent: maandag 24 juni 2002 16:29
> To: cctalk(a)classiccmp.org
> Subject: RX50 -> QBUS
>
>
> Is it possible to interface an RX50 unit to a QBUS? Which
> card would one
> need?
>
> Alex
Is it possible to interface an RX50 unit to a QBUS? Which card would one
need?
Alex
--
Live like you will never die, love like you've never been hurt, dance
like no-one is watching.
The other weirdness to pass my eye (but managed to get) is a small
package of chips. These are "purple" DIPs, 16 or 18 pins (can't recall
offhand), with two LCCCs piggybacked. This method of construction is
common in very high end memory chips and military assemblies. The LCCCs
are Mosteks, and some are clearly labelled MK4116 with 1980-ish datecodes.
Memory, probably, the good 'ol 16K DRAM.
But the weirdness...two DRAMs on a package is pretty weird (I suppose
making a 32Kx 1 or 16K x 2), but these things have Apple logos.
Huh?
William Donzelli
aw288(a)osfn.org
>
> >Alex White wrote:
>
> > Can you describe all the PDP OSen and variants out there?
> > *grins*
> > Alex
>
> Jerome Fine replies:
>
> YES!!
> *grins* (You just asked "Can you" - not to actually describe them!)
>
> Now, to actually describe them "all", I don't think it is worth while
> to spend all that amount ot time (a few centuries) or the space. But,
> The major 3 are (there are many more):
>
> RSTS/E
>
> RSX-11
Shoot, that one statement covers, what, 9 OS's?
> RT-11
There are so MANY more than this!
For a partial list see the PDP-11 Emulation Webpage:
http://www.aracnet.com/~healyzh/pdp11emu.html
For a "complete" list see:
http://www.village.org/pdp-11/faq.pages/pdpOSes.html
Depending on how you count there is something like 20-34 different OS's.
Zane
Turned up this machine today - Apple II clone isn't it ? This one comes
with dual drive, mono monitor, 80 colum card & serial card. Machine
boots, but I don't have either DOS or CP/M disks for it. I intend
cleaning her up & offering her on eBay, is it wort anything or should I
just ditch it ?
cheers,
Lance
----------------
Powered by telstra.com
In the process of getting rid of stuff I don't particularly care to
collect, I have 10 IBM Laserprinter Font Cards. The P/Ns (they all begin
with 1255) are 800, 801, 803, 806, 807, 808, 825, 826, 828, and 829.
$20.00 for all including US shipping.
I was just monitoring this auction:
http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=2032858555
For those who don't want to follow the link, it is a MITS
Altair 8080 CPU board, rev 0, that sold for a whopping
$787.77. The last one I saw sold for a bit over $250 and I
thought THAT was insane.
I was considering it as a spare. . . but not at 1/10th of
that price.
Stories of eBay's demise are greatly exaggerated!
Erik
Hi All
I have been recovering data from some old Poly-88 tapes.
I've recovered the following:
1.Poly Tape based BASIC ( I also have a manual for this )
Programs for this BASIC
2. LANDER
3. STOCK
4. REVERSE
5. HAMURABI
6. CASHFLOW
7. A version of fig Forth
8. SMD ( Small Memory Dump from manual )
9. TCPY ( a tape copy program that I wrote that only displays
errors but doesn't stop. Useful for recovering bad
tapes, keeping auto-start info and general copying
of tapes )
10. Poly Assembler ( I've not figured out how this works and
I have no docs ).
11. SAVE, PEEK and POKE extensions, I wrote, for TinyBasic.
12. Last, I have image files for Tiny Basic to be put onto two
2708's that would go in the two empty sockets of the CPU
board. A ^C would start TBASIC.
I would be willing to make copies of all at cost for tapes
and mailing. If anyone is interested, let me know?
( Sellam I. and Larry P. are already on my list )
If someone wants EPROMs for the TBASIC, I can program them
for you, if you supply the EPROMs. Also, let me know if
you want the tapes in Byte format, Poly format or both.
Dwight
Hi Rich
If this is the one I think it is, there should also be
some RAM on the board as well. It should work with a
KIM/SYM/AIM. I have one that I've used with my AIM.
The software is simple. You just write to the address
window for the EPROM a number of times and the EPROM
gets programmed. As I recall, the board can be configued
to do 2716's or 2732's. Poking around in your monitor
can find the memory locations.
Dwight
>From: "Cini, Richard" <RCini(a)congressfinancial.com>
>
>Hello, all:
>
> While cleaning up in the shop this weekend, I found what looks to be
>an EPROM programmer board. It's manufactured by Digital Matrix Associates
>with a part number of 6500-001-PWB.
>
> It's about the size of a STD BUS card (4.5" x 6") with a 22/44 pin
>edge connector and a right-angle 22/44 socket right above it. It has one ZIF
>socket and 4 empty sockets. Forgot to count the pins, though.
>
> It's either for an AIM65 or a KIM, but since I never labeled it when
>I got it, I can't remember. I'm guessing the AIM65, thought.
>
> Does anyone have any info on this card?
>
>Rich
>
>==========================
>Richard A. Cini, Jr.
>Congress Financial Corporation
>1133 Avenue of the Americas
>30th Floor
>New York, NY 10036
>(212) 545-4402
>(212) 840-6259 (facsimile)
>
>_______________________________________________
>cctech mailing list
>cctech(a)classiccmp.org
>http://www.classiccmp.org/mailman/listinfo/cctech
>
Hello, all:
While cleaning up in the shop this weekend, I found what looks to be
an EPROM programmer board. It's manufactured by Digital Matrix Associates
with a part number of 6500-001-PWB.
It's about the size of a STD BUS card (4.5" x 6") with a 22/44 pin
edge connector and a right-angle 22/44 socket right above it. It has one ZIF
socket and 4 empty sockets. Forgot to count the pins, though.
It's either for an AIM65 or a KIM, but since I never labeled it when
I got it, I can't remember. I'm guessing the AIM65, thought.
Does anyone have any info on this card?
Rich
==========================
Richard A. Cini, Jr.
Congress Financial Corporation
1133 Avenue of the Americas
30th Floor
New York, NY 10036
(212) 545-4402
(212) 840-6259 (facsimile)
_______________________________________________
cctech mailing list
cctech(a)classiccmp.org
http://www.classiccmp.org/mailman/listinfo/cctech
In regard to the Freeware CDs for RSX-11 and RT-11
If you are not receiving this paragraph as part of an individual
message, then you are not on my list of individuals who may
wish to receive their own copies of the CDs. In that case,
please reply so that you can be placed on my list when I send
out an e-mail with my address. At that time, unless otherwise
requested, I will send out a single e-mail to all of the individuals
who have expressed an interest - so that you will all know who
each other are and have e-mail addresses with which to
correspond to each other. Currently, there are 9 individuals
on the list in addition to Tim Shoppa.
This individual reply will probably be the last before I send you
my address so you can send the funds for as many of the
3 CDs that you wish to have.
The only thing left is to try and obtain a file which contains the
image of the label on the CD. Some of you have received
these CDs from Tim Shoppa and for accuracy, I would like
to duplicate the actual label that Tim used. If anyone who
already has a copy of any of the 3 CDs could help by providing
a file that can be sent to a laser printer to produce the labels,
that would be appreciated. If I have not received a positive
response within a few weeks, then if someone who already
has the RSX-11 CDs can at least provide me with the words
on both the ".iso" and the "ods1" CDs, that would be second
best. I already have the words to be used with the RT-11 CD.
I have now finished the verification tasks that I feel
are needed to ensure that I am producing correct images.
I will be making some copies of the CD images from:
ftp://ftp.trailing-edge.com/pub/cd-images/http://www.classiccmp.org/PDP-11/http://www.classiccmp.org/PDP-11/RT-11/http://www.classiccmp.org/PDP-11/RSX-11/
that I have downloaded and wish to offload from my hard
disk drive. I have verified each of the 2 RSX-11 and the
1 RT-11 images against the MD5 values in the file MD5SUMS
and they are the same. After I copied the images
on my hard drive to the CD, I verified them against their
respective images in their hard drive files. To do so, I
used RT-11 and BINCOM (with some of my own
modifications which allows me to also verify block 65535
at the end of each RT-11 partition). Since there are a
maximum of 20 RT-11 partitions on each CD and each
BINCOM run takes me less than 30 seconds, the whole
comparison can be done in less than 10 minutes - which
is about the length of time it takes to make the CD copy
in the first place.
Since there might be a number of individuals who can't
download at a reasonable speed (even with DSL it takes
about 3 hours each at about 30 KBytes per second as
compared with about 3 KBytes per second on a dial up line),
I am prepared to make additional copies (Tim Shoppa
no longer seems to have the time to do so) and make
them available at my cost (for media, label, envelope
and shipping carton plus postage to the US) and make
them available at my cost of about $ 5 / $ 8 / $ 10 for
1 / 2 / 3 CDs. If you prefer to have me use Maxell
Black brand CDs which I have been told last about
twice as long, the cost will be $ 1 more per CD. Note
that all the prices are in US dollars for destinations in
the US and postage from Canada. If you are in a
different country, the postage will be different.
I have yet to verify these prices to be sure that they
cover my costs, in particular the postage after the
CD is ready to be mailed, but I am 99% sure they
should be adequate.
Note that the images at Tim's site are ".bz2" files while
the images at classiccmp are ".gz" images. For myself
(Windows 98 and Netscape 4.78) DOES NOT WORK
with the ".gz" images (since the file is automatically
expanded - and the result is incorrect), but Carlos Murillo
sent me a Windows 98 version of wget which does work,
I suppose on any file.
By the way, I tried to hold the SHIFT key down while
I was clicking my way through the download procedures
of the ".gz" files under Netscape and that did not help.
Note that the images at the classiccmp site are ".gz" files,
so they are slightly larger. Since I did my original download
>from the full size images, I did not initially have a problem
with expanding. However, after I successfully downloaded
the ".gz" files with wget, I used WinZip under Windows 98.
After I downloaded the ".bz2" files, I used bzip2 to expand
them under Windows 98. Both expanded files were identical
to the full size image, so obviously all three produced the
correct MD5 value.
If you need help and are running Windows 98 or a
compatible OS, I can send you copies of both "bzip2.exe"
and "MD5.exe", but not for others OSs. For other OSs
(and Windows 98) for bzip2 programs, see:
http://sources.redhat.com/bzip2/
and click on either:
PC, Windows 95/98/ME/NT/2000/XP
PC, Windows 95/98/NT/2000.
for bzip2.exe - I was advised to use the second older
version and did - it worked fine under Windows 98.
For MD5 programs, see either:
ftp://ftp.cerias.purdue.edu/pub/tools/unix/crypto/md5/http://www.fourmilab.ch/md5/
I obtained my MD5 programs at the first site.
By the way, for myself, I would VERY much appreciate
being in touch with all individuals who have a copy of the
RT-11 Freeware CD V2.0 so that we might exchange
information about RT-11. Tim Shoppa felt that he might
be violating privacy concerns if he made the names, of those
who ordered the CD, available. I don't see it that way, so
if you want your name to be known along with the other
individuals (or not as the case may be - i.e. restrict that
you have a copy of the RT-11 CD to ONLY specified
individuals such as possibly just myself) so that you can
receive interesting information about new developments
in RT-11 and the status of the operating system, then
PLEASE contact me so that we can share information.
Also state if you want to be known to the entire group
of just to specified individuals such as myself.
PLUS, as for TSX-PLUS, I am going to try again to knock
at the door of S&H to see what they may consider for
hobby users.
Some of you have already expressed an interest in the CDs.
I hope that I have sent a personal copy of this post. If
I somehow missed you, please send me your request again.
For those users who receive a personal copy of this e-mail,
you are already on my list. I will send you a mailing address
when I am ready to burn the CDs. Please reply if you are
still interested.
Sincerely yours,
Jerome Fine
--
If you attempted to send a reply and the original e-mail
address has been discontinued due a high volume of junk
e-mail, then the semi-permanent e-mail address can be
obtained by replacing the four characters preceding the
'at' with the four digits of the current year.
>I just picked up a PC at the local thrift store. It has a board that's a
>half-height ISA card with the designation SCB5 Junior. It's got a
>mini-din at
>the backpanel, though it's definitely not the keyed sort used by a mouse or
>keyboard. I've got to admit, I'm puzzled.
I think it is a Logitech ScanMan scanner interface card.
If it is the one I am thinking of, it is for the ScanMan 256 and ScanMan
Color hand scanners. It has 2 dip switches and an 8 pin mini din right?
If that is right, then it is probably the board I am thinking of. I have
one here somewhere (but no scanner for it). I found info about how to
config it somewhere online (but not Logitech's site IIRC, however I think
they might have had a link to the actual manufacturer's site, or maybe I
just found info via a google search... not quite sure).
Wait... ok, found a link for you:
<http://marvin.tele-net.net/storm/xxx_faq_lg.htm#2651>, they have some
info on how to set the dip switches.
-chris
<http://www.mythtech.net>
Does anyone know of a server somewhere online where IBM keeps all it's
archived Technical Reports? I've spent considerable time navigating
through IBM's site but have not been able to turn anything up older than a
few months.
Specifically, I am looking for the following Technical Report (numbered
RC16672):
S. R. White, S. H. Weingart, W. C. Arnold and E. R. Palmer. Introduction
to the Citadel Architecture: Security in Physically Exposed Environments.
Technical Report, Distributed Systems Security Group. IBM T. J. Watson
Research Center. March 1991. [RC16672]
Any help locating this would be appreciated.
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
* Old computing resources for business and academia at www.VintageTech.com *
>Primary goal is backup - TELEDISK should do that. Secondary goal is
>to produce image files suitable for use with simh and E-11.
Backup implies an ability to restore, and, at least
for me, TELEDISK has problems doing that. On my system
(which at the time was a K6 233MHz machine) 3.5"
disks could be restored without issue but 5.25"
disks could not be reliably restored (this seemed
to apply to both 360KB and 1.2MB disks). I assume
that restoring RX50s will be no easier.
It might just have been my system, it might just
have been my copy of TELEDISK (there seem to be
multiple copies floating around) but it did not
fill me with confidence.
Is the TELEDISK format freely available? If not,
restoring your disks may be difficult once the
last PC has expired!
BACKUP/PHYSICAL has the advantage that you can at
least work out where each block ends up (since the
BACKUP source listings are available).
(If anyone has suggestions for "imaging" 360KB
floppies, 1.2MB floppies and RX50s using PC hardware
running Windows or Linux or NetBSD, I'm all ears.
Preference given to those with practical experience
of restoring the data afterwards ... I'm not keen
to run through several hundred floppies just on
the off-chance it will be worthwhile.)
Antonio
Well, today I managed to go out to Univ Salvage and get myself two things
that look 'fun to play with'
RS/6000 7013-580
1-9 Video
2-1 Ethernet
4-4 SCSI? adaptor
128MB RAM (16x8M 80ns SIMMS on two cards)
FDD
CDROM
(no hard drives)
The system had its 'doors off' and its keys 'in the ignition' (yay!).
Data Systems Design Model 880-D8. It has a DS Shugart 8" floppy drive in
it (which I intend to use to fix my Altos 8000) and a SA-1000 interface 8"
hard disk inside (which I intend to use to fix my TeleVideo TS-816, if
possible.
Quite the finds for $10, eh? Now if I could get myself to concentrate on
this paper I have to write..
-- Pat
>At my last place of employment, we built really huge routers. Our
>only competitor that had a product somewhat comparable to ours (and no,
>it wasn't Cisco or Juniper) somehow managed to make their box so heavy
>that it exceeded the NEBS standard for floor loading. They had to
>reinforce the floor at their field test sites. Fortunately our product
I guess that competitor must have been Avici then?
I wonder how soon these high-end routers will start
to fall into hobbyist hands ....
Antonio
>From: ard(a)p850ug1.demon.co.uk
>
>> The guy there is accustomed to seeing me come in for DE9 connectors,
>> hoods, & computer stuff, and always asks "What are you building this
>> time?" He doesn't know anything, but at least he's curious... I found
>> a push-button rated at 3A, 125VAC, and brought it up. Darrell says
>> "Building one from scratch now, are ya?" I told him no, it's a starter
>> switch for my pickup. He refused to sell it to me, because "Those
>> starters pull 20 or 30 amps, and that's *DC*, too! That switch will
>
>Hmm... In every UK car I have worked on, the starter motor itself draws
>about 600A on-load from the battery. This current is switched by the
>starter solenoid contacts which acts (in part -- it also moves the
>pinion into mesh with the flywheel) as a large relay.
>
>But the solenoid coil draws significant current as well. There are
>typically 2 windings, one to pull the core in, one to hold it. The
>former typically draws about 17A, the latter about 4A.
>
>Now, admittedly the former should only operate until the solenoid has
>pulled in, But if there are problems (a typical one is a relatively high
>high resistance connection in the circuit which limits the current to
>(say) 10A -- the solenoid will then not pull in and disconnect the first
>winding), then the current through the switch will be a lot higher than
>you might expect.
>
>I certainly wouldn't use a 3A AC swtich for a starter solenoid operating
>button. It's way underrated.
>
>-tony
>
>
Hi
I have never seen this on a solenoid type of starter relay.
The switches on the solenoid were always for the ignition
resistor bypass and the main switch for the starter motor.
The only time I've seen this is on the Ford type starter where
the pull in for the gear comes from a pole piece in the started
motor. The pole piece would pull in and change the field to be
series with the motor armature. There was a separate solenoid
that powered this and it always had the full coil current and
only switched the current to the starter and the ignition
resistor bypass.
Pinball machines do have what is called a EOS ( end of stroke )
switch that is used on flippers to reduce the current for holding.
Dwight
Now you two have really given me an idea. Scary as that might be. Building
a computer desk and office out of failed computer parts. Now, just to win
the damned lottery so I can actually spend at least 5 minutes a day
figuring out how to obtain enough parts and break them down into something
workable. Grin.
On another note:
This is on topic since ALL equipment except the replacement hard drive are
over 10 years old.
I have a 486x33Mhz with pure 30pin SIMMS (no 72 mix here) maxed out at 16MB
(16 of these x 1MB), with EISA bus. I have an Adaptec 1740A SCSI
controller, a Trident ISA video card, a Creative Labs Sound Blaster ISA, a
DCA ISA / MCA Token Ring Adapter (obviously using the ISA), a 10Mbit ISA
NIC, Generic I/O card with floppy and IDE, 32x IDE CD-ROM and a Seagate
Elite 9 ST410800N 10/9GB SCSI drive (set to ID 0 since the 1740A insists
that you use ID 0 to boot the machine). I am trying to load Slackware 7.1
on it. Problem: how do I get the damned install from floppy to see the
CD-ROM and see the hard drive properly? It goes to start the installer and
it comes up loading the initial install kernal with this error:
SCSI host found at (0)
Unable to load SCSI host (0)
Now, mind you, I can see and play with the damned drive in PC DOS 7, booted
>from Floppy. Why not in Linux? I am removing hair at this point since it
took me 2 weeks to restore the system to a working state as it is. Also,
anyone know of a friggin GUI utility that allows you to still use the
keyboard (tab, space bar, etc) for drive partitioning and editing to set up
a Linux partition (possibly as a bootable util from a floppy?)? Guessing in
a command prompt really blows. The plan is to get it up as an actual server
on the broadband cable here so I can offer email and web space in the
future (trying to help friend of mine over at dhs.org unload some of the
users on his aging server and bring them up to date).
Any input will be greatly appreciated.
-John
-John
At 11:44 AM 6/19/02, you wrote:
> > From: Chris
> >
> > > Or a drink coaster. The circuit boards is good as a backer for a
> > >notepad. And use the cases for banks, letter holder, pen holder, etc...
> >
> > Humm... I have a few dead drives here... maybe I'll yank the boards, use
> > some small hinges, and make myself a note pad case (I've seen them for
> > sale before, but never with components on them)
> >
> > But I think if I start making all my office desk items from used computer
> > parts, then the staff here will REALLY think I have gone insane... then
> > again, maybe that will be a good thing, they'll stay out of my office
> > (barricading the door and covering the floor with electronic junk hasn't
> > stopped them... it just makes them trip when trying to come near my desk)
> >
> Well, the 3' x 5' Jolly Roger flag on my wall has slowed them down a
>bit. :) Not to mention that my "office" is really in the back of the printer
>room, I just used some 7' cabinets to form a wall, so my office is sort of
>"hidden".
>
>--
>--- David A Woyciesjes
>--- C & IS Support Specialist
>--- Yale University Press
>--- (203) 432-0953
>--- ICQ # - 905818
>Mac OS X 10.1 - Darwin Kernel Version 5
>Running since 01/22/2002 without a crash
----------------------------------------
Founder, Lead Writer, Tech Analyst
and Web Designer Boff-Net Technologies
http://boff-net.dhs.org/index.html
---------------------------------------
> the first unit. I did leave behind the hard drives (that may have been a
> mistake). Does anyone have info on these?
I don't have any info, however, leaving the Hard Drives was almost
definitely a mistake! Now, get in your vehicle and go back and get them!
Zane