>
>Subject: Re: Datasheet or info for Fairchild uA3656D?
> From: "Joe R." <rigdonj at cfl.rr.com>
> Date: Thu, 19 May 2005 17:26:49 -0400
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
>
>>My Databooks and drawings from when I was designing with the beastie
>>says with +5 Vcc and -9Vdd all IO will be TTL compatable.
>>
>>FYI back in that time frame Signetics, Intel and Fairchild had a
>>DTL/TTL product in the 3xxx class numbering. For example:
>>
>> 3205 similar to 74138 may be differnt pinout
>> 3009 similar to 7432
>> 9602 onshot similar to 74123 however the 9602 was truly a better part.
>> 3404 8bit wide latch maybe similar to 74100 or 74373
>
> Correct but I still haven't found any Fairchild 36xx part numbers so I'm
>still not sure what these two parts are. Fairchild did build some memory,
>the ram was PN 3530 (I THINK!).
>
>
>>
>> 1101 256x1 Pmos (two voltages) and really slow (1.5us parts were the
>> fast ones)
>>
>>There were others but those appear on my drawing and those of the
>>MCS-8.
>
> Are you sure you're not thinking of the Sim-8? That's what's shown in
>the 8008 manual. If you have other drawings I'd like to get a copy.
>
The MCS-8 manual has the SIM-8 in it. The other two designs are mine
and on B sized blue line (they are ca1973ish). They used more contemporary
7400 stuff save for the 3205 (intel 8205 in 1980s or better 74LS138 which
all the same thing.). Nothing to wild, 2102 ram instead of 1101 and the
IO was a series of ports that drove a Burroughs Panaplex 32 char display
and a numeris and function keyboard. The application was serial frame
time encoding/decoding for 8Track commercial tape systems. Copying the
drawing would be a pita being B sized and very little per page (near
20 pages of drawings).
I keep wanting to build a 8008 system as I have a chip using current
(ca 1980s) parts for laughs. The problem is an 8048 can blow it's
doors off.
Allison
> It works surprisingly well but it still misses a lot.
If you want your ear talked off, ask someone trained in library science
what is wrong with Google searches.
>From: "Brian Wheeler" <bdwheele at indiana.edu>
>
---snip---
>
>I think the optimum format for doing this isn't a single file, but a
>collection of files bundled into a single package. Someone mentioned
>tar, I think, and zip would work just as well. The container could
Hi
tar yes, zip no!!!! Any form of compression will make recovery
difficult if there is a small amount of data lost in the middle
someplace. I have some disk that were nicely archived of some
FIG ( Forth Interest Group ) stuff, done by a well meaning
librarian, earlier. In handling, the one copy ( the other mistake )
got damaged. Now, all the bundled information is lost.
Do not compress! In fact I recommend human readable forms such
as HEX or octal, regardless of the media.
Dwight
Big thank you to whoever got my PDA history article on Slashdot! I was a
Slashdot virgin 'til now.
-----------------------------------------
Evan Koblentz's personal homepage: http://www.snarc.net
Also see http://groups.yahoo.com/group/midatlanticretro/
*** Tell your friends about the (free!) Computer Collector Newsletter
- 700 readers and no spam / Publishes every Monday / Write for us!
- Mainframes to videogames, hardware and software, we cover it all
- W: http://news.computercollector.com E: news at computercollector.com
> One extra caveat would be when listing page numbers both the printed
> page numbers and the PDF's declared page numbers should be included.
When I started building bitsavers, I didn't have an easy way to put the
page numbers on each page in the format they were in the original. Once
Eric had tumble working, I started bookmarking every page with the
'real' page number with the intent of fixing the PDF page to match.
> Al can decide if it should be text only, html, excel, etc.
ASCII space separated fields
Actually, I wasn't totally out of computing since January...
I built a 400+GB music archive at the radio station that I
do a weekly show at, and built the master indexes as text
files. They are post-processed into SQL form, but the original
data is all easily readable and editable.
It is really, really easy to manipluate the data later if you
do this.
> Just out of curiosity, is this program something you could use Al?
It isn't something I currently need. It would have been handy when I was
recoving some data a few years ago.
There are a lot of VMS data sets kicking around on tape, but no
inexpensive reliable recovery solutions in non-VMS environments.
There's plenty of file system meta-data out there to confound
this process. Blindly archiving and un-archiving will destroy
data that's not inside the file. There's a lot to be said for
archiving images of entire filesystems. What, timestamps
aren't important? Creation dates as well as last-modified dates?
Archive bits? At least 'tar' preserves Unix's groups and
permissions to a reasonable degree.
--
There is also 'hidden' but valuable data you may not know about.
I recovered the sources to some stand-alone machine utilities off
the end of a 9 track data set on a tape that had been reused.
It's also been mentioned that DEC 'distributed' unsupported code
on distribution discs where the unsupported code was 'deleted'
(marked as deleted in the directory)
--
Another problem with bits in the wild is you have no idea if they've
been patched or corrupted in some way before you get them.
This is why it's necessary to read as many copies of the same program
that you can find, even if the program has already been 'archived'.
running when shutdown 5 years ago
alpha server 2100
monitor VRT19-HA
tape drive TS05
monitor VR297-DA
also several dec terminals
Mike
c m c f a d d e n 5 a t c o m c a s t d o t net
>From: "Randy McLaughlin" <cctalk at randy482.com>
---snip---
>
>Some of the original DRI archives I sent to Gaby are examples especially of
>the working disks that were never distributed outside of DRI. On these
>disks that contain up to three versions (*.A86, *.BAK, and the deleted file)
>of the source code being developed I included teledisk images so people
>could look at these unique disks byte by byte.
---snip---
Hi
On one of the disk images I was recovering, someone had deleted
the wrong copy of the program. The broken one was in the normally
readable directory while the good one was marked deleted.
I was able to recover this from a complete image.
Of course, there is always the bits of confidential information
that gets onto disk that was never intended to be archived
forever ( still of interest to some future generation ).
Dwight
>From: "John Foust" <jfoust at threedee.com>
>
>There's plenty of file system meta-data out there to confound
>this process. Blindly archiving and un-archiving will destroy
>data that's not inside the file. There's a lot to be said for
>archiving images of entire filesystems. What, timestamps
>aren't important? Creation dates as well as last-modified dates?
>Archive bits? At least 'tar' preserves Unix's groups and
>permissions to a reasonable degree.
>
Hi
In one file system I'm looking at, the directory contains
the information as to what type of file it is ( not in the
name of the file either ). Things like system only executable
and word processor format are not encoded in the file name
or the file it self on the one I'm looking at.
Also, missing from the file are things like start address
and load address.
Dwight
>
>Distribution can be an archival tool, I recommend people download as much of
>my site as possible. God forbid if later today I get hit by a car I don't
>want the information I've gathered to be lost.
>
Hi
A Great point not discussed so far in this bout!
Dwight
>From: "Vintage Computer Festival" <vcf at siconic.com>
>
>On Thu, 19 May 2005, Dwight K. Elvey wrote:
>
>> In any case, these are all academic in comparison to the problems
>> of indexing. I don't even have the beginings of how to deal
>> with that problem.
>
>Google :)
>
Hi
It works surprisingly well but it still misses a lot.
Like when I was looking for the data sheets of the WD1100V-01.
The information was out there, it just wasn't indexed.
Most document writing programs today have that automatic
indexing by marking things as you go along to place in
the index. It requires that someone actually realizes
what needs to be indexed. Then comes the problem of cross
references. Add to that synonyms.
I was looking through the directories of one of the images
I'd captured from the Polymorphic stuff and found that
a disk labeled "GAMES" contained a version of Forth.
That may have been the persons personal feelings
about it but it was not good indexing.
My guess is that Google is missing 90 to 95% of the
relevant information out there. If you include site links
on individual pages that improves to about 85% at best.
Now, add to that the problem of something that exist
but gets somehow placed in the wrong place.
Indexing will be the biggest challenge!
Dwight
>From: "Jim Leonard" <trixter at oldskool.org>
>
>On Thu, May 19, 2005 at 10:55:37AM -0700, Dwight K. Elvey wrote:
>> We then have a library with the one key.
>
>There are billions of .ZIP files. I don't think we're going to "lose
>the key" any time soon.
>
>> Maybe I'm just thinking a little beyond where you are at. Extra
>> levels are not good. I can't find a way to make it any clearer
>> than that.
>> If you've ever spent some time actually recovering corrupted
>> data you'd understand.
>
>You're assuming I haven't. And besides, in my RAR example,
>recovering corrupted data is actually easier than raw data due to
>the use of ECC embedded in the archive. So while you're struggling
>for days trying to make sense of mangled flux reversals on some
>disk/tape somewhere, I will simply read what I can and ECC the rest
>in 30 seconds.
Hi
You are assuming that the ECC was not part of the corruption?
Again, I don't think you have really done a recovery project.
You've just allowed the tool to do it for you. You need a
little more experience under your belt before you can truly
understand the issues. Do you fully understand the limitations
of ECC's? Have you actually worked with some of the algorithms?
And yes, I can see a day when even ZIP might be lost.
How many Mickey Mouse watches were made and how many exist
today. Sometimes, being more common makes the item more
likely to be lost.
Again, I'm looking at how things have been treated in the
past. What mistakes were made. These are the types of things
that are most likely to trip us up in the future. If
one doesn't learn from mistakes ......
Sorry for talking about such a volatile subject. I'm just
glad that the person actually working on the project at the
museum has researched the subject enough to recognize the
many pitfalls.
Dwight
>From: "Randy McLaughlin" <cctalk at randy482.com>
---snip---
>
>It works for the largest base, even for those that are just now ready to
>learn.
>
>I am not advocating winzip as a perfect system, just a system that fits my
>personal desire to spread archives to as many as want to download them.
>
>
>Randy
>www.s100-manuals.com
Hi Randy
For what you are doing, providing data to users, you are
doing the right thing. For an archive, it is the wrong thing.
For an archive, one should have the least and simplest
amount of encoding or remoteness from the original as
possible. Feeding the information into a form such as a zip
does not meet that criteria.
Providing data to the users in the most universal and current
format is the proper thing for an archivist to do in many
cases ( like you do ). Still, you have shut out many MAC
users and some of those that are so far in the past that
they are still running on a 8080 CP/M machine.
Imagine that some future archivist digs up Sellams library.
He must first realize that he needs something that interprets
x86 instructions to unwind the encoding. He then has to figure
out what the purpose of the data was.
Many here have made the assumption that the information would
smoothly be moved along to the next current media and retranslated
to the next handy compaction or encapsulation tool.
The real world isn't like that. There will be gaps in the
maintenance. For many reasons, like budgets or just apathy.
A good archivist need to do the best to anticipate this
and consider this as part of their strategy.
Dwight
I have some archives that are archives of archives and intend to go
back and
extract the original archives into un-packaged treed directories then
repackage into just a zip format so that future users don't have to
figure
out the zip format to then have to figure out the myriad of CP/M
packaging/squeeze formats.
--
Verifying that all of these files are 'correct' of course..
One thing to be VERY careful of is reinjecting files that were bad and
fixed
later into reencoded archives.
When I was more active in arcade game ROM archiving, we ran into this
constantly,
where someone would find corrupt ROM data and declare them as 'new'
versions of
the game. A CRC (now SHA1) checking scheme eventually evolved to index
what had
already been shown to be correct (either though simulation or by
finding duplicates
of the physical ROMS) as well as a utility to detect when ROM dumps had
things like
stuck adr or data bits.
Fairchild Semiconductor
1. Opto electronics handbook Feb 1973
2. TTL data book June 1972
3. Discrete Products databook July 1973
4. The Linear Integrated Circuits Data Catalog Feb 1973
5. MOS/CCD data book 1975
6. Condensed Catalog LSI microcomputers memories CCD May 1978
7. Optimos Sep 1972
8. TTL Applications Handbook August 1973
9. Optoelectronics data book 1978
10. FAST (Fairchild Advanced Schottky TTL) 1980
11. TTL Databook 1978
12. Hybrid Databook 1978
Signetics
1. Full Product Line Reference Oct 1979
2. Military Product Reference Guide May 1979
3. Logic - TTL Specifications, military Summary 1978
4. Analog Specifications, military summary 1979
5. Bipolar & MOS memory Jan1979
6. Analog specifications, applications, military summary Aug 1977
Siemens
1. Zener Diode Reference Guide
EEM 86 87
Volume W
Mike
c m c f a d d e n 5 at c o m c a s t dot n e t
>From: "Randy McLaughlin" <cctalk at randy482.com>
---snip---
>
>I have some archives that are archives of archives and intend to go back and
>extract the original archives into un-packaged treed directories then
>repackage into just a zip format so that future users don't have to figure
>out the zip format to then have to figure out the myriad of CP/M
>packaging/squeeze formats.
>
>
Hi Randy
What you are doing is great! Don't get me wrong. All
I'm saying is that archiving shouldn't be making it harder
to read. As you have just stated yourself, some older
obsolete formats are a pain. Even zip will be obsolete
someday ( not today ).
You seem to be confusing the distribution of information
with archiving. These are completely different problems.
You don't need to defend you methods of distribution
with me. I don't know if I could do any better.
Dwight
I have the following classic computer gear available.
Tektronix 4205 missing keyboard came from Harmon Electronics
Tektronix 4052 missing the cover, somebody disposed of the cover before I
got it.
Tektronix 4209 + keyboard, big honker came from Allied Signal
Tektronix 604 monitor
Tektronix 632 monitor
Tektronix 650-1 Matrix Monitor
Sony Series 35 Model 10 with 2 internal floppy drives I seem to remember
that this can run CP/M.
Texas Instruments System 1100 gray tower CPU
I'm cleaning the garage and this was on top of the piles, more later.
Mike
c m c f a d d e n 5 at c o m c a s t dot n e t
I am in great need of a working NS MM5740AAE keyboard encoder. I have a
Datanetics keyboard with one of these in which testing has led me to
believe it is bad.
I'm willing to pay a reasonable price. Even getting a whole Datanetics
keyboard with the proper encoder would be welcome.
Please reply off-list if you have one you'd like to sell. Trades also
considered of course.
Thanks!
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
>From: "Jim Leonard" <trixter at oldskool.org>
---snip---
>
>I see people on the thread complaining about having to bundle a
>windows emulator with each archive. Excuse me? Let's look at some
>popular formats: TAR, ZIP, RAR all have source-code unarchivers.
>Which means they can run on any machine with a C compiler. So
>what's with all the paranoia? Just use whatever works as long as
>more than one major platform can extract it.
>
Hi
We then have a library with the one key. If it just happens to be
that key that gets lost, and keys do get lost, we call the
lock smith and hope he can unlock it.
Maybe I'm just thinking a little beyond where you are at. Extra
levels are not good. I can't find a way to make it any clearer
than that.
If you've ever spent some time actually recovering corrupted
data you'd understand.
Dwight
It is likely they are Fairchild's version of the 1101.
I just checked my 1969 catalog, and their other MOS parts
were in the 3xxx range (they hadn't started making RAM then
though). Will try to find a catalog in the
pre '75 range (they appear to have gone out of production
by 75)
>From: "Vintage Computer Festival" <vcf at siconic.com>
>
>On Wed, 18 May 2005, Jim Leonard wrote:
>
>> Dwight K. Elvey wrote:
>> > It seems that may of you are missing the point. The archives
>> > are intended to be useable in say 500 years ( moved to
>> > future media ). Any proprietary application like WinRAR
>> > is useless for this purpose.
>>
>> I think that *you* are missing the point that *no* archive can last that long
>> except maybe paper. (I say this because the media reader for paper is... all
>
>You're interpretting what Dwight is saying within your own context.
>Dwight is referring to the content itself, not the media on which the
>content (The Archive) is stored.
Thanks Sellam
I'm debating even keeping things in ASCII for long term. Binary
is close to the original but lacks the ability to add format type
information. I still like to keep it human readable in something
like ASCII. ASCII has a relatively long history in the computer
industry. Once the information has been determined, by some future
computer geek, to be recoverable he( or she ) can quickly write
a translation program to bring it into the current environment.
In any case, these are all academic in comparison to the problems
of indexing. I don't even have the beginings of how to deal
with that problem.
Dwight
>
>> humans. 100 years from now I wouldn't expect to be able to read a
>> DVD-ROM, for comparison.) Most digital archivsts agree that the goal is
>> not 100 years, but 10-20 so that it can be transferred to the new
>> generation of media every so often.
>
>This is now a given to anyone that's given it a couple moment's thought.
One should try to look for media that has longer life but not as
the only storage method. Paper has been remarkably good compared
to some of the others. Overlapping of storage makes things safer.
Dwight
If you are a member of a warehouse club (Sam's, BJ's, etc.) that sells gas,
it is not uncommon for their gas prices to be 20 to 30 cents per gallon less
than "gas stations". We easily pay for our Sam's and BJ's memberships just
with our savings on gas purchases. In Dayton, there is a Sam's club that
sells gas just west of I-75, just South of I-70 (take 75 South from the
70/75 intersection, and I think you get off at the first exit, it's a bit
further south on the west side of the surface street that runs west of
I-75). There are probably other locations and other wholesale clubs, but
that's the only one that I know of.
Debating now between going tomorrow (Friday) or Sat, weather looks better
for Sat.
I have a catalog from 1969 which lists their MOS parts in the 3xxx
range.
They didn't make RAM in 1969, will try to dig out an
early 70s catalog to try to find 3656's (I'm guessing they will be in
the
'72 or '73 ones).
>From: "Joe R." <rigdonj at cfl.rr.com>
>
>At 05:17 PM 5/18/05 -0700, Dwight wrote:
>>Hi
>> There is a good chance it is an interface part.
>>Remember the 8008 bus is not TTL.
>
> ???? Ok then what is it? The first page in my Intel 8008 manual says
>"TTL Compatible (Input, Output and Clocks)". Or am I missing something?
>
> Joe
>
>
Hi Joe
My bad. The spec sheet shows that it will work with TTL.
The inputs can go to VDD but don't need to.
Dwight
I have an IBM 5155 with various peripheries that I would like to part
with. Some of these include both IDE and SCSI 8 bit cards, a 2MB EMS
RAM board, i/o cards, etc. The machine has been upgraded to 640KB of
base memory.
Email me for a list if you are interested. Asking price for the whole
lot is $250, but I'm negotiable.
Julian
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Rob O'Donnell
> Sent: Thursday, May 19, 2005 4:04 AM
> To: General Discussion: On-Topic and Off-Topic Posts
> Subject: Re: mini versus micro?
>
> At 20:08 18/05/2005, Ethan Dicks wrote:
>
> >On 5/18/05, Rob O'Donnell
> <classiccmp.org at irrelevant.fsnet.co.uk> wrote:
> > > The worst processor/user ratio I think I encountered was about 50
> > > users sharing a 486dx50.. It was in a rack case, in the
> top 6" of a
> > > 4' rack, the rest being blocked in empty space except for
> a UPS sat
> > > in the bottom. The users most definitely called it "the
> mainframe" !
> >
> >Worst processor/user ratio for PeeCee-class equipment, or on a
> >per-cycle basis?
>
> I was thinking specifically of the PeeCee based stuff. I did
> have for a while an ex-customer "Microfive" machine, 8088
> based, 12 serial ports on the back, no kb or video, and not
> PC architecture. With maximum users that would have been worse...
>
> Thinking about it, though, some of the VAX (11/780) and
> own-brand machines I used years back at Ferranti would have
> been far less cycles/user.
>
> [snip]
> >So in the great mini-vs-micro debate, once one is talking about later
> >16 and 32-bit minis (early 12 and 16-bit minis do tend to have one
> >medium-performance I/O bus), I'd have to say that I/O
> architecture has
> >as much to do with the definition as the number of processors.
>
> I think the micro/mini is a pretty hard distinction to make
> when talking about current hardware; the technologies
> cross-pollinate! Even in old stuff, it certainly sounds like
> it's more of a marketing term rather than a technical
> definition - The "small enough for a department to afford"
> meaning of mini feels best to me for the older machines.
>
I'm pretty sure there's no minicomputer class of system anymore. I believe
there are systems referred to as "Entry level", "Enterprise", "Mid-frame",
and "Mainframe"
I agree here though, it's all marketing. The only actual distinction you
can make hardware-wise is between microprocessor and non-microprocessor
based systems...a good example of this is DEC, who called every QBUS machine
a microcomputer.
I believe the proof in the pudding here is that there are now hundreds of
owners of "personal minicomputers" and even a few with "personal
mainframes."
There was some strange crossover material here too, like 1973's GT40
graphics workstation, which sat on a desk, and had its own CPU and whatnot,
that it shared with the 11/05...however, the 11/05 model was designated as a
minicomputer, even though some of the lowest end 11/05 models ran a single
user programming system off cassettes...if that's not a "personal
computer"....I don't know what is.
So to recap, in marketing terms, a personal computer is:
A computer architecture designed with a single user *in mind*.
A minicomputer is an architecture with a multiuser system in mind.
A mainframe is an architecture with a large number of multiple users in
mind.
How can I illustrate the difference between mainframe and mini? Back in the
day, I know there were some businesses that ran each of their engineering
areas each on a different mini, then the finance on another, administration
on another, etc. I honestly believe the marketing of the minicomputer to be
only groundbreaking in that it was the first step toward decentralized
computing...again, that's only *marketing* wise.
Of course, if you're DEC, you don't know what you're selling, so it's all
moot ;)
End rant :D
Julian
> Rob
>
>
At 10:12 PM 5/18/05 -0500, Scott wrote:
>On Tue, 17 May 2005 12:31:21 -0500
>Jim Leonard <trixter at oldskool.org> wrote:
>
>> Scott Stevens wrote:
>> > (I'm considering a new look, since I've been getting weary of the
>> > funny looks from 10 year old boys at McDonalds these days.)
>>
>> Your license plate wouldn't happen to be "D-FENS", would it? ;-)
>
>Actually, since in this state we only have a rear license plate, I
>recently got one of these
>http://www.opengroup.org/pubs/catalog/n900.htm (UNIX license plate) for
>the front.
>
Carefull! The ten year old crowd may think you mean EUNUCH!
Does anyone have any information about this IC? I have two of them. I
found them in the memory section of an Intel 8008 based computer. The other
RAMs are Intel 1101s so I'm guessing that these are equivelent parts but I
want to be sure. The date code on these is 7114 and they're white ceramic
with gold lids and faint grey traces to each leg. Here
<http://www.classiccmp.org/hp/i8008-1/close-up.jpg> is a picture of the
board with the two ICs installed. The ICs in the top row are 1702 EPROMs.
The 1101 RAMs are in the second row. These two parts are the 2nd and 3rd
parts from the RH end. FWIW I have a 1970 and a 1973 Fairchild catalogs but
neigher one lists any uA36xx parts.
Joe
I need a font for Winders that looks like the outputfrom a chain printer
or common line printer.
Does anyone have anything like this?
Thanks!
--
Sellam Ismail Vintage Computer Festival
------------------------------------------------------------------------------
International Man of Intrigue and Danger http://www.vintage.org
[ Old computing resources for business || Buy/Sell/Trade Vintage Computers ]
[ and academia at www.VintageTech.com || at http://marketplace.vintage.org ]
>1. Microcomputer
>
>A "microcomputer" is defined as a computer having no more than two
>microprocessors used for general purpose processing within the computer.
>For the purposes of this class, a "microprocessor" is defined as a central
>processing unit comprised of not more than 4 individual LSI intgerated
>circuit on a single board, with the entire ALU being contained within a
>single integrated circuit.
Will this definition change when Apple starts selling 4 processor G5
towers? Or will those (and 4 processor Pentium workstations), not apply
because they are far too new?
-chris
<http://www.mythtech.net>
Sellam wrote:
> Does the thing sitting in front of you "compute"? Are you the only one
> using it at any one time? If so, I'd call that a Personal Computer ;)
<wacky humor>
Your're excluding quite a few Wintel boxen out there with your definition.
How many of those aren't used exclusively by their obvious "operators", if
you count in "timesharing" them with back orifice users, adware/spyware
distributors and the like?
</wacky humour>
So long,
--
Arno Kletzander
Stud. Hilfskraft Informatik Sammlung Erlangen
www.iser.uni-erlangen.de
Weitersagen: GMX DSL-Flatrates mit Tempo-Garantie!
Ab 4,99 Euro/Monat: http://www.gmx.net/de/go/dsl
Hi All,
Anybody who is interested in surplus auctions, federal regulations
concerning surplus (computers) auctions or reselling and who live
nearby the University of Michigan, might be interested in attending the
University Surplus Property Association annual meeting this upcoming
weekend. This is a policy/association meeting...not an auction, but it
is important for our hobby!
http://surplus.msu.edu/uspa_docs/agenda.htm
I frequently attend surplus property auctions at some of the local (and
not so local) colleges and Universities in and around Arizona, as they
almost always have various classic computers at great prices (even next
to nothing/free).
Several years ago I attended a conference here at the University of
Arizona of the University Surplus Property Association. This is a fairly
new association put together to help organizations, especially
universities and colleges deal with property management and the sale and
disposition of universiy property. This has become an issue with many
major universities as the dealing with the sale and disposition of
thousands of old computers can be a real pain in the ass, but not if it
can generate a revenue stream.
Many universities have taken the easy way out and just turned everything
overt to liquidators at a set price and be done with it. Some
universities like the University of Arizona have a surplus property
department that sells thousands of items every month. The U of A's
surplus auction have generated a positive cash flow for several years
now and is model now for several universities. More importantly, the
current surplus policy at the U of A and many other universities is one
of reselling rather than refuse/elimination, especially if it generates
revenue! SO it is a great way to acquire/save/buy many classic
computers. Time to time we get a fair amount of classic computers go
through the U of A that are only now being retired, as they may have
been used as part of a lab and is only now being replaced. In the
private sector these computers were replaced decades ago. I have a
fairly large classic computer collection and 95 percent of it was
acquired at the U of A.
We recently had a concerned member on this list bemoan the fact that
surplus auctions may be a thing of the past, dure to onerous new Federal
Regulations. Well there is a special session at the USPA meeting that
addresses this same problem. I am sure they have the correct information
regarding these laws and it might be good for a member of this list to
attend!
Let me point out that this new association has already convinced several
universities to open thier own "surplus property" offices to try and
generate some revenue from old property instead of going through private
sector liquidators/scrappers. Most likely there have been hundreds of
classic computers that have landed in the hands of enthusiasts and
hobbyist instead of the dump.
The meeting also includes several other interesting items, such as
selling on ebay and fair market valuation. Sellam Ismail has stated that
the community need several data points to really establish fair values
on antique computers. While this one would not be fair to sellers, it is
certainly a valuble data point to buyers.
All in all, as a former attendee, I encourage anybody who may be
interested to attend! (They are fairly flexible on
attendence/registration requirements) I went just as a member of the public!
Cheers,
Tom
AK6DN on ebay (Don North) is reading the digests of this list.
As Al indicated, I did have some involvement with the 11/60 (I wrote
the microdiagnostic code and the FP macro diagnostics). I have lost
my copies of these two over the last 30 yrs (go figure) and wanted
to replace them. I do have an old hard copy of the FP11-E hardware
macrodiagnostic (DQFPE) which can be scanned as well.
Any 11/60 (or other -11 doc for that matter) doc I get via EBAY will be
made available for bitsavers scanning (or hard copies if so desired) so
no need to worry about it getting hoarded in some private archive.
BTW I was also involved in writing microcode for the 11/74 commercial
instruction set option, but this product was cancelled before it
shipped.
The 11/74 blew the pants off the newly announced 11/780 when it ran
commercial Cobol ... as long as your program fit in 64K :-)
Don North
ak6dn _at_ mindspring _dot_ com
north _at_ alum _dot_ mit _dot_ edu
> Date: Wed, 18 May 2005 14:44:31 +0200
> From: Gooijen H <GOOI at oce.nl>
> Subject: RE: question about 11/60 documentation on eBay
> To: "'General Discussion: On-Topic and Off-Topic Posts'"
> <cctalk at classiccmp.org>
>
> Hello Al,
>
> thanks very much for the reply.
> I am posting the reply to the list, so that others are informed too.
> I am not 100% clear what you mean with the last sentence.
> However, it looks that the documents will be available for bitsavers
> and that is good enough for me. If needed, I will support (donate)
> for the good cause :~)
>
> thanks!
> - Henk, PA8PDP.
>
>
> > -----Original Message-----
> > From: cctalk-bounces at classiccmp.org
> > [mailto:cctalk-bounces at classiccmp.org]On Behalf Of aek at bitsavers.org
> > Sent: woensdag 18 mei 2005 14:34
> > To: classiccmp at classiccmp.org
> > Subject: Re: question about 11/60 documentation on eBay
> >
> >
> > ak6dn is Don North, a friend of mine and one of the people
> > who worked on the 11/60 and 11/74
> >
> > If he is outbid or sniped, I will get these documents for him.
>
> > James Fogg
> > Well if you don't, others might (I would take one if its in
> the North
> > East US).
>
> The two 11/75's plus peripherals plus RSX11M docs/media are
> in Maryland, close to DC. That northeast enough for you? :>
Too far. I'd go as far as Harrisburg, PA for the right system, but even
that is 2 days.
> Anybody who is interested in surplus auctions, federal regulations
> concerning surplus (computers) auctions or reselling and who live
> nearby the University of Michigan, might be interested in attending the
> University Surplus Property Association annual meeting this upcoming
> weekend. This is a policy/association meeting...not an auction,
> but it is important for our hobby!
>
> http://surplus.msu.edu/uspa_docs/agenda.htm
Grrr! :-)
MSU is Michigan State, the land of the righteous, in East Lansing.
That _other_ school mentioned above is down the road in Ann Arbor.
Those trying to attend might want to show up in the correct town,
though it sounds like they're doing a bus tour to AA.
De
One thing that I have been wondering for a while is what the current
definition of minicomputer is.
It used to be contrasted with microcomputers, the telling difference being a
multichip processor implementation versus a single-chip microprocessor [if so,
are the POWER1 and POWER2 processors
minicomputer processors?] but now, with microprocessors being used in
mainframes (and even on-topic mainframes) is this distinction meaningless [i.e.
should the designation "microcomputer" in its size/power context be replaced with
something else?] and, if so, does the [whatever micro becomes]/mini/mainframe
become a question of mass (>700 lbs mainframe, >100 lbs mini, <100 lbs [???]),
or history (the HP3000 started life as a mini, therefore the spectrum models
continue as minis . . .), or does the venerable minicomputer cease to exist?
any other ideas?
Scott Quinn
> Yep, it's recognised the need to periodically refresh data onto
> whatever the current favourite media type is.
It is also MUCH faster to do this than to collect the data in the
first place, and if you don't overwrite the thing you copied from
you have another backup (for a while..)
You do need to be mindful of purging copies of bad files of which there
are other known good copies, and you need to make sure that the verified
files have some error detection/correction mechanism to detect silient
copy corruption (failures in disc write caches, etc.)
THE DUAL SERIAL BOARDS THAT WERE IN MY H.P. VECTRA 286 DON'T SEEM TO
WORK ON THE 386 OR LATER FOR SOME REASON... IS THERE A REASON THAT
ANYONE REMEMBERS OR A WAY AROUND THIS??? BOB LAAG, RIVERSIDE, CA.
Hi
There is a good chance it is an interface part.
Remember the 8008 bus is not TTL.
Dwight
>From: "Brent Hilpert" <hilpert at cs.ubc.ca>
>
>I (too) can not find a reference for the uA3656 in the Fairchild Full Line
Condensed Catalog (1975).
>
>However, I believe Fairchild's naming convention is that "uA..." would indicate
analog or interface functionality.
>
>Speculation #1:
> If there are some connections from the uA3656 to the 1101s (or 1702s) (but
not pin-for-pin parallelling) it may be a TTL<->MOS
sense-amplifier/driver/level-converter. Early MOS memory chips used external
drivers/sense amplifiers, and specialised ICs were produced for those functions.
>
> For example, I found Motorola refs for DS3645/75 (hex 3S latch driver for MOS
mem), DS3647/77 (quad 3S MOS mem IO reg), MC3461 (dual NMOS Memory Sense Amp)
(from Motorola Linear 1976).
>
> Perhaps it is from the Motorola DS36.. line, but second-sourced from
Fairchild.
>
>Speculation #2:
> An A/D or D/A converter (perhaps connected to the nearby D connector?).
>
>
>BTW & FWIW:
> On your web page about the AMI S6800
(http://www.classiccmp.org/hp/ami/ami.htm), you wonder what the FCM7002 IC is.
>It is a clock/calendar chip, like those used in the 1970s for constructing
digital clocks: the FCM7001 (aka CT7001) was a clock/calendar chip with
multiplexed 6-digit 7-segment display outputs. If I have it correctly, on the
FCM7002 the 7-segment outputs are replaced with BCD outputs. (... built a clock
using the 7001, and saw the 7002 on a real-time-clock I/O board for the TI-990
in the late 1970s, must have been rather awkward for the board designers to
interface.)
>
>
>"Joe R." wrote:
>>
>> Does anyone have any information about this IC? I have two of them. I
>> found them in the memory section of an Intel 8008 based computer. The other
>> RAMs are Intel 1101s so I'm guessing that these are equivelent parts but I
>> want to be sure. The date code on these is 7114 and they're white ceramic
>> with gold lids and faint grey traces to each leg. Here
>> <http://www.classiccmp.org/hp/i8008-1/close-up.jpg> is a picture of the
>> board with the two ICs installed. The ICs in the top row are 1702 EPROMs.
>> The 1101 RAMs are in the second row. These two parts are the 2nd and 3rd
>> parts from the RH end. FWIW I have a 1970 and a 1973 Fairchild catalogs but
>> neigher one lists any uA36xx parts.
>>
>> Joe
>
For any newbies to the group:
1. Don Maslin (San Diego, CA) collected what I
believe is the largest and most complete archive
of CP/M/S100 operating systems amongst us 'hobbyists'.
2. Don died 28 August 2004, leaving no plans
for his archive.
3. Because his widow Winnie was distressed with
the enquiries from those in our community regarding
Don's archive (of which she knew nothing), after
discussing this with her, with her heartfelt
appreciation and agreement, it having been read
to her before posting and sent to her in letter
form, as Don's friend and collaborator of some
15 years, I published the following statement
on ClassicCmp and comp.os.cpm on 22 September 2004:
*
"I have of course talked with his wife Winnie, and
she has asked that people interested in Don's software
archives and his hardware collection hold off on
contact until further notice through this list.
"Within a reasonable time I will locate his archives,
and I will personally guarantee that the archives will
be duplicated and copies deposited with people and
institutions which will honor the attitude that Don
put into this effort - one of love for old stuff and
and of service to the community.
"In time his hardware collection will also be made
available to the community.
"I ask you to consider Mrs. Maslin's position and not
attempt to intervene at this time."
(You can see the full text in the ng or ClassicCmp
archive.)
*
Many of you have enquired of me in private e-mail as
to the status, many have made generous offers of time,
energy, web hosting space, etc., and Winnie has been
left free of bother.
I NO LONGER BELIEVE THAT I CAN KEEP MY PERSONAL
GUARANTEE THAT THE ARCHIVES WILL BE SAVED. I MADE THAT
PROMISE IN GOOD FAITH, ON THE WORD OF WINNIE MASLIN.
My intent was to locate the base archive, gather the
materials not yet incorporated, make certain the
structure was fully documented and sensibly usable,
and
write it off to CD-ROM - to be distributed to computer
museums, universities, and to be hosted on web sites
so
that all could download the full archive, guaranteeing
that it would never be lost.
I seemed to be the logical one to do this - close by,
long association with Don, his project having come out
of the Dina-SIG which I founded, and a feeling for his
work habits.
I have talked with Winnie at least four times since
Don died, and with a member of the family who has
understanding of modern Windoze computers. I wrote an
'Appreciation' of Don for Sellam's last Vintage
Computer Fair (did you use it, Sellam? you never told
me), with a photo of Don and Winnie supplied by that
member of the family.
I HAVE GOTTEN NOWHERE.
The weekend following Thanksgiving was suggested by a
family member as good time to enter the garage and
find the archive and take first stock of Don's
'stuff'.
Winnie said no, she was too busy.
Sometime around Christmas was again suggested as a
good time, as a family member would be available to
move things so that my wheelchair could get to Don's
machine. Again, Winnie said no, she was too busy.
She told me that she would contact me after the
holidays, and that she still intended to have me do
the
job. When I had not heard from her at the end of
February, I called again.
She said she was angry with Don for never having told
her of the major intellectual work of the last 15
years
of his life, for having left no instructions. Of
course, she had no interest in his computer life and
he
would not have tried to explain this to her. She knew
that he sent and received disks - but never had the
interest to ask about them.
>From Winnie's view, Don left her with a burden that
she
does not want to deal with.
In my last talk with her, I repeated my offer to
inventory the contents of the garage, remove the
contents to a storage facility of my own, do the
archival work, get rid of the junk machines, and sell
the valuable machines FOR HER ACCOUNT, ON MY OWN
NICKEL.
The sentences I recall most vividly from that
conversation are "you will just have to wait until I
decide. After all, what else can you do?" And, "I'll
have Debbie [a family member who uses computers in her
work life] call you sometime - but she's very busy."
Her manner with me was unsupportable; I made an
sgreement which kept her free from annoyance, and she
will not honor her part. It's been 8 months now, time
to keep her part of the agreement. No, she hasn't the
slightest idea what an operating system or what the
archive is and, despite extended explanations, will
not
learn or care. I believe she cannot understand that
any
adult could be interested in old computers.
I believe the day will come when she will simply call
a
trash man and have her garage cleared. I do NOT
believe
that she will honor her committment to me.
*
So - where do we go from here? I have done all I can.
I
have agonized over this statement, wanting to release
a
progress report, unable to do so when there was no
progress to report. But now, I have to do this.
As I see it, there are four likely possibilities.
1. The community decide to inundate her with letters
requesting her to allow me to do as I have said I
would
do.
2. A reputable member of the community (I would
suggest
Jay West) approach her and try to get her to see
reason
and work out some arrangement.
3. Allow Don's archive to go to the trash bin when she
finally decides to have her garage cleaned out.
4. Allow the sharks to go after her, trying to get
their hands on the stuff in Don's garage.
*
I AM NOT SUGGESTING ACTION AT THIS POINT. I AM
SUGGESTING A DISCUSSION WITHIN THIS GROUP (WHERE DON
SPENT MOST OF HIS ONLINE TIME), FOLLOWED BY A GROUP
DECISION TO BE IMPLEMENTED. (For that purpose, I will
be turning on individual messages instead of the
digest
form in which I read this group.)
I WOULD STILL SAY THAT, UNTIL CLASSICCMP HAS ACHIEVED
A
CONSENSUS OF THE BEST COURSE OF ACTION,
DO ***NOT*** CONTACT WINNIE MASLIN.
I will send a copy of this message to Winnie by post.
Vern Wright
vern4wright at yahoo.com
__________________________________
Do you Yahoo!?
Make Yahoo! your home page
http://www.yahoo.com/r/hs
>
>Subject: what's an 11/75?
> From: "Jay West" <jwest at classiccmp.org>
> Date: Wed, 18 May 2005 15:01:13 -0500
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
>
>I've been offered two 11/75's. I can't seem to find information on them. Are
>these Qbus machines, micro11 stuff? Or are they the bigger unibus stuff.
>Typically deskside towers or rackmount boxes?
>
>They are model # 173QA-B2
>
>I've googled and can't find a picture either :\
>
>Depending on what else is in the load, I may take it. If nothing piques my
>interest I'll pass it on to the list.
First appearance of the J11 CPU on the Qbus.
It's a decently fast Qbus 11. I have one.
Allison
Headin' to Dayton tomorrow morn, and I have to fill up the truck tonite. I
have *just enough* range to get to the Ohio border on a tank of gas, and
I'm wondering if I should fuel up in Michigan or Ohio...
[[ The fact that I'm durned near 400 miles from the border... not too bad
for a fullsize truck... ]]
What's the ballpark price o'gas per gallon south of the Michigan border?
I formally apologize to Jay for this offtopic drivel, but hey -- not nearly
so offtopic as some stuff... ;-) Speaking thereof, you gonna make it, Jay?
I still need to buy you a couple'o'beers... ;^>
Oh, and sounds like a go for supper with the classiccmp gang on Friday nite
-- I'll have a tagalong, shouldn't be a problem, eh?
Replies offlist, please!
Thanks,
Roger "Merch" Merchberger
--
Roger "Merch" Merchberger | Anarchy doesn't scale well. -- Me
zmerch at 30below.com. |
SysAdmin, Iceberg Computers
>From: ard at p850ug1.demon.co.uk
---snip---
>
>>
>> I have a small collection of old cameras, all of which can (or at least
>> could, if I made film to fit them) be used.
>
Hi Tony
I often use a TV screen as a quick check of the shutter speed.
Even though the screen has persitence, where the electron
beam hits is brighter. If you know the sweep speed, you can
get good enough on the shutter speed.
Dwight
I finally had a chance to look at some of the stuff today. I was wrong
about the i8008 comnputers. They each have SIXTEEN 1101 RAMs on them and
eight 1702 EPROMs. One of the machines has some non-Intel brand 1101
memories that are dated 7114!!!! (See the yellow arrow at
<http://www.classiccmp.org/hp/i8008-1/board.jpg> ). I haven't had a chance
to look them up yet but those two white ceramic parts are marked uA3656 or
something like that. Anyway the red arrow is pointing to the i8008 CPU. The
yellow arrow is pointing to the column with the 1101 RAMs and the blue
arrow is pointing to the column of 1702 EPROMs. More pictures of this
machine at <http://www.classiccmp.org/hp/i8008-1> and pitures of the second
machine at <http://www.classiccmp.org/hp/i8008-2>. The circuit board
appears to be the same in both machines despite the very different cases.
I didn't get a chance to get pictures of the TI Silent 700 yet but I did
open it up and check it out. It's a model 733KSR and IT'S SWEET! It's
mounted in the transit case with spring loaded clips and it's in excellant
condition and still has the interface cable attached. It also works
perfectly :-) According to the labels on the case, it is a part of the same
system(s) as the i8008 computers.
The Visual terminal also works perfectly :-)
I checked the HP 9845B and it's absolutely dead. The fan doesn't even
run. However the fault should be easy enough to locate. It's odd though,
their is no sticker listing the options and it has a hand written serial
number on the SN label.
I didn't get to the Sage or the other stuff yet. I HOPE to do that
tomorrow.
Joe
>From: "Brian Wheeler" <bdwheele at indiana.edu>
---snip---
>
>Putting it into a currently-standardish format is acceptable for the
>medium term. There is no format which will withstand eternity, so as
>long as it can be used NOW and for the foreseeable future it can be
>converted later.
Hi Brian
Even the choice of using ASCII is in question. With more
and more things being used world wide, I expect to see
information stored in a meta translatable language.
This would be something that could be entered in any
language and then print out in any other. It would not
just be a word translator but also include phases
and even slang.
I see ASCII as having a limited lifetime right now.
Still, for the archives, one needs to keep things as
simple as one can and still try to include enough
information ( not encrypted ) to recreate the original.
It is a task that Sellam has taken. He has made a great
start on it.
Personal archives are a different thing. I zip stuff
myself.
Dwight
> John wrote...
> > Sounds like an 11/73, Qbus system, but just a guess.
>
> ugg... last thing in the world I need are more qbus BA23 type
> systems :| Maybe some interesting peripherals, we'll see.
Well if you don't, others might (I would take one if its in the North
East US).
I've been offered two 11/75's. I can't seem to find information on them. Are
these Qbus machines, micro11 stuff? Or are they the bigger unibus stuff.
Typically deskside towers or rackmount boxes?
They are model # 173QA-B2
I've googled and can't find a picture either :\
Depending on what else is in the load, I may take it. If nothing piques my
interest I'll pass it on to the list.
Jay
>
>Subject: Re: Kaypro II system disk?
> From: "Randy McLaughlin" <cctech at randy482.com>
> Date: Wed, 18 May 2005 14:40:43 -0500
> To: "General Discussion: On-Topic Posts Only" <cctech at classiccmp.org>
>
>From: "Ethan Dicks" <ethan.dicks at gmail.com>
>Sent: Wednesday, May 18, 2005 2:17 PM
>
>
>
>For Kaypro's there are two factors in finding the right boot disk: Boot rom
>number and whether it is single or double sided. For early Kaypros it
>requires removing the cover, later they included version info in the startup
>screen.
>
>Randy
You forget if it has one of two version of Turborom and if the
personality card is present. then there are many more formats.
Allison
>
>Subject: Re: Kaypro II system disk?
> From: Doc Shipley <doc at mdrconsult.com>
> Date: Wed, 18 May 2005 12:30:08 -0500
> To: General at mdrconsult.com, "Discussion at mdrconsult.com":On-Topic and Off-Topic
> Posts <cctalk at classiccmp.org>
>
>Allison wrote:
>
>>>Subject: Re: Kaypro II system disk?
>>>From: "Doc Shipley" <doc at mdrconsult.com>
>>>Sent: Tuesday, May 17, 2005 4:20 AM
>>>
>>>
>>>
>>>> Apropos to the discussion of Don Maslin's archives, I need a bootable
>>>>disk image for a Kaypro II with the Advent TurboROM (Plu*Perfect Systems)
>>>>The Advent hard disk formatter would be a plus, but right now I'd be happy
>>>>just to boot CP/M on the thing.
>>>>
>>>> FWIW, it's got one original SSDD floppy drive, a Rodime 252F hard disk
>>>>and an Advent .5MB RAM drive. It's the v3.0 TurboROM.
>>>>
>>>>Doc
>>
>>
>> Doc did you ever get a disk? What drive(s) does that system have
>> installed?
>>
>> I have A kaypro 4/84 I use with with Advent Turborom and Ramdisk
>> however I have mine set up with some 3.5" drives. Mine doesn't
>> have a host controller so no hard disk. I'd need to pull out one
>> drive to set up the right drive to make a boot disk. I modded it
>> years ago to improve functionality rather than preserve it as
>> manufactured mostly as it was already not original.
>
> I would *happily* install a 3.5" floppy drive in this box, and
>possibly ship you my firstborn** to boot, if it'll get this guy up and
>running. As you said, the box is already heavily modded, and if I
>understand correctly, the primary function of the TurboROM is to allow
>more and larger disk formats. I have plenty of DSDD 3.5"floppies, too.
But you can't. To use 3.5" drives with turbrom you also need the
advent personality card. I had to make mine. Otherwise you are
limited to a smaller set of possible formats.
> It would be nice to have the HDD formatter, but that's not an
>immediate concern. With the Rodime dying, I will have to find a "new"
>MFM disk for it anyway.
I don't have the formatter for that. The rodime I believe is the same
as a ST225 which is a better drive.
Allison
but a disk format repository solves alot of
the tedium.
--
does anyone have copies of the media related ANSI and ISO standards that
are no longer available? There were standards back through seven track tape
which are 'depreciated'
guess this is sort of related to the 'dead media project'
has anything more happened with the revival of that?
Tapes are an issue since they're really not a stream of bytes -- there
are tape marks and gaps. The simh virtual tape format seems to be
fairly complete in that respect
--
The big thing missing from the '.tap' format is it assumes all the blocks are
good. There is no way to describe a partially read block, or to encode any of
the CRC or LRC check data that was in the tape block on the physical medium.
9000 VAX wrote:
>
>He might have bid $500 more, but he needed to pay only $2 more than your bid.
true. it's wasn't the $2 that irked me. it was coming in 5 seconds
before the end of the auction.
I don't mind being out bid. I mind not being able to big again.
-brad
If anyone is interested in newer HP equipment I know of two HP 9000/T520
systems available free for pickup in St. Louis. Currently all 14 processors
are in one cabinet, the other is empty. I do not believe there are any
other peripherals included. I will be arranging the pickup for the owner of
the systems so please contact me off-line if you are interested.
Thanks,
Nick
Hi folks,
I'm looking for ideas for a few small demo programs I want to write for
my Honeywell H316 minicomputer.
I have written a Mandelbrot demo program which plots on the ASR or line
printer - that's already very nice. Bu now I want to do more ;-)
My tools are:
Assembler and FORTRAN IV compiler.
Usable peripherals:
Paper tape reader/punch, teletype, line printer, serial port
Any interesting suggestions?
Best wishes,
Philipp :-)
http://h316.hachti.de
If it *is* portable, it might seem a better choice for archives over
tar, simply because more systems these days can handle zip files than
can handle tar files...
--
Writing a program to unpack a tar archive is not difficult.
The problem I see with zip is the single table of contents at the end.
Did you try corrupting THAT with a hex editor?
The file headers in a tar archive appear in front of each file. It is
generally possible to resync after errors in the decoding stream.
>From: "Dwight K. Elvey" <dwight.elvey at amd.com>
---snip---
>
>>From: "Fred Jan Kraan" <fjkraan at xs4all.nl>
>>
>>http://oldcomputers.dyndns.org/public/pub/rechner/epson/~fjkraan/comp/divco…
doc/hdc1100-x.pdf
Hi
Others should explore this site and bookmark it. There
are a lot of interesting things here. There is even some
stuff for Intel ISIS and series II.
Dwight
I was sure I asked this before, and got an answer, but can't seem to find it
:(
Anyone have a short machine language program to blink lights on an 11/45,
something I can enter via front panel to check it out?
mucho appreciated :>
Jay
AK6DN on ebay (Don North) is reading the digests of this list.
As Al indicated, I did have some involvement with the 11/60 (I wrote
the microdiagnostic code and the FP macro diagnostics). I have lost
my copies of these two over the last 30 yrs (go figure) and wanted
to replace them. I do have an old hard copy of the FP11-E hardware
macrodiagnostic (DQFPE) which can be scanned as well.
Any 11/60 (or other -11 doc for that matter) doc I get via EBAY will be
made available for bitsavers scanning (or hard copies if so desired) so
no need to worry about it getting hoarded in some private archive.
BTW I was also involved in writing microcode for the 11/74 commercial
instruction set option, but this product was cancelled before it shipped.
Don North
ak6dn at mindspring.com
> Date: Wed, 18 May 2005 14:44:31 +0200
> From: Gooijen H <GOOI at oce.nl>
> Subject: RE: question about 11/60 documentation on eBay
> To: "'General Discussion: On-Topic and Off-Topic Posts'"
> <cctalk at classiccmp.org>
>
> Hello Al,
>
> thanks very much for the reply.
> I am posting the reply to the list, so that others are informed too.
> I am not 100% clear what you mean with the last sentence.
> However, it looks that the documents will be available for bitsavers
> and that is good enough for me. If needed, I will support (donate)
> for the good cause :~)
>
> thanks!
> - Henk, PA8PDP.
>
>
> > -----Original Message-----
> > From: cctalk-bounces at classiccmp.org
> > [mailto:cctalk-bounces at classiccmp.org]On Behalf Of aek at bitsavers.org
> > Sent: woensdag 18 mei 2005 14:34
> > To: classiccmp at classiccmp.org
> > Subject: Re: question about 11/60 documentation on eBay
> >
> >
> > ak6dn is Don North, a friend of mine and one of the people
> > who worked on the 11/60 and 11/74
> >
> > If he is outbid or sniped, I will get these documents for him.
>
I think these may be ruggedized 11/73 machines. I believe I saw a reference
to them somewhere on the internet once, but I can't remember where. I'll see
if I can dig up the link.
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org] On Behalf Of Jay West
> Sent: Wednesday, May 18, 2005 3:01 PM
> To: General Discussion: On-Topic and Off-Topic Posts
> Subject: what's an 11/75?
>
> I've been offered two 11/75's. I can't seem to find
> information on them. Are these Qbus machines, micro11 stuff?
> Or are they the bigger unibus stuff.
> Typically deskside towers or rackmount boxes?
>
> They are model # 173QA-B2
>
> I've googled and can't find a picture either :\
>
> Depending on what else is in the load, I may take it. If
> nothing piques my interest I'll pass it on to the list.
>
> Jay
>
>
Thanks Fred Jan
This is just what I'm looking for. I should make
good progress on figuring this beast out.
Dwight
>From: "Fred Jan Kraan" <fjkraan at xs4all.nl>
>
>>
>>Hi All
>> Here is another request. I'm looking for at least the
>>pinouts for the following parts made by Western Digital
>>( I think ):
>>
>> WD1100V-01
>> WD1100V-03
>> WD1100V-04
>> WD1100V-05
>> WD1100V-12
>>
>>
>Like
>http://oldcomputers.dyndns.org/public/pub/rechner/epson/~fjkraan/comp/divco…
oc/hdc1100-x.pdf
>?
>These SMC parts are pin compatible (second source?) of the Western
>Digital originals.
>
>> These have various functions related to disk I/O.
>>
>>
>>
>>Thanks
>>Dwight
>>
>Greetings,
>
>Fred Jan
>
>
>Hi All
> Here is another request. I'm looking for at least the
>pinouts for the following parts made by Western Digital
>( I think ):
>
> WD1100V-01
> WD1100V-03
> WD1100V-04
> WD1100V-05
> WD1100V-12
>
>
Like
http://oldcomputers.dyndns.org/public/pub/rechner/epson/~fjkraan/comp/divco…
?
These SMC parts are pin compatible (second source?) of the Western
Digital originals.
> These have various functions related to disk I/O.
>
>
>
>Thanks
>Dwight
>
Greetings,
Fred Jan
FOUND A GUY ON EBAY SELLING ONE OF THESE HE GOT SURPLUS... HIS INFO
SAYS '6/8 MHZ' SO MABEY IT IS JUST A SPEED PROBLEM AS THE 386 MIGHT RUN
AT MABEY 20 MHZ... MABEY THIS WOULD BE IN THE INSTRUCTION SHEET ON THE
24541B BOARD... BOB LAAG
John Allain wrote:
>Is TrueType an open format at all?
>I have been interested in building my own fonts for
decades
>at this point.
>
>John A.
There were (or are) a few commercial programs with
which to do this. The commercial programs were or are
probably money-losers because no one bought them once
it was clear how difficult this really is to do.
Truetype fonts are not bitmapped, they are
mathematically described from curves. Worse, there are
"hints" involved - in kerning and in sizing (the
"hole" in a 4 point 'a' is proporionately much larger
than the 20 point version, for example). Writing as
someone who actually made a font in Fontographer (I
did a Cyrillic font), it takes a combination of
artistic talent, attention to detail, and a great deal
of work. I did fairly well, considering I had a
considerable lack of artistic talent.
-Steve Loboyko
Website: http://juliepalooza.8m.com/sl
Nixie Watch (one-tube):http://juliepalooza.8m.com/sl/complwatch.htm
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html
>From: "Fred Cisin" <cisin at xenosoft.com>
>
>On Wed, 18 May 2005, Tony Duell wrote:
>> > > How many people saw that Nova? PBS session where they handed ENGINEERING
>> > > undergrads a battery a bulb and a handful of wires? Many of the students
>> > > were adament that it was impossible to light the bulb without a socket.
>>
>> It's worrying that I could do this before I even went to primary school...
>
>How can somebody even consider a career in "engineering" if they've never
>even made their own flashlight ("torch" on the other side of the pond)
>
>> > > Many of them made a dead short across the battery, and then touched one
of
>> > > the bulb contacts to that. etc.
>> > Wow, comedy for nerds. I have to see that.
>>
>> Well, I don't know whether to laugh or cry...
>
>I cried.
>I try to teach beginning programming in C and "intel" assembly language.
>But I don't have enough common ground to even talk to people with NO
>concept of the world around them.
>
>Does anyone else remember that show (about 6 months to a year ago),
>and have any references to a write-up of it?
Hi
You could search on Nova's site at:
http://www.pbs.org/wgbh/nova/
I think they have tapes and transcripts available.
Dwight
>From: ard at p850ug1.demon.co.uk
>
>> >>A "microcomputer" is defined as a computer having no more than two
>> >>microprocessors used for general purpose processing within the computer.
>> >>For the purposes of this class, a "microprocessor" is defined as a central
>> >>processing unit comprised of not more than 4 individual LSI intgerated
>> >>circuit on a single board, with the entire ALU being contained within a
>> >>single integrated circuit.
>> >
>> >Will this definition change when Apple starts selling 4 processor G5
>> >towers? Or will those (and 4 processor Pentium workstations), not apply
>> >because they are far too new?
>> >
>> >-chris
>> ><http://www.mythtech.net>
>>
>> It's alrady that bad.
>>
>> The average Pentium micro (PC) has not less than three often more cpus.
>> For example:
>>
>> CPU pentium S at 100mhz
>> Keybord interface 8042 micro
>> Keyboard (has one of several micros)
>> CDrom (at lest one micro)
>> IDE disks (one sometimes two micros)
>> Enhanced graphics card (Micro, esp if MP3 or???)
>
>My first thought on reading Sellam's definition was 'hey, that means the
>PC/AT is a mini, it's got the 80286 + an 8042 keyboard interface + an
>8048 in the keyboard'. Then I read it again and realised he'd said 'for
>general purpose programming', which rules out the microcontrollers in the
>keyboard, keyboard interface, drives, etc. Although arguably the graphics
>processor does count.
>
>-tony
>
And the DSP in many sound boards.
Dwight
>From: "Vintage Computer Festival" <vcf at siconic.com>
>
>On Tue, 17 May 2005, Joe R. wrote:
>
>> >> Will this definition change when Apple starts selling 4 processor G5
>> >> towers? Or will those (and 4 processor Pentium workstations), not apply
>> >> because they are far too new?
>> >
>> >Will they still be intended for use by one person? I don't know why we
>> >didn't think of it before, but instead of "Microcomputer" it should
>> >perhaps be "Personal Computer".
>>
>> Even that deinition is questionable when applications are stored on a
>> remote "server".
>
>Does the thing sitting in front of you "compute"? Are you the only one
>using it at any one time? If so, I'd call that a Personal Computer ;)
>
Hi
Although the machine sitting in front of me can be bought
at Fry Electronics, I am not the only one using it. It is
part of LSF. I just use the display and keyboard part. When
I wish to have a large job done I apply to LSF and it
finds a computer not in use, possibly mine.
So, is it a personal computer since one could use it that way
or is it something else because of the way I'm using it.
Dwight
Hi,
I have 3 11/60's here and have been looking for the manuals
for over a year. I do have the Processor Tech. manual which I have
PDF if someone wants it. I Have the chassis manual that I found
some where on the Web.
I would think that if Al wants these, then there is no reason
to bid up the items.
- Jerry
Jerry Wright
JLC inc.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>...
Hi all,
there are several documentation items up for auction on eBay,
and most of them have a bid. However, I do not recognize all
the bidders. I know al_kossow :~) , but is ak6dn also on this
list? I do not want to bid against somebody who is also on
ClassicCmp, but do want a copy of that documentation because
I will own an 11/60 in a few weeks.
If "ak6dn" is not on this list I will go for them!
I am quite sure I will need the doc as I will not take the
whole system (corporate cabinet), but only the CPU and I/O box
and the two power supplies plus wiring harness. State of the
system: unknown! so the maintenance print set is most welcome.
If somebody else on this list has 11/60 documentation available,
which is not on bitsavers, let me know! Perhaps we can work
something out ...
I am prepared to pay part of the winning bids if I can get
access to the documentation: in paper to scan it, or digital.
I hope it is not too much against ethics. I let somebody win
the auction, and when the bidder *owns* the stuff, he is free
to make it accessible ... I don't want to start a recent thread
all over again.
thanks,
- Henk, PA8PDP.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-
>
>
>
>Subject: Re: Tandy T100 info
> From: John Hogerhuis <jhoger at gmail.com>
> Date: Tue, 17 May 2005 09:54:50 -0700
> To: "General Discussion: On-Topic and Off-Topic Posts" <cctalk at classiccmp.org>
>
>On 5/17/05, Allison <ajp166 at bellatlantic.net> wrote:
>
>> Tandy also had one that added a vidio and disk to the M100 that
>> used the bus connector. I have part of the manual for it.
>>
>
>I know about the DVI. But the PIC Disk actually let you boot CP/M.
>What I forgot to mention was that it put the M100 into an all-RAM 64k
>mode operating over the expansion bus.
I see. I'd already figured out on paper how to use the system bus plug
to "alter" the system ram map and add IO such as disk. Tandy made that
very easy to do. It would take little to create a 64kRam/IDE package
that would otherwise work through that port. Making it look good and
run on batteries is more of a challenge!
Allison
Thanks! Also for bitsavers! (can't be said often enough)
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org]On Behalf Of aek at bitsavers.org
> Sent: woensdag 18 mei 2005 14:59
> To: classiccmp at classiccmp.org
> Subject: Re: question about 11/60 documentation on eBay
>
>
> > I am not 100% clear what you mean with the last sentence.
>
> If someone outbids Don, I will bid on the items.
>
> The last batch of MP's that Larry listed had the 11/60 memory
> engineering drawings, which will be up on bitsavers later today.
> I am not 100% clear what you mean with the last sentence.
If someone outbids Don, I will bid on the items.
The last batch of MP's that Larry listed had the 11/60 memory
engineering drawings, which will be up on bitsavers later today.
Wow!
I wonder how many people are on ClassicCmp *and* wrote diagnostics ...?
- Henk, PA8PDP.
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org]On Behalf Of aek at bitsavers.org
> Sent: woensdag 18 mei 2005 14:35
> To: classiccmp at classiccmp.org; mail at bitsavers.org
> Subject: Re: question about 11/60 documentation on eBay
>
>
> you may also notice that Don was the author of the diagnostics
> that he is bidding on..
Hello Al,
thanks very much for the reply.
I am posting the reply to the list, so that others are informed too.
I am not 100% clear what you mean with the last sentence.
However, it looks that the documents will be available for bitsavers
and that is good enough for me. If needed, I will support (donate)
for the good cause :~)
thanks!
- Henk, PA8PDP.
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org]On Behalf Of aek at bitsavers.org
> Sent: woensdag 18 mei 2005 14:34
> To: classiccmp at classiccmp.org
> Subject: Re: question about 11/60 documentation on eBay
>
>
> ak6dn is Don North, a friend of mine and one of the people
> who worked on the 11/60 and 11/74
>
> If he is outbid or sniped, I will get these documents for him.
ak6dn is Don North, a friend of mine and one of the people
who worked on the 11/60 and 11/74
If he is outbid or sniped, I will get these documents for him.
Oops sorry, I forgot to mention that I knew that (www.qrz.com)
The real question is whether Donald is on this list.
With HAM radio amateurs, the reference to a person is often
his call sign, not his first name :~)
- Henk, PA8PDP.
> -----Original Message-----
> From: cctalk-bounces at classiccmp.org
> [mailto:cctalk-bounces at classiccmp.org]On Behalf Of Nico de Jong
> Sent: woensdag 18 mei 2005 11:26
> To: General Discussion: On-Topic and Off-Topic Posts
> Subject: Re: question about 11/60 documentation on eBay
>
>
>
> ----- Original Message -----
> From: "Gooijen H" <GOOI at oce.nl>
> To: "'General Discussion: On-Topic and Off-Topic Posts'"
> <cctalk at classiccmp.org>
> Sent: Wednesday, May 18, 2005 11:13 AM
> Subject: question about 11/60 documentation on eBay
>
>
> > Hi all,
> >
> > there are several documentation items up for auction on eBay,
> > and most of them have a bid. However, I do not recognize all
> > the bidders. I know al_kossow :~) , but is ak6dn also on this
> > list?
> I do not want to bid against somebody who is also on
> > ClassicCmp, but do want a copy of that documentation because
> > I will own an 11/60 in a few weeks.
> > If "ak6dn" is not on this list I will go for them!
> >
> > I am quite sure I will need the doc as I will not take the
> > whole system (corporate cabinet), but only the CPU and I/O box
> > and the two power supplies plus wiring harness. State of the
> > system: unknown! so the maintenance print set is most welcome.
> >
> > If somebody else on this list has 11/60 documentation available,
> > which is not on bitsavers, let me know! Perhaps we can work
> > something out ...
> >
> > I am prepared to pay part of the winning bids if I can get
> > access to the documentation: in paper to scan it, or digital.
> > I hope it is not too much against ethics. I let somebody win
> > the auction, and when the bidder *owns* the stuff, he is free
> > to make it accessible ... I don't want to start a recent thread
> > all over again.
> >
> > thanks,
> > - Henk, PA8PDP.
> >
> AK6DN is listed as Donald N. North in Saratoga CA.
>
> Nico (OZ1BMC)
>
>
Hi all,
there are several documentation items up for auction on eBay,
and most of them have a bid. However, I do not recognize all
the bidders. I know al_kossow :~) , but is ak6dn also on this
list? I do not want to bid against somebody who is also on
ClassicCmp, but do want a copy of that documentation because
I will own an 11/60 in a few weeks.
If "ak6dn" is not on this list I will go for them!
I am quite sure I will need the doc as I will not take the
whole system (corporate cabinet), but only the CPU and I/O box
and the two power supplies plus wiring harness. State of the
system: unknown! so the maintenance print set is most welcome.
If somebody else on this list has 11/60 documentation available,
which is not on bitsavers, let me know! Perhaps we can work
something out ...
I am prepared to pay part of the winning bids if I can get
access to the documentation: in paper to scan it, or digital.
I hope it is not too much against ethics. I let somebody win
the auction, and when the bidder *owns* the stuff, he is free
to make it accessible ... I don't want to start a recent thread
all over again.
thanks,
- Henk, PA8PDP.
>
>Subject: Re: mini versus micro?
> From: chris <cb at mythtech.net>
> Date: Tue, 17 May 2005 11:26:50 -0400
> To: "General Discussion: On-Topic and Off-Topic Posts " <cctalk at classiccmp.org>
>
>>1. Microcomputer
>>
>>A "microcomputer" is defined as a computer having no more than two
>>microprocessors used for general purpose processing within the computer.
>>For the purposes of this class, a "microprocessor" is defined as a central
>>processing unit comprised of not more than 4 individual LSI intgerated
>>circuit on a single board, with the entire ALU being contained within a
>>single integrated circuit.
>
>Will this definition change when Apple starts selling 4 processor G5
>towers? Or will those (and 4 processor Pentium workstations), not apply
>because they are far too new?
>
>-chris
><http://www.mythtech.net>
It's alrady that bad.
The average Pentium micro (PC) has not less than three often more cpus.
For example:
CPU pentium S at 100mhz
Keybord interface 8042 micro
Keyboard (has one of several micros)
CDrom (at lest one micro)
IDE disks (one sometimes two micros)
Enhanced graphics card (Micro, esp if MP3 or???)
Shall I be more pendantic?
the definitions are far too heavy.
Size and power required are better definers followed by basic design.
For the most part there were no microcomputers when minis roamed the
earth. By time micros became something significant the minis were
then called SuperMinis. This points out capability.
BUT: then you have something like microVAX2000 thats nearly a
half cubic foot box at maybe 150W power and can easily serve
a few users (at least under VMS). Its a archetecture of a
supermini implemented as a micro in a tiny box.
Labels, use care when applying.
Allison
I'm the proud owner of a SOTA 286i board (upgrades an 8088/8086 pee cee to a
12.5MHz 80286) without any docs. (Google and Usenet archives have proved
empty.) I actually have a need for this board to work, but I have no idea what
the jumper settings are. The one(s) I am interested in are the settings for
which host CPU is attached -- I can gather from what I *was* able to find that
it supports "8088", "Standard 8088" (whatever that means) and "8086". It came
with an 8086-2. My machine runs an 8088-1.
Clearly, I'd like jumper settings so I don't blow both boards to kingdom come.
Anyone have the specs/jumper settings of this accelerator board?
--
Jim Leonard (trixter at oldskool.org) http://www.oldskool.org/
Want to help an ambitious games project? http://www.mobygames.com/
Or check out some trippy MindCandy at http://www.mindcandydvd.com/
I recently obtained a large amount of Sinclaire stuff from an estate. I
know the stuff is not worth a whole bunch, but I would rather it not get
junked. If you see something you want, let me know. I would like shipping
costs reimbursed, plus a token amount to cover my time and effort and
Paypal expenses (if you use Paypal, do not use this email address! Wait
for instructions!). Of course, real offers will be accepted as well! First
come first serve, too, depending on how much I like you. Working condition
is unknown!
(several) New in box TS1000 systems, boxes worn
(1) Used in box TS2040 printer
(1) Used in box TS2068 system, with books and cartridges
(1) box of TS1000 and TS2068 software cassettes, maybe 70 total
(1) bag of two rolls of TS2040 printer paper
(1) JLO EPROM burner for the TS2068, looks like a kit
(1) JLO port expander, four or five ports wide
(several) TS1016 16K memory modules
(stack) ZX Computing, Sinclaire Quarterly magazines, 20 or so
(1) Used ZX81 with older ZX 16K memory module and original books
(1) use in box GE cassette recorder, specifially touted for micro use!
(1) CP2068 Centronics printer adaptor for the TS2068, with software
(1) homebrew modem for the ZX bus
(1) pile of books, user group newsletters (Washington DC based), misc
(1) Kaypro 2000 laptop bag
Let me know off list soon!
William Donzelli
aw288 at osfn.org
OK, it has been just a few minutes, and I am getting a lot of replies.
Many want basically "the whole pile" (or nearly) - great, shipping to one
person would be nice.
So throw some cheapo offers to me...
William Donzelli
aw288 at osfn.org
Hi - I am in Wilmington Delaware and I am currently working to restore an
IBM Series I system.
I am writing to see if there is anyone in the Mid Atlantic USA with a
working spare IBM 4978 display terminal. From the assembled documentation
it may be possible that any of the following terminals will also work with
appropriate system attachment card(s): IBM 3101, 5250, 5251 (model 1 or 2),
5252 (model 1 only), 4980 (with #1250 "multidrop work station attachment
card"), or 3161/3163 ASCII display station (with RS-422A card) may also
work. System 36 terminals in general are not compatible (it appears).
If there is a way to hook up an IBM PC w/ monitor to a series I that would
be welcome information.
Inventory:
qty) description
2) 6' IBM 4997 Rack Units with shelves to house the processor and peripherals.
1) IBM 4956 (I think rev K) Processor; See also * below.
1) Cambex Corp Model 80810 2-tape drive storage device (no tapes)
1) IBM 4962 8" disk drive (w/ 3 boxes of software)
1) IBM 4967 Hard drive
1) IBM 4963 Hard drive
1) IBM 4963A Hard drive
1) IBM 4978 display station and keyboard (display is bad, single horizontal
line only.)
12) Series I system software/hardware manuals "standard 3-ring binder sized"
20) Series I system software/hardware manuals (tall, blue, with IBM written
on them)
There is documentation for all components, plus service logs, software
documentation, installation instructions, etc. Pretty complete.
Misc. papers and other documentation and receipts.
3 boxes of IBM software on 8" disks, including diagnostics for hardware.
1 box of cables and jacks for additional display stations/terminals
1 box of printer ribbons (no printer)
product literature and period IBM sales circulars, etc.
* The 4956 Processor is full of the appropriate cards for the peripherals
(hard drives, tape drive, terminals, etc.) The system appears to have been
upgraded at least once. I have been able to cable up most peripherals to
the matching processor cards. I do not plan to power up the system at this
time. I have cleaned each subsystem, but overall it was "clean enough"
already. Most of the wear is on the rack unit and shelves; dings and the
like. The peripherals do not appear to be damaged. That what when I tried
the terminal....doh!
You can contact me directly - billdeg at aol dot com
>From: "Randy McLaughlin" <cctalk at randy482.com>
---snip---
>
>Every battlefield since WWI has had "spare headsets" laying around, usually
>from damaged radios.
>
>
Hi
Even so, they had relays then. One can make a useable
head set with a bar magnet, coil from a relay and
a tin can. ( Add something to stick things together with.
There are too many possibilities here to even speculate! )
Dwight
Apologies for the OT.
Hi Sellam. You contacted me off list and I've tried to reply a few times
to vcf at siconic.com but its bouncing with Remote host not found.
Either the address is wrong, the Internet has gone pear shaped (most
likely explanation) or your mail server is ???
++++++++++
Kevin Parker
Web Services Consultant
WorkCover Corporation
p: 08 8233 2548
m: 0418 806 166
e: kparker at workcover.com
w: www.workcover.com
++++++++++
************************************************************************
This e-mail is intended for the use of the addressee only. It may
contain information that is protected by legislated confidentiality
and/or is legally privileged. If you are not the intended recipient you
are prohibited from disseminating, distributing or copying this e-mail.
Any opinion expressed in this e-mail may not necessarily be that of the
WorkCover Corporation of South Australia. Although precautions have
been taken, the sender cannot warrant that this e-mail or any files
transmitted with it are free of viruses or any other defect.
If you have received this e-mail in error, please notify the sender
immediately by return e-mail and destroy the original e-mail and any
copies.
************************************************************************
Hi All
Here is another request. I'm looking for at least the
pinouts for the following parts made by Western Digital
( I think ):
WD1100V-01
WD1100V-03
WD1100V-04
WD1100V-05
WD1100V-12
These have various functions related to disk I/O.
Thanks
Dwight
A "microcomputer" is defined as a computer having no more than two
microprocessors used for general purpose processing within the computer.
--
I prefer the term "Consumer Computer"
It is/was the kind of machine you buy in a retail store.
The term minicomputer originated in the early 70s to classifly a type
of sub $50000 computer that could be purchased by departments (as opposed
to having to go though corporate DP approval)
DEC and many others sold these types of computers earlier than the 70s,
but at the time they weren't called 'minicomputers'.
http://en.wikipedia.org/wiki/Minicomputer
has an interesting definition, though I disagree with
some of the claims made there.
What a day! I've been on the go non-stop for over 12 hours but I've made
some GREAT hauls! First I went to tiny hamfest in a nearby town. Sold a LOT
of coax cables there even though I hadn't set up. People were asking for
cables and I had a bunch of them in the car trunk that I was going to take
to a friend that owns a surplus store so I kept going out to the car and
bringing back cables! Then I meet a guy and got to talking to him about
hobbies. When he found out that I was interested in vintage computers he
asked if I was intersted in a Sage computer. (You KNOW what the answer to
that was!) Then he said he also had a couple of Grid laptops in search of a
new home. Then asked if I wanted an Apple. I said no but then he added that
it was one made for business. I asked if it was an Apple III and he said
yes! Then found out that he also had a HP 9845 that needed another home! I
found out that he lived near where I was supposed to be headed so I made
arrangements to meet him later in the afternoon.
Then went to Melbourne and stopped at an electronics scrap yard that I
frequent. I quickly found a TI Silent 700 terminal in a transit case. Then
checked a second transit case and found a "Micro 5000" made by Harris Corp.
I opened it up and whatta ya know! an intel 8008 CPU, eight 1101 RAMs and a
bunch of 1702 EPROMS! Definitely a keeper!!! Searched through the scrap
bins and found an industrial looking chassis that has the same computer in
it. Wow! My first 8008 computers and TWO in one day! Found one more but it
was almost completely gutted but I did get some more 1101 RAMS and some
early 70s TTL ICs. (yippee! spare parts!) The industrial chassis are
marked "50-0300 Simulator" but it looks like the same board in a different
package. These look like some kind of data logging equipment. In the same
pile I also found a Televideo 910 CRT Terminal Installation and User's
Guide, a Silent 700 Operating Instructions book and some other docs. Looked
around some more a found a buttload of the twist lock power plugs like
those used on the old Tektronix equipment and some Intels. Needless to say
I left happy.
Next I went to the surplus store and sold him a trunk full of cables that
I had picked up somewhere else for nothing, $$$$ :-) (Don't worry, he'll
get it all back in sales. I'm down there at LEAST once a week!) While there
I found a half a dozen keyboards with the switchs and keepcaps like those
used on the Intel and a lot of other old SBCs. The same boards also have
some nice gold and purple M6820s and 6821s. Also got a phone call while I
was there from an old friend that had a bunch of old computer stuff that
he'd found and he said he was going to be in my neighberhood later today.
(Aren't cells phones great!) Also while there I found a package of Davong
Multi-OS for the IBM PC and XT. I've never heard of this before. Does
anyone know anything about it?
Left there and went to see the guy that I'd meet that morning. He gave
me a ***MINT*** Visual 50 terminal, a MINT Sage II computer with ALL the
docs, a working HP 9845B, a stack of manuals for the 9845, a couple of HP
catalogs, a promise of a pile of early Byte magazines when he can dig them
out, two Grid laptops, a service manual for the HP Vectra LS-12 laptop
computer (HP sent it to him by mistake. It's probably one of those service
books that HP won't admit that they ever made.) He still "owes" me the
Apple III and a second set of docs for the Sage :-)
FINALLY went home and got to sit down for the first time since 6:30 AM!
Then called up the guy that was visiting over in my neighberhood and went
to see him. (Switched cars first since the first one was overflowing!) He
gave me an AlphaMicro 2000M along with some other odds and ends. OH! and
some original disks for my Rubicon CPM machine!! I found out that the
company that he works for used to be an AM dealer/service center so I made
him promise to look for any AM manuals, parts, etc left around there. He
also knows of an AM that was JUST taken out of service and is complete and
100% functional. He's supposed to check and see if he can get it for me.
That's it! Now I just have to unload two cars full of computers and find
a way to sneak it all inside before the OL finds it!
Happy Hunting!
Joe
Hi
I'd suspect that most didn't like the goto
because it becomes hard to implement in a structured
language. Things like random nesting of subroutines and
then goto's to various points can make things really
messed up. There are also the problems of allocated
memory. Do you keep it or clean it?
Forth, like many languages doesn't specifically have
a goto but in to Forth philosophy, you can always
write your own. Most newer Forths have an error handling
method called catch and throw. This tidies up the
stacks and still allows one to goto an outer level
of hierarchy at random depths, like a goto should.
It doesn't work at all to go to a deeper level of
hierarchy. I think this is where BASIC gets it self
into trouble.
Many think of goto as being similar to jmp in assembly.
Actually in a high level language, it is more complicated
than that. The language tend to lead one to think they
can use it just anywhere. In assembly, you are more
conscious ( or should be ) of thing like stack depth
and allocated space, since you explicitly handle these
things.
Dwight
Dear all,
Looking for someone who can "rescue" and temporarily store a PDP-11.
It's about 30 miles west of O'Hare, apparently. I won this at auction;
the notification didn't arrive, and now that I'm traveling and can't do
anything about it, they want the beast out of their building yesterday.
The system was billed as a "TU80 tester", and consists of two standard
DEC waist-high cabinets; one contains several drives which look like
RL02s to my limited experience. (Also, the photo is small, from
the side, etc. -- hard to see well.) The second contains what looks
like a TU80 and perhaps another disk. There's one tall cabinet with
stuff I can't really see well enough to guess; presumably a CPU (+?).
There's also a line printer in the background, and a Decwriter.
Lined up as you'd install it, this is about 10' long; cabinets
are of course about 36" deep. The tall cabinet is about 72" high.
Presumably it weighs a metric crapload. :-)
I'm in Michigan, so it won't be too hard to eventually come rescue it.
Anyone able to rescue this pronto and hold onto it for maybe a month
or two?
De
Apropos to the discussion of Don Maslin's archives, I need a bootable
disk image for a Kaypro II with the Advent TurboROM (Plu*Perfect
Systems) The Advent hard disk formatter would be a plus, but right now
I'd be happy just to boot CP/M on the thing.
FWIW, it's got one original SSDD floppy drive, a Rodime 252F hard
disk and an Advent .5MB RAM drive. It's the v3.0 TurboROM.
Doc
Any interest perhaps here in a bunch of DECServer 200 Rackmounts Bracket ?
Part number is 74-33241-01
I have about 16 of them.
Also have put some more DEC bits and bobs up on my Old Computer Market.
Cheers,
Stefan.
-------------------------------------------------------
http://www.oldcomputercollection.com
Any interest perhaps here in a bunch of DECServer 200 Rackmounts Bracket ?
Part number is 74-33241-01
I have about 16 of them.
Also have put some more DEC bits and bobs up on my Old Computer Market.
Cheers,
Stefan.
>From: "Vintage Computer Festival" <vcf at siconic.com>
>
>On Tue, 17 May 2005, chris wrote:
>
>> >1. Microcomputer
>> >
>> >A "microcomputer" is defined as a computer having no more than two
>> >microprocessors used for general purpose processing within the computer.
>> >For the purposes of this class, a "microprocessor" is defined as a central
>> >processing unit comprised of not more than 4 individual LSI intgerated
>> >circuit on a single board, with the entire ALU being contained within a
>> >single integrated circuit.
>>
>> Will this definition change when Apple starts selling 4 processor G5
>> towers? Or will those (and 4 processor Pentium workstations), not apply
>> because they are far too new?
>
>Will they still be intended for use by one person? I don't know why we
>didn't think of it before, but instead of "Microcomputer" it should
>perhaps be "Personal Computer".
>
Hi
When I was at Intel we worked on MDS800's and Series II's.
These were definitely not personal computers yet they were
clearly micro computers.
I think like classifying planets and asteroids. There just isn't
a clean line separating the two. Most uP machines of today
far exceed the capabilities of most mini's of the 70's.
Having multiple processors doesn't pan out.
Dwight
>From: aek at bitsavers.org
>
>
>> A scrap of paper upon which is written:
>
>REALLY REALLY REALLY REALLY bad idea.
Hi
I agree. I've had to recoder code from paper once.
I'm sure it was all clear years ago when printed but
I had to spend several hours under magnification
to figure out some of it. Luckily, it was 6502
machine code. Picking the right thing was relatively
easy. If it had been some type of random data, it
would have been more random whan I got done with it
than was intended.
>
>The paper WILL be lost.
>
>While I don't agree with the complexity Sellam has come up with
>whatever you do needs to have that level of metadata in the file
>itself.
>
>The specific nasty example of this are the hundreds of Whirlwind
>paper tapes the Computer Museum has. They are indexed with a part
>number. They don't appear to have the index for these numbers.
>
You may have hit one of the biggest nails smack on the head
on this one. I believe that for archiving that indexing
is a much more difficult problem than how to store the data.
Dwight
>From: "Randy McLaughlin" <cctalk at randy482.com>
---snip---
>
>
>As for corrupted media bit dumps (including formatting bits not normally
>saved in data dumps) can be a godsend, it may be possible to reconstruct
>corrupted data streams by bit shifting.
Hi
I've done this for cassette tape recordings. It was
Manchester encoded so I also had to invert bits as well.
Dwight