< I have looked at Z180's, Z380's and etc.... They are SLOW!!!!!! The
< only availabe packaging for the Z380 is un-useable to me as a hobbist
< (without a lot of headache.)
Slow clock but they use fewer clocks and 16bit fetch. The effective
speed is higher. Also the chip spped in climbing.
The socket is a 25$ item to get from flat pack to wire wrapable.
< I hate the way that Zilog has taken the nice and simple control bus sche
< of the Z-80 and really made it a pain-in-the-butt on the Z-380!.
At first I was of that opinion. Then I started with the z280 (Zbus mode)
and z8000 and looked back at the z380 and it looks worse than it is.
It's advantage is that it puts out advanced timing info making fast
systems possible while using less bus bandwidth.
< size set of bus control lines), Z-80 instruction set and match a DEC Alp
< performance (at a cheap price of-course), I would worship that company.
Why not find and Alpha and write z80 PALcode for it?
< (Oh yes, I want a 64bit data bus and a 128bit address bus). Is this ask
< for too much? Why can't we all just get along?
You don't know why that isn't done. There are things about the z80 that
do not scale well.
< My thoughts are this: If I can find some REALLY SIMPLE mirco-controlle
< that do just the basic microprocessor functions, I can parallel them to
< make them read-in and intrepret Z-80 code.
Like I said it's the sub 1nS memory that will stop you. A z80 at a
theorhetical clock of 100mhz would require the memory *system* to have a
M1 read cycle of less than 10nS. Try and find logic for decode and memory
taht can make that happen in the required time. The Z80 bus provides
little in the way of advanced timing to overlap operations so you need
really fast memory and IO stuff.
For example while z80s at faster than 10mhz are easy to get peripherals
for greater than 8mhz are scarce and some never got faster than 4-6mhz!
< and DEC Alpha) can reach clock speeds of 600 Mcyc and a really simple (o
< accumulator, bare instruction set) microcontroller can't exceed those sp
It's a study in piplelined operations. Simple machines have less to
pipleine so the individual elements have to be faster. You cannot
overlap as many operations as there only a few. Even with current
superfast logic sub 1nS gates are rather scarce. So you hit the speed
limit IE: how fast can you compare two numbers and branch based on the
result.
< If I got some of these micro-controllers and had two or three of them
< reading in instructions ahead of execution (looking for branches) I coul
< do half of the job and speed up the through-put.
Except that they arent avalable that fast. Your trying to discretely
do what a PII does internally. It's in esscence doing several things in
parallel assuming some will be thrown away (branch no taken, add not done
and so on) that take complex archecture so that you have more irons in
the fire and can be more speculative.
< For math, a bunch of stinking fast memory locations acting as look-up ta
That works but to get the speeds you talking about where do these sub
3nS rams/roms come from? Can you wire them on a card so that the lead
lengths are not a significant part of the timing (remember 1ft=1nS).
These become real things when the clock exceeds 100MHz. I know this
>from doing a 20mhz z180 design on paper and I was looking at fast cache
rams chips to keep the memory inline, but for IO wat states were a must
as most periperal chips I could find were limited to 10mhz bus speed
range.
I know I'm a party pooper but, I'm also one of those wacky engineers
that has pushed the z80/z180/z280 to the edge and know what a design
must do to work.
On the other hand running CPM at 12.5MHz z180 is frighteningly fast
but also points out system bottlenecks like disk speed! I've been
putting time into overcomming that using disk caches and the like.
Allison
< >Ok, howabout a Brigeport milling machine with the PDP-8E it was purchas
< >with in 1975, still running the same code.
<
< Sure, I can imagine that. But I can't imagine it will stop working
< on January 1, 2000, or that the clock couldn't be set back to 1975
< without affecting the milling.
Correction, what clock? Most control apps clocks are intervals, time
between events, maybe time of day or week for longer periods and its
rare that they even consider time of year.
Keep in mind that until sometime past 1981ish clocks were not chips that
kept time of day/year. Of ten they were a periodic interrupt that was
totalized for time and date. So if the clock was broken it was software
not hardware.
The one example where Y2K has hit a PDP-8 use was a nuke power plant
and the PDP-8 doing data logging had to print the right time date on
the page. If the time and date were wrong nothing stopped working
but the NRC would be upset with the dataing of the logs. FYI: Y2K
happens to hit every 7-8 years on PDP-8 OSs as they only use 3bits for
relative year. Bits used to be expensive!
< If the source code has existed in some form since the late 50s or
< early 60s, no programmer since its creation has tinkered with it?
< I can imagine a slightly more plausible situation in which the source
< was written in 1961, recompiled and tweaked throughout the Sixties,
< and somehow the source was lost after recompilation in the Seventies
< so only the executable remains, and that it's been running in some
This is likely the commonplace event and the machine by the 70s was
stable platform say like DG Nova, PDP-11 or other that has a lifespan
exceeding 10+ years or still being made.
Lost in some cases means it exists and somewhere on a backup that is
in a room with 10,000 tapes of other backups that no one has looked
at for 7+ years.
Heck my vax archive is over 7 years old and is more than 20 TK50s. I
don't recycle major backups as I've had tapes fail. So the deeper the
archive the less likely the loss and also harder to find a specific
item. This is only hobby use. business should do this far more often.
< It's not that I'm denying Y2K - it's that I think it's overblown,
< especially when it comes to antique computers.
Me too. Many system Y2K is a singular event or non event. The only
ones I even think about in relation to it are the PCs and maybe the
VAXen (I run VMS 5.3 to 5.5). The PDP-11s may not like the date but
most of the stuuff I do is not date centric so unless the OS breaks it
keeps cranking. The PC makes me worry as DOS/Win and internetorking
software may have bombs I don't know nor can fix myself. I've bumped the
clock and it seems to behave though.
Allison
>> field fixings etc. Especialy in the /360.../390 world some
>> of these routiens are older than the OSes where they are used
>> today. Some are dated back to a thime when source was equal to
>> punch cards - at this time only the object code was stored in
>> libraries - source was stored as card boxes - and some of these
>> little helper work just fine when used in complete new projects,
>> 30 years later.
> Good grief, you mean to say that these boxes of source code I have on punch
> cards are finally going to be worth something :).
Yeah - but fast, you have to finde s.o. in need of them :)
<g>
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
This is kinda off topic, but we've just had a bomb threat!
No joke! Someone phoned in, asked for my boss, and said they
put a bomb in the building! Why would someone bomb an ISP?
Other than my boss is an Afican-American... (Native of Nigeria).
-------
Well, I guess we see this trend of making things less redundant and
less faithful to theory, more faithful to shaving off 1/4 of a cent
universally.
We see bomb threats pretty universally too, and not necessarily for
political reasons. Are you sure it wasn't just a kid whose computer
crashed again?
>
>> This is kinda off topic, but we've just had a bomb threat!
>> No joke! Someone phoned in, asked for my boss, and said they
>> put a bomb in the building! Why would someone bomb an ISP?
>> Other than my boss is an Afican-American... (Native of Nigeria).
>> -------
>
>A sad commentary on a form of 'techno-terrorism' that is likely to
become
>more prevalent as dependency on the 'net' increases.
>
>The commercialization of the Internet has inadvertantly weakened one of
>its major design points that was considered to be so critical when the
>first ARPA designs were worked out. That being redundancy and lack of
>centralization.
>
>Before the major commercial 'backbones' were in place, (set the
'wayback'
>machine; Sherman) most systems had multiple shared dial-up connections
to
>numerous other hosts with which they regularly shared information
(email,
>news, files, etc.)
>
>If a network connection went down, (if you even had one) or a given
host
>was offline, traffic was just routed thru another system that indicated
>connectivity to the system (or systems) that the traffic was destined
for.
>(everyone remember the periodic routing 'maps' that went around?)
>
>So... unless you lost ALL of your phone lines for an extended period,
you
>pretty much always had (some level of) connectivity.
>
>Today, on the other hand (generalization warning!) how many major
systems
>maintain dial-up inter-system capability even as a backup?
>
>The major infrastructures have tended to centralize around the
commercial
>'backbones' and carriers which make them succeptable to interruptions
of
>service when a single connection fails! (Sure... your web servers are
fed
>by dual 'T3s', but both from a single carrier thru a single POP?!?)
>
>So much in money and resources is often committed to create/maintain a
>major (high bandwidth) link onto the net, (useful) redundancy is
>frequently sacrificed.
>
>One attack on a major carrier POP (ok, definition time: POP = Point
>Of Presence) could easily disrupt Internet traffic for a LOT of people
and
>corporations.
>
>Take out a couple of the major authoritative DNS servers, and watch the
>world (generalization) start crashing down!
>
>Or sadly, target one ISP that is suspected of being a major provider?
>
>It happens... more often than you might ever imagine...
>
>-jim
>(I speak for no one but myself... YMMV)
>---
>jimw(a)agora.rdrop.com
>The Computer Garage - http://www.rdrop.com/~jimw
>Computer Garage Fax - (503) 646-0174
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
< THe Z180 is already down to 3 cycle/instruction, and the z380 is
< down to 2 cycle/instr. But since the maximum clock rate of the
< 180 is more than 50% higher than the 280, it's the way to go.
No news to me. I'm running a modifed SB180 (z180) and also working with
z280/12.5Mhz. I've looked at z380.
< > of using. I have z80/10mhz parts however and the 2901s would barely d
< > that.
<
< And if you try, most 10 MHz can run at 12 to 14 MHz.
I've taken the 10Mhz part to 12.5Mhz.
<
< > FYI: z80S180s can be had into the 30+ mhz range.
< :) Jep and 1 Meg is still plenty of RAM when running CP/M
That it is.
< But after all where is the sense of having a Z80 as 64 Bit
< processor ? It's a well usable 8/16 Bit processor. Even the
< 380 isnt really an advantage - you just don't realy need this
< 32 Bit instructions. A set consecutive 16 Bit instructions
Larger flat address space. The z380 would make a real good data handler
(z382 is a PC bus slave version for comms) or possibly a graphics
crunchers. Even in the z80 native mode you can access beyond the 64k
basic addressing in a manor that is more convenient than the basic z80
provides. In most cases the extended mode changes the the effect of
the arithmetic overflow in 16bit ops so that 0FFFFh+1 is not 0000. but
10000h. There are of course extended operations as addressing modes
as well.
< can do it in almost the same time. From my point of usage
< a 16 Bit uP is anything you need - compact code, compact data
< and greater over all performance.
Z380 still has those attributes. It saves the memory management overhead
for apps that need to get at spaces larger than 64k.
I plan to do a bit of serious work with one if I can get my hands on a few
and a socket adaptor.
Allison
> This reminds me of a claim I hear in Y2K discussions, but can hardly
> believe: that businesses are running the same *executables* since
> the 1950s/60s/70s, and that they don't have the source code to fix it.
In fact, this is widely true - Ok, the most cases are not
about the source of the whole programm or the main programm
its more about subroutines that have been used over the years
to solve common things like conversation, key transformations
field fixings etc. Especialy in the /360.../390 world some
of these routiens are older than the OSes where they are used
today. Some are dated back to a thime when source was equal to
punch cards - at this time only the object code was stored in
libraries - source was stored as card boxes - and some of these
little helper work just fine when used in complete new projects,
30 years later.
> Sure, they might not have the source to the OS, but their own apps?
Remember 30 years - have you ever archived all your work for
30 years ? _EVERY_ Programm you did within these 30 years ?
> And that there's been no other reason to change or replace the
> programs in all these years, and Y2K is the only reason they need to do it?
Jep it is - for example lets take a common old application,
for example a salery programm for a big company - the programm
still uses the same algorythms since 30 years - the same way of
I/O and the same basic data - just some modules for tax calculation
have been changed over the years.
After all I bet some of these programms will even survive
the Y2K hype without change :)
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
Following is a usenet posting from a guy needing some
help with a uVAX II.
It sounds like what I would call a basket case, he hauled it home
in several baskets in this case. I have emailed him answers to the
more basic questions. Since there are a few of you with far
more knowledge on this, I thought maybe some of you could
help him out.
My knowledge of the uVAX II is limited to having gutted out
6 machines being disposed of by former employer. Sorry, that
was before I knew of Classiccmp, snif, snif.
Mike
Please email directly to him.
Subject: secrets of a microvax II
From: siebert(a)berlin.gmd-net.de
Date: Thu, Oct 22, 1998 07:39 EDT
Message-id: <70n5h7$koq$1(a)nnrp1.dejanews.com>
Hi there, I need help...
I got a DEC Microvax II System which is partly disassembled and has the
following coponents:
-------------------
| |
-------------------
| <OO> | < > | 1) looks like a kind of harddisk
-------------------
| < ..I>| 2) MICROVAX II
| < ..I>|
-------------------
| < . >| 3) ? with a TK50 tape unit
| < . >|
-------------------
| | 4) RA81 harddisk
| |
| |
| |
-------------------
| | 5) power supply
-------------------
1) The harddisk (?) is perhaps from FUJITSU and there is place for a
second one. It has to be connected to a EMULEX QD 331040100 controler.
I saw some pictures of the same units on the web!
2) The muVAX II processor has no harddisks or any drives and has one switch,
four buttons and two LEDs on the front panel. It has the following boards:
(back view, top)
------------------------------------------
| M 7606 KA630 CPU |
------------------------------|||||||||---
| M 7608 4MB Memory |
------------------------------|||||||||---
| M 7608 4MB Memory |
------------------------------------------
| |M 7504 DEQNA Ethern.|--cable
------------------------------------------
| |
------------------------------------------
| |
------------------------------------------
| |
------------------------------------------
| |
------------------------------------------
3) The other housing looks like the muVAX processor but has only two
buttons and the built in TK50 tape unit. It has the following boards:
(back view, top)
------------------------------------------
| M 9404 connector | |-- cable to muVAX II
------------------------------------------
| M 3104 8 line serial controler |-- cables
------------------------------------------
| M 7546 TK 50 ctrl.| |-- cable to TK 50
------------------------------------------
| M 7164 QDA processor for KDA 50 |-- cables
----||||||-----------------||||||---------
| M 7165 QDA SDI controller KDA 50 |
------------------------------------------
| |
------------------------------------------
| |
------------------------------------------
| |
------------------------------------------
4) RA 81 456 MB SDI HDD
5) power supply digital 874-F
On the backside are the following connectors:
> 8 serial 25 pin SUBD connectors
> 4 connectors for SDI drives
> 1 DEQNA Ethernet 15 pin SUBD connector with a fuse
> bulkhead with 9 pin SUBD console connector
I have no documentation except from the manual for the serial controller...
Hmm.. now I have some problems/questions...:
- Which was perhaps the use of this system ?
- which was probably the OS (Unix version...) ?
- Was it a single user system ?
- where can I get a "user handbook" for the muVAX (booting, meaning of the
front buttons of all components...) ?
- Which type are the housings for this muVAX (BA23, BA123...) ?
- Why is this muVAX II SO BIG ??? (in comparision to the "under table
systems" which don't have TWO boxes for the cards...)
- What is the difference between a Microvax II and a Vaxstation II ?
I have no Terminal to use as console
- what kind of connector is the 9 pin SUBD connector on the backside
(bulkehead) ?
- What kind of terminals can I connect ? (I have some SS97 Siemens Terminals
or a IBM colour Terminal...)
- Can I use a PC with a TTY or a VT100 emulation and a serial connector
cable ?
- Do I have to use always a console to start the system (with a switch
on it or something like that) ?
Some of the cards are disassembled in the machine
- Where in the muVAX processor housing 2) must I plug in the M 9404 card
coming from the "controller housing" 3) and which side must be on the
top ?
- Where in the "controller housing" 3) must I plug in the EMULEX
controller (it needs only half of the place) ?
I am not firm with RA81 HDD
- Where in the RA81 must I plug in the flat connector ?
- Is only one of the four flat connectors for ONE RAxx drive ?
- what are the two round mini 4 pin din connectors for in the RA81 ?
- in which of the four flat connectors on the back of the system do I have
to plug in the RA81 ?
- Is there any information about the SDI "standard" ?
In both the processor and the controller housing are slots for connecting
HDDs.
- Do I need controllers for connecting drives there?
- Is it MFM standard ?
- When there are no drives in it, do the buttons on the front panel have
any function ?
General...
- How can I use the Ethernet connector (compatibility, wiring...) ?
- What is the power supply for ? (one big INPUT, three OUTPUTS - all
220 V and 4 smaller outs !)
- from which of the two harddisks (RA81, FUJITSU) does the system boot
from ?
- What are the 8 serial connectors for (Terminals...) ?
- For which use was the TK 50 tape for (booting, streamer...) ?
I also got a DEC VR262 screen together with the whole stuff, but I can't
imagine that there is any use with the muVAX.
- how can I use the VR262 ?
I know this are manymanymany questions, but even few ansers would be a
great help,
thanks - Rainer
Well, comparing myself to _most_ of the keds in my school, I'd say 'odd' is
the word. In my school, they have a "freak day", where everyon dresses up
in screwy clothes, and purple hair and everything. Even the teachers do
it.
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
----------
> From: Brett <danjo(a)xnet.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Re: Units of measure (Was: discrete transistors
> Date: Tuesday, October 20, 1998 11:38 PM
>
>
> On Tue, 20 Oct 1998, Jason Willgruber wrote:
> > I think the only reason that I know this is that I collect antique
radios.
> > maybe I'm just odd...
>
> Whoa - change that view - You are not odd - just exceptional 8-)
>
> BC
>
> >So, believe it or not my naive young man, people are dumb enough to lose
> >the source code.
> What I don't believe are these claims that the heart of the Y2K
> problem are thousands of businesses running apps as old as I am,
> that haven't had to change, or that can't be changed. How many
> serious businesses are still running the same unchanged sourceless
> app since 1978, much less 1968 or 1958?
Most of them are not completely unchanged, but the changes
are only in some parts that have been changed every year once
or twice - and large parts haven't changed at all for the last
20 or 30 years.
Also don't forget - for some programm parts there might be
a source, but the object code has been patched (not uncomon)
and the source doesn't reflect the programm. Or source tools
(assemblers etc) where used, wich are not availabe today !
Or the source is stored in a library where no LMS needed is
available - or they are stored on tapes no longer readable
(to bee correct no longer readable means in most cases only
they can't be just inserted and read - you know, some of the
Y2K heros don't spend more than 20 minutes before they decide
'Source gone').
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
> mac128k in box for $260? hmmm
> I have the same,except my mac has a rare documented upgrade board that
> basically turns it into a mac+ complete with scsi. oooh, and i have IW2 in box
> also. mine's worth $1000! lol
I was in, but the price sored to a laughter ...
To many rich jerks out there.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
< John Foust <jfoust(a)threedee.com> wrote:
< > This reminds me of a claim I hear in Y2K discussions, but can hardly
< > believe: that businesses are running the same *executables* since
< > the 1950s/60s/70s, and that they don't have the source code to fix it.
< > Sure, they might not have the source to the OS, but their own apps?
Actually this is more common that you'd think. Many cases the
company didn't write the code, they contracted for it or it's
a canned application. In most of those cases they never had
the source! Then the people that had the source go out of business
and the code is effectively lost.
I worked for a company that had to sue to get the source for an app they
used for some 5 years so they could fix a bug! The bug was that RSTS-11
upgrade cased the app to crash. They needed the upgrade to keep the
hardware and OS service contract alive on an 11/34 that ran the place.
Allison
>< I'm still skeptical. I'd love to hear more first-hand reports of
>< the oldest code still running as-is. Come on, code from the 50s
>< that's never been replaced? Running on what? Under an emulator?
>
>Ok, howabout a Brigeport milling machine with the PDP-8E it was purchased
>with in 1975, still running the same code.
How about a major circuit board mfg that has 20+ PDP11/04 and 11/24's that
could not even tell me what operating system they were running. I was and
still am suppling them with parts to keep the systems running. It took me a
while when I went on a service call there to figure it out. DOS11 beleive
it or not. With RL01 and RL02's some of the systems only have paper tape.
They are using the systems to control routers, drills and test sets. They
also wanted to know about possibility of Y2K compliance - no sources, DOS11
had no RL drivers so the must have written their own.
Dan
>
>More people should insist on proper documentation. On a couple of
>occasions I've returned a device to the shop that sold it under the UK
>sale of goods act. The reason? It was not fit for the purpose that I
>bought it for because important documentation (register maps, connector
>pinouts, etc) was not available. Alas I doubt if the company ever
>realised or cared..
I sure wish they had those laws here in the US. The only to get
documentation is to make it a line item on the purchase order and hold back
payment until the PO is complete.
Dan
>
>When I was a lad, we used to use a fine jet of helium and spray that
>round any possible leaks. It shows up very clearly on a mass spectromter.
>Some of them even had a setting on one of the controls to look for the
>appropriate peak (4, I guess).
>
Virtually all the instruments I am involved with have a GC for sample
introduction so there is helium present all the time. Do they ever think of
using the tank of argon sitting off to the side? Much less know the mass of
argon? (40) Do they ever think of using any of the gallons of methanol
present in all the labs? or even know offhand what mass to look for. (31
there is to much 32 from the leak - O2)
The heliun/argon works on the source region but on the analyzer region you
have to resort to numerous other methods - there is nothing to ionize the
gas. Instead you have to use solvents and look for the pressure burst when
the liquid volitizes in the vac. I have had to even pressurize the system
with heliun and use a gas leak detector to find some. - A bad weld on a
diffusion pump is the worst to find. At hi vac. it is extremly hot when it
is cold the pump oil seals the leak.
What makes it even more fun is I have no diploma other than high school. I
have taught numerous classes in mass spec to masters and phd's on operation,
maintenance and troubleshooting. It gets really funny when they find out I
have had only 1 university course - sociology.
Dan
Ok it should be there now. Under tech info
Let me know if it is useable or if I'd be better off with the original scans
at 120K a piece.
Francois
-------------------------------------------------------------
Visit the desperately in need of update
Sanctuary at: http://www.pclink.com/fauradon
-----Original Message-----
From: Megan <mbg(a)world.std.com>
To: fauradon(a)pclink.com <fauradon(a)pclink.com>
Date: Wednesday, October 21, 1998 4:59 PM
Subject: Re: HP85 - need info
>
>>Oh and by the way I have the manual sitting on my desk right now
>>(actually on top of my scanner). If you're still interested I could scan
>>the 7 pages of the glossary and BASIC syntax guidelines and place it on
>>my wed site tonight (I wanted to do that for several machines anyway).
>>There is also 5 pages of error codes right after that (If I have time
>>I'll set it up too)
>
>That would be great... thanks.
>
> Megan
>
Wanted: LCD for a Bondwell B310 laptop. Half of the LCD in mine quit
working. it is a non-backlit LCD, but I'd like to know if there is a
backlit version available for this computer (this is the CGA, not the VGA
version).
There's the specs:
SHARP LM64032
NEEDED: HD controller for a Tandy 1400HD laptop.
ANY help is appreciated, as I need to rescue data from the 1400, and I'd
like to get the Bondwell working.
As always,
ThAnX in advance,
-Jason
PS>> The Tandy is within the 10-yr limit. the Bondwell has about 6 months
to go...
> I am trying to basically build a 64Bit Z-80 on a board. What I am
>looking for is: Anyone know of any chips that are EXTREMELY simple
>micro-controllers but, work at EXTREMELY high clock rates??? I wanna put
>a few on a board with some memory and made a 64-bit Z-80. I'd like the
>processor to operate at 300Mcyc (or faster) clock speeds so, I figure I
>need micro-controllers that operate at about 900 Mcyc to do the work.
You're pretty much looking at ECL here, I think.
Some of the new gate arrays will clock at 100 MHz, but that's still
nowhere need 900 MHz.
Tim.
< Okay, here's another hair-brained project that I am working on.....
<
< I am trying to basically build a 64Bit Z-80 on a board. What I am
< looking for is: Anyone know of any chips that are EXTREMELY simple
< micro-controllers but, work at EXTREMELY high clock rates??? I wanna p
< a few on a board with some memory and made a 64-bit Z-80. I'd like th
< processor to operate at 300Mcyc (or faster) clock speeds so, I figure I
< need micro-controllers that operate at about 900 Mcyc to do the work.
<
< Any ideas????
Wait till April first for this.
I don't think you were listening when we were discussing propagation
delays. To deal with 300-900Mhz clock your talking 4-6layer etch and
some really fast logic. The .33nS memory will be tough to buy. Be
prepared to dump a few DecaKilobucks into the attempt after all you'll
need a really fast logic analyser and O'scope to see what you missed.
If you want a 32 bit z80 get a z380, it runs native z80 code, until you
switch modes then compatability works but it has a lot of gotchas.
If your doing a z80 stretch, you better think about how to access memory
or really alter the z80 fetch timing. Basic Z80 timing for say 20ns
memory would limit you to some 40-50Mhz... it would be a 5-10 MIPS machine
though. If you superpipline it and get it down to 1-2 clocks per cycle
you can double that. In any case there is no way to logically stretch a
z80 without running the risk of making it software incompatable at some
point. I've seriously looked at it, still have the 2901s I was thinking
of using. I have z80/10mhz parts however and the 2901s would barely do
that.
FYI: z80S180s can be had into the 30+ mhz range.
Allison
Gang, the tcp-ip protocol was designed to survive a nuclear war. Assuming
there is ANY connectivity going around a hypothetically disrupted/destroyed
major network hub, the packets should find it. Of course that link won't
handle the bandwidth, but in theory the net would still *work*.
--
Jim Strickland
jim(a)DIESPAMMERSCUMcalico.litterbox.com
-----------------------------------------------------------------------
Vote Meadocrat! Bill and Opus in 2000 - Who ELSE is there?
-----------------------------------------------------------------------
Another important factor is newer software that uses code from ancient
programs. Examples of this are various algorithms (that could be
y2K sensitive). Also, I'm pretty sure that there are at least a
couple of dozen lines that are exactly the same in MS-DOS 7 and in
Q-DOS. Same goes for other operating systems and software.
>> that haven't had to change, or that can't be changed. How many
>> serious businesses are still running the same unchanged sourceless
>> app since 1978, much less 1968 or 1958?
>
>Amazing, isn't it? I'm sure those same sentiments were expressed back
in
>1978, 1968 and 1958 by the same incredulous programmers who supposed
that
>perhaps their programs would still be crunching away in 1998.
>
>I don't think the software I've written thats been in the field since
1993
>will still be there in 2003, but there's no reason it can't be, and I
>would be thrilled (and amazed) to find out that it was.
>
>I'm sure the guys who wrote Sage Professional Editor back in the late
80s
>would be amazed that I still use it for all my code writing (in DOS
>windows under Win95) and swear by it (best damn text editor ever
>developed...yeah, you heard me!)
>
>SO anyway, believe it. Code from the 50s and 60s still churns away,
>calculating the taxes you owe, the fines you are assessed and the bank
>statements you received.
>
>Sellam Alternate e-mail:
dastar(a)siconic.com
>-------------------------------------------------------------------------------
>Ever onward.
>
> Coming in 1999: Vintage Computer Festival 3.0
> See http://www.vintage.org/vcf for details!
> [Last web site update: 09/21/98]
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
That's the idea behind any distributed network. If you drove a pole
into your head, you will cause damage, but you would still be able
to live, unless you hit one of a number of critical 'network hubs'
>Gang, the tcp-ip protocol was designed to survive a nuclear war.
Assuming
>there is ANY connectivity going around a hypothetically
disrupted/destroyed
>major network hub, the packets should find it. Of course that link
won't
>handle the bandwidth, but in theory the net would still *work*.
>--
>Jim Strickland
>jim(a)DIESPAMMERSCUMcalico.litterbox.com
>-----------------------------------------------------------------------
>Vote Meadocrat! Bill and Opus in 2000 - Who ELSE is there?
>-----------------------------------------------------------------------
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
I've got a spare, nearly complete set, of docs for the DEC RM80 disk drive
available. Three books:
1) RM80 Disk Drive User's Guide P/N EK-ORM80-UG-003
2) RM80 Illustrated Parse Breakdown P/N EK-ORM80-IP-001
3) RM80 Disk Drive Service Manual P/N EK-ORM80-SV-001
What I don't have is a copy of the RM80 engineering print set. I'm asking
$30/obo for all three of them. I'll pay shipping in the US. For those who
don't have one the RM80 is a 120MB MASSBUSS based disk for PDP-10s or
PDP-11s. One of these and an 11/45 and you've got the "original" classic
UNIX system. (Well classic from the sense that there were a lot of them
configured that way)
--Chuck McManis
(cmcmanis-at-mcmanis.com)
At 12:48 PM 10/21/98 -0700, Sam Ismail wrote:
>
>I'm sure the guys who wrote Sage Professional Editor back in the late 80s
>would be amazed that I still use it for all my code writing (in DOS
I'm still using Brief now and then, but it's the 1989 build.
The oldest DOS tool I found on my system today was from 1984.
>So anyway, believe it. Code from the 50s and 60s still churns away,
>calculating the taxes you owe, the fines you are assessed and the bank
>statements you received.
I'm still skeptical. I'd love to hear more first-hand reports of
the oldest code still running as-is. Come on, code from the 50s
that's never been replaced? Running on what? Under an emulator?
- John
At 12:14 PM 10/21/98 -0700, Sam Ismail wrote:
>
>So, believe it or not my naive young man, people are dumb enough to lose
>the source code.
Who you calling "young man"? :-) I'm 35 and learned BASIC on an ASR-33
when I was twelve, and have been supporting myself on my programmer
earnings since the summer I turned 18.
I certainly know the source code gets lost. I'm appalled at how much
code gets written, and then is lost, which might explain the tubs of
floppies and 8mm tapes that I use for decoration in my office.
What I don't believe are these claims that the heart of the Y2K
problem are thousands of businesses running apps as old as I am,
that haven't had to change, or that can't be changed. How many
serious businesses are still running the same unchanged sourceless
app since 1978, much less 1968 or 1958?
- John
>This reminds me of a claim I hear in Y2K discussions, but can hardly
>believe: that businesses are running the same *executables* since
>the 1950s/60s/70s, and that they don't have the source code to fix it.
All the time. In many cases, the customer never saw the source code.
(Did you get the source code to the microcontroller in your microwave
when you bought it?)
>Sure, they might not have the source to the OS, but their own apps?
I'm intimately familiar with an example where the company selling
the OS no longer has all the source code to it. (And, in one
specific case, they can't recompile a tool distributed with the OS
because they've even lost the binaries of the compiler.)
--
Tim Shoppa Email: shoppa(a)trailing-edge.com
Trailing Edge Technology Voice: 301-767-5917
7328 Bradley Blvd Fax: 301-767-5927
Bethesda, MD, USA 20817
cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=36124539
mac128k in box for $260? hmmm
I have the same,except my mac has a rare documented upgrade board that
basically turns it into a mac+ complete with scsi. oooh, and i have IW2 in box
also. mine's worth $1000! lol
--- SUPRDAVE(a)aol.com wrote:
i fear it's probably that infamous cold solder joint issue. i'm
looking at a spare mac power supply board; does anyone know any exact
locations of common solder joint failures? finally, if i do touch up some
contacts with a soldering iron, MUST the high voltage lead be discharged? i'm
hoping i can just remove the protective cardboard cover, reheat the solder
joints and not even go near the HT lead or tube at all.
--- end of quote ---
In my experience, the C-shaped ring of joints corresponding to the flyback transformer go bad pretty often. Also, I've re-soldered them before without discharging the high voltage lead, and everything's been okay afterward, but maybe that's just lucky. If you DO discharge it, do NOT ground to the chassis -- I read once that the logic board components are too delicate to share ground with a jolt like that. Use the screw on a wallplate or something instead.
Good luck!
-- MB
>apple ][ users know that there is no type-ahead during disk access.
Actually, there is a one character keyboard rollover, and that's
there whether or not disk access is going on.
Tim.
i'm putting together a mac+ for someone and while testing it, i noticed it
started clicking inside. then later, the machine started making a high pitched
whistling noise, almost kinda like what you hear when you're close to the back
of a tv while it's on. the video worked fine however. i presume it's a power
supply problem, but can anyone say what component is failing here? smacking
the left side of the case would make the whistling quit, although the clicking
continued. i fear it's probably that infamous cold solder joint issue. i'm
looking at a spare mac power supply board; does anyone know any exact
locations of common solder joint failures? finally, if i do touch up some
contacts with a soldering iron, MUST the high voltage lead be discharged? i'm
hoping i can just remove the protective cardboard cover, reheat the solder
joints and not even go near the HT lead or tube at all.
david
maybe? the answer here is obvious! i'm always taken aback by the wealth of
knowledge his brain/storage devices hold!
In a message dated 10/20/98 2:06:01 PM US Eastern Standard Time,
dastar(a)ncal.verio.com writes:
> Q. Is Tony Duell really a supercomputer with an incomprehensively large
> database of factual knowledge and highly advanced artificial intelligence
> algorithms?
> A. Maybe
>> I'll summarise the results when the replies dry up.
> Well the replies never really got started. I only got five replies, all
> said they were interested. I can only conclude that there are not that
> many UK collectors on this list.
So did you take the non-UK replies out ? Even if the english
like to ignore it, Europe is just a short hop away :)
I think I know at least 3 or 4 Germans who would like
to join and I guess there are a lot more.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
> silliness of the phrase "partial vacuum" repeatedly... I'll completely
> leave out the concept of "vacuum leak"!)
Oh, I've been known to say 'That valve (tube) is white round the top.
Somebody has let the vacuum out'
Seems like quite a reasonable way of putting it :-)
Try explaining how important a tight vacuum system on a mass spectrometer is
to some PHD chemists. Not to mention how to find the leaks. It is amazing
how little they teach in "leading" colleges today. Definately NO common
sense. So often all the problem consists of is the last thing they worked
on but did that enter their mind?
Dan
>Date: Wed, 21 Oct 1998 10:15:22 -0400
>To: ard(a)p850ugl.demon.co.uk
>From: "Charles E. Fox" <foxvideo(a)wincom.net>
>Subject: TRS80-4,i/o
>
>
> Hi, Tony:
>
> In the Model 4 reference manual there are four pages that seem to be
relevant:
>
>#26-Model 4 I/O Bus, #27-I/O Bus Timing Diagram, #28 &29- Model 4 Port Bits.
>
>I can try scanning these and email them to you if you haven't dug up the
information elsewhere.
>
> Charlie Fox
Sorry to post this to the list, but when I tried your email address it
bounced.
Charles E. Fox
Chas E. Fox Video Productions
email foxvideo(a)wincom.net Homepage http://www.wincom.net/foxvideo
Does anyone know why MS decided to limit the type-ahead buffer in MS-DOS
to 16 characters? Also, why they never increased this over time?
Basically on-topic. I really want to know because I've always cursed it.
Sellam Alternate e-mail: dastar(a)siconic.com
-------------------------------------------------------------------------------
Ever onward.
Coming in 1999: Vintage Computer Festival 3.0
See http://www.vintage.org/vcf for details!
[Last web site update: 09/21/98]
apple ][ users know that there is no type-ahead during disk access. I have a
][+ with an enhanced keyboard encoder board that gave it 255 character type-
ahead at all times. it was cool to keep typing in program code while saving
the file. only problem was playing games where you didnt want the game to keep
reading repeated keypresses. thankfully, the type-ahead can be disabled by
pressing the space bar when powering up.
In a message dated 98-10-21 13:15:23 EDT, you write:
<< Re:
> > Does anyone know why MS decided to limit the type-ahead buffer in
MS-DOS
> > to 16 characters? Also, why they never increased this over time?
Lack of foresight? Lack of vision?
> Basicly it's BIOS not DOS, And as the machines got faster,
> the need for the type ahead decreased.
Boy, is *that* wrong! :)
I *still* run into the typeahead limits today, on the fastest
machines around. 16 characters is probably fine when you're
doing ordinary text entry, with no special machine tasks
being requested. It *isn't* fine when you do something like:
deltree foo
<typeahead 17 or more characters while the computer is working>
> Just add one of the many vintage type ahead buffer enhancer.
> They have been yery popular, once upon a time...
I'd still be running the one I used to use ... but it
stopped working as of Windows 3.1 :)
>>
> Does anyone know why MS decided to limit the type-ahead buffer in MS-DOS
> to 16 characters? Also, why they never increased this over time?
Basicly it's BIOS not DOS, And as the machines got faster,
the need for the type ahead decreased. So blame IBM, but
in fact, when tey designed BIOS they had mainly ASSM Apps
in Mind - not this typ of slowish other things. And for an
inteligent reprogrammable terminal/workstation 16 Bytes are
quite enugh.
> Basically on-topic. I really want to know because I've always cursed it.
Just add one of the many vintage type ahead buffer enhancer.
They have been yery popular, once upon a time...
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
I have a GRID laptop that has a hard drive was wiped. (It's good but
empty). This machine uses an external disk drive. Does anyone have one
they'll sell or loan me so that I can get the OS installed on the hard
drive again? The laptop uses a DB-25 connector for the disk drive. Will
any other external disk drive that has this connector work on the GRID?
Joe
>>> But Allison does NOT make those kinds of errors. That's part of what
>>> makes it so notable and what makes it so irresistable to chide her when
>>> she does make a typo.
>> She ?
> I think this is almost qualifying as a FAQ entry:
> Section X.Y.Z: List Participants
> Q. Is Allison Parent a woman?
> A. Yes.
> Q. Is Tony Duell really a supercomputer with an incomprehensively large
> database of factual knowledge and highly advanced artificial intelligence
> algorithms?
> A. Maybe
Hey, I AM SOOOO SORRY.
THis wasn't intendet for the list.
I didn't know this is a girls name ..
geeeeeee.
sigh
H.
Oh, and add:
Q: Is ist true, that the multi trillionaire Salam Ismail startet
his fortune at the List, eBay and with his enormous VCF intake ?
A: Well, sort of.
--
Ich denke, also bin ich, also gut
HRK
At 05:59 PM 10/20/98 -0700, Sam Ismail wrote:
>
>SO how long is it before some really enthusiastic hacker creates a 3D
>emulator using a graphics engine like that in DOOM, that allows you to pop
>open the cover and go INSIDE the machine, home in on specific ICs,
>resistors, capacitors, etc. and stick a probe or voltmeter up to the
>leads? Basically, it would incorporate a CAD system with a SPICE system.
Actually, a flavor of this exists, or will exist soon, in the form
of network management software that lets you take a virtual reality
tour of the (perhaps tens of thousands) of computers on the network
you administer, and zoom in on a particular machine and peek inside
to see which cards and storage units are installed.
- John
> I've always wanted to ask this question. How is a microprocessor made?
> Can someone here on the list answer this question?
Take a hand full of sand, compress it, supply voltage
and try to boot - if it doesn't work qout, change the
sand - try until a result is reached.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
>> The original machine, no contest!. An emulator can't possibly include the
>> wonderful hot-component smells, hardware problems, being able to stick a
>> logic probe anywhere you like, the joys of fixing the darn thing, etc.
> SO how long is it before some really enthusiastic hacker creates a 3D
> emulator using a graphics engine like that in DOOM, that allows you to pop
> open the cover and go INSIDE the machine, home in on specific ICs,
> resistors, capacitors, etc. and stick a probe or voltmeter up to the
> leads? [...] Later on, when they invent the Scent
> Printer (a device which emits the smells of the computer you are working
> on) you'll be able to know when you've shorted something because all of a
> sudden a foul, toxic cloud will be emitted.
> I don't think this is so much of a fantasy. Its a lot of work, but it
> could be done (ok, save for the Scent Printer part).
Salam, just forget it - i will never klick on an
Open-The-Cover button (or point on wit a clumbsy
glove) when I can feel the snap of an Apple ][+
case by my own.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
< I've always wanted to ask this question. How is a microprocessor made?
< Can someone here on the list answer this question?
Very carefully. Actually that is not a joke as it is a very precise
process.
The process is generally the same as making any integrated circuit save
for microprocessors are more complex.
The basic idea is that a piece of polished pure crystaline silicon has
areas photographically marked and either etched away or doped (infused)
with other chemicals (like boron, arsenic, others) to alter the local
properties of the silicon to form transistors where and as needed.
Other steps put metalization like printed circuit board traces to
interconnect active areas on the chip. Once complete they are tested
seperated and mounted in holders.
All of this is done on a scale of size that is in the range of 1/100000th
of an inch and smaller. So the "very carefully" comment is valid and
speaks to the level of accuracy and cleanliness needed.
That is a pretty trivial description but a detailed one could fill volumes
quickly.
Allison
>>Irrelevant to the discussion for two reasons:
>>1) No one has made mainframes out of discrete transistors since the late 60s.
>>2) Almost all modern mainframes are based on monolithic microprocessors.
> My point was that only recently has it become so that there is nothing
> more than an Alpha or an PII. There are many parallel implementations,
> but nothing like the difference between an Altair and an S/360. Yes, I
> know there are many computers way more powerful than CompUSA desktops,
> but the point is that they're just parallel implementations and there
> isn't so much of a class distinction.
Do you want to tell us that the mainframe world
didn't evolve ? Boy, they also have new and quite
speedy new processors - for example, the new SIEMENS
S150 delivers around 93 RPF on a single CPU and
a sustained rate of 760 RPF on a 12 CPU configuration.
RPF (Relative Performance Factor) is a SIEMENS unit
to classify the relative speed of their processors.
The baseunit is a processor from the beginnign of the
80's. Even in the main frame (/390 compatible) world
it's hard to compare processors just by speed, since
the manufacturers use different architectures below.
So every one has his own measurement. IBM uses their
MIPS (misleading informations on processor speed) as
a guideline - but even these are just a definde rate:
they just fixed the 9672-R15 as base with 63 MIPS.
A rough conversation between IBM MIPS and SIEMENS RPF
is 1.3 to 1.5 - so die S150 deliveres between 140 and
1000 IBM MIPS sustained load at average mix.
With the small SR2000 systems which are based on
MIPS (now thats the processor manufacturer :) R10000
CPUs there is a guideline for transformation: one
R10000 deliveres around 12 RPF or 15 MIPS at user level.
(if you know take the MIPS R10000 MIPS rating you'll
get also a fairly nice RISC to (IBM)CISC ratio, since
the firmware interpreter used in the SR2000 is very
performant)
Now if you take the SpecInt value of the R10000 and
of the Alpha or Pentium chips (sorry, I just not
have them ready), one could base a comparisation on
these values. If a Pentium deliveres about 10 times
the performance of a R10000, they might reach te region
of an actual mainframe (not any 60's transistor claim).
But in fact these numbers are again way beside the
actual usability - Mainframe performance is measured
by thruput and things like transactions per second
within a defind response time rather than raw CPU.
Just take a look at http://www9.s390.ibm.com/lspr/
to get an idea how specific measurment in the mainframe
world is don - not just instructions or megabytes
per second.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
Every so often, people here mention how they wish they had TOPS-20
on their modern computers, how much superior it was to UNIX, etc.
COuld someone please explain the specific features (apparent to a
user) that are missing in UNIX? If I understand correctly, TOPS takes
a less minimalist attitude than UNIX, but since I've never even seen
it run, I wouldn't know. If it's not too much trouble, could someone
give some examples of interaction that demonstrates the difference?
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>The whole reason Cray's are wired up as circles rather than linearly like a
>mainframe is to reduce wire lengths (and with them speed of light delays).
Although I never looked at the prints for one, all of the Cray 1's that I
had a chance to examine were not completely circular--there was always a
wedge missing.
I expect this was almost essential; all of the wiring between circuit
cards was on the inside of the circle, and the customer engineers had to be
able to get to that wiring.
I suspect that the reason Seymour Cray built the machine in the shape he
did was that the circuit cards, plus the machined columns that supported
and cooled them, were wider than the card connectors. By arranging the
card columns in a semi-circle with the connectors on the inside, he could
minimize wiring length.
----
John Dykstra jdykstra(a)nortel.com
Principal Software Architect voice: +1 651 415-1604
Nortel (Northern Telecom) fax: +1 612 932-8549
What amazes me is that no one has ever marketed a mainframe-like
machine out of modern processors. Someone mentioned they had made
one out of a 286 and some z80s, but why did no single company ever
sell any? I would think such machines could be very useful. OTOH, it
makes more money to sell 1000 machines than 3 machines and 1000 dumb
terminals...sometimes I wish capitalism was never invented...
>The raw CPU performance of thet 386 exceeds that of many (but not all)
of the
>discrete-transistor mainframes (and even IBM's SLT-based mainframes).
>
>However, system-level performance is another matter. How many 386
machines
>had intelligent I/O channels, *AND* took full advantage of them?
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
< From: William Donzelli <william(a)ans.net>
<
< Sure, a Dell Pentium machine might be plenty fast by the book, but simpl
< put, it could not even come close to sustaining that speed (140 Mflops f
< the Cray-1). A superfast CPU will always loose to slow I/O.
<
< Its all in the architecture...
yes, steaming along at 140MFLOPS only to slam into the IO bus that if ISA
*may* be able to sustain 16mb/s. PCI may be faster, I'd suspect in the
30+mb/s range (unknown to me). Anyhow being able to gind lots of numbers
is limited by memory bandwidth and maybe disk IO bandwidth and
PCs are not notably fast in that depatment. Cray and those other
machines were possibly a bit slower but they didn't have that I/O
bottlenecks.
Allison
Not to mention power problems! But I have the feeling that's a
bit small! Nothing on the scale of the Pentium II has ever been
achieved with transistors, never mind relays, and I'm sure they
tried. For example, it would be possible to place transistors at
1 per cubic inch, and have the cool adequately, but it's clearly
never been attempted, because if it were, there would be boxes
to plug into a PC XT to get Pentium II speeds.
>Assuming each relay occupied a cubic inch, one million relays would
>occupy a cube 100 inches on each side, or just a bit over 8 feet on
each side.
>Not ridiculously large.
>
>Of course, real relays much smaller than a cubic inch are readily
available,
>and a real computer of that density would have incredible cooling
>problems.
>
>Tim.
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Oh and by the way I have the manual sitting on my desk right now (actually
on top of my scanner). If you're still interested I could scan the 7 pages
of the glossary and BASIC syntax guidelines and place it on my wed site
tonight (I wanted to do that for several machines anyway). There is also 5
pages of error codes right after that (If I have time I'll set it up too)
Francois
-------------------------------------------------------------
Visit the desperately in need of update
Sanctuary at: http://www.pclink.com/fauradon
-----Original Message-----
From: Megan <mbg(a)world.std.com>
To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
Date: Wednesday, October 21, 1998 6:16 AM
Subject: Re: HP85 - need info
>
>Sorry about that... I thought the person had replied to me directly...
>that'l teach me to check the headers...
>
> Megan
>
Hey it's OK maybe others will be interested in the discussion
Francois
-------------------------------------------------------------
Visit the desperately in need of update
Sanctuary at: http://www.pclink.com/fauradon
-----Original Message-----
From: Megan <mbg(a)world.std.com>
To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
Date: Wednesday, October 21, 1998 6:16 AM
Subject: Re: HP85 - need info
>
>Sorry about that... I thought the person had replied to me directly...
>that'l teach me to check the headers...
>
> Megan
>
I picked up a working HP85 this past weekend at the MIT flea...
The person I got it from told me that he had 8 or so of them at
the beginning of the day, and some of them had IEEE options and
manuals, etc...
Anyway, I have no manual for it and I was hoping someone might
have one they could either make a copy of for me, or provide
some information about the machine. Please contact me off-line.
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
Hi Megan,
I've got a hp-85 manual *somewhere* that I'll try to find... in the mean
time, to get you started:
DISP = PRINT (to screen)
CRT IS x
PRINTER IS x
where x = device code: 1 for screen or 2for printer
so, you can prints to screen and screen output to printer....
try LDIR 90 and then a PRINT/DISP for some coolness as well....
I'll look for the manual
- Mike dogas(a)leading.net
-----Original Message-----
From: Megan <mbg(a)world.std.com>
To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
Date: Tuesday, October 20, 1998 11:51 PM
Subject: HP85 - need info
>
>I picked up a working HP85 this past weekend at the MIT flea...
>
>The person I got it from told me that he had 8 or so of them at
>the beginning of the day, and some of them had IEEE options and
>manuals, etc...
>
>Anyway, I have no manual for it and I was hoping someone might
>have one they could either make a copy of for me, or provide
>some information about the machine. Please contact me off-line.
>
> Megan Gentry
> Former RT-11 Developer
>
>+--------------------------------+-------------------------------------+
>| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
>| Unix Support Engineering Group | (home): mbg!world.std.com |
>| Compaq Computer Corporation | addresses need '@' in place of '!' |
>| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
>| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
>| (603) 884 1055 | required." - mbg |
>+--------------------------------+-------------------------------------+
>
I think the the type ahead buffer is just a ring buffer config'd with a few
bios values and easily reprogrammable...
more info available if needed...
- Mike: dogas(a)leading.net
Bill;
I am on the Board of Directors for the Oregon Country Fair and this is a very
busy month. I am on the road a lot and often unable to reply. I just returned
home.
I got your message and will call you tomorrow. The Cromemcos have all been
sold as have the Smoke Signal Broadcasting systems. I still have Tek,
Viewpoint 2 Software & the wavemate Jupiter. Looking through an early Byte I
ran across a Jupiter 7 running a high res monitor. Since this has no model
number and is all wirewrap I suspect this is an early prototype.
Paxton
] The attoparsec/microfortnight is remarkably close to the inch/second.
] Quite useful for quoting tape speeds :-)
A friend of mine once made a PostScript ruler scaled in attoparsecs.
I just found it and slapped it into my web directory. Here's the
URL: http://www.cs.unc.edu/~yakowenk/ruler.ap.ps
Of course, this depends on your printer being accurate, but the
"B" side is marked off in inches, so you could at least compare
with a trusted ruler to see if your printer needs adjustment.
Um, PostScript is classic, isn't it? :-)
Cheers,
Bill.
Intel DOES sell the individual dice as keychains. The most beautiful wafers
are the ones that have gone through the gold layer, but I've never seen those
for sale. I seem to recall someone getting one as a plaque for service above
and beyond the call of duty at one point, but that was the only time. Blanks
and old 4 inch wafers used to be for sale at a gem dealer in Los Altos
on San Antonio Road. They had some 4 inch wafers, some 4 inch crystals
, ends of crystals, and so forth.
--
Jim Strickland
jim(a)DIESPAMMERSCUMcalico.litterbox.com
-----------------------------------------------------------------------
Vote Meadocrat! Bill and Opus in 2000 - Who ELSE is there?
-----------------------------------------------------------------------
> > silliness of the phrase "partial vacuum" repeatedly... I'll completely
> > leave out the concept of "vacuum leak"!)
>
> Oh, I've been known to say 'That valve (tube) is white round the top.
> Somebody has let the vacuum out'
>
> Seems like quite a reasonable way of putting it :-)
>
> Try explaining how important a tight vacuum system on a mass spectrometer
is
> to some PHD chemists. Not to mention how to find the leaks. It is
amazing
> how little they teach in "leading" colleges today. Definately NO common
> sense. So often all the problem consists of is the last thing they
worked
> on but did that enter their mind?
> Dan
>
>
I'm 15 years old, and even I know that a leaky tube [in a radio] reduces
the sound quality, the loudness (depending if it's an amp tube or not),
reduces the life of the tube, possibly can cause a short in the tube, and
can possibly weaken other components. a leaky tube in a TV will
occasionally cause a bad (or no) picture.
I think the only reason that I know this is that I collect antique radios.
maybe I'm just odd...
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
>
>I think the only reason that I know this is that I collect antique radios.
>maybe I'm just odd...
>--
> -Jason
>(roblwill(a)usaor.net)
> ICQ#-1730318
Let me know if you are in need of any particular old tubes. I still have a
lot that are new in the original boxes and some more used ones. I just
could not trash them - nostalgia I guess not to mention that they are
getting much more difficult to find. For the hobbyists I would only ask
that you cover the shipping. Commercial use would be different.
Dan Burrows
dburrows(a)netpath.net
Here's some stuff being offered up for sale. Please CONTACT THE SELLER,
not me. I'm just passing this along...
Reply to: al2(a)acpub.duke.edu
---------- Forwarded message ----------
Date: Mon, 19 Oct 1998 08:55:53 -0400 (EDT)
From: Anthony Lagnese <al2(a)acpub.duke.edu>
> On Sun, 18 Oct 1998, Anthony Lagnese wrote:
>
> > Wow, I was hoping for prices like these for the 64, 1200, and monitor...
> >
> > $15 for the C64.
> > $20 for the Amiga 1200
> > $5 for the printer
> > $1 for the 5.25 drive
> > $10 for the monitor
heh, that sounds like a cool idea. then you could have fix-it contests similar
to what one car company did. they'd mess something up on several cars and then
teams of young mechanics would race to diagnose and fix the problem first.
just dont forget to make the program windont9x compatible. lol.
In a message dated 10/20/98 8:01:31 PM US Eastern Standard Time,
dastar(a)ncal.verio.com writes:
> SO how long is it before some really enthusiastic hacker creates a 3D
> emulator using a graphics engine like that in DOOM, that allows you to pop
> open the cover and go INSIDE the machine, home in on specific ICs,
> resistors, capacitors, etc. and stick a probe or voltmeter up to the
> leads? Basically, it would incorporate a CAD system with a SPICE system.
> You could then get really agressive and add a toolbar that has a probe,
> voltmeter, soldering iron, solder, and a whole warehouse of parts (74xx
> series TTL, resistors, caps, transformers, transistors, etc) so you can
> make hardware mods to the system. Later on, when they invent the Scent
> Printer (a device which emits the smells of the computer you are working
> on) you'll be able to know when you've shorted something because all of a
> sudden a foul, toxic cloud will be emitted.
>
> I don't think this is so much of a fantasy. Its a lot of work, but it
> could be done (ok, save for the Scent Printer part).
>
well, if you could convince one of those "automatic air freshener"
companies that sell the mist things to make a unit that would give off
"computer smells", you may be in business. just add a solenoid to the top
of each aeresol can topus the button for that particular smell, wire them
into a parallel interface, and you'd be in business.
Just trying to convince them would be the fun part.
Anyway, it's still better when you get to work with the actual equipment,
and having the thrill of finding a 'scope in the trash and fixing it, or
finding scrap parts, throwing something together, and possibly building the
next Cray - complete with 46 K RAM, and a 20 MB HD - all for under $30, and
housed in an old washing machine - also pulled from the curb :^)
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
I prefer the original systems... The tactile response from an IBM PC
keyboard, the design elegance of an Atari 800, the iterative building of a
screen dump on a HP-85.... this list goes on and on...
Mike: dogas(a)leading.net
>> Is there some landmark "first commercial use" of the classic T1-3/4
>> individual LED package that's so common today? Were there early
>> LED packages that just completely disappeared?
>I've used LEDs on what seemed to be a TO18 header (like a 2N2222
>transistor) with an epoxy top. I've also seen an LED (the number MiLED
>500 springs to mind) in a clear TO92 package. Neither are common today.
Are LED's in TO18 cans with epoxy tops completely gone? I've certainly
seen them used in the past couple years in optical emitter/sensor
combinations.
Tim.
Gareth Knight says:
>Which do you prefer, the original system or an emulation?
For what purpose? I like to have the older boxes and mess with them
>from time to time. I get most of my real work done on new machines.
Emulators are a lot easier to store!
Dav Vandenbroucke
Economist
U.S. Dept. HUD
david_a._vandenbroucke(a)hud.gov
> Well, to be technical, there is a program for Unix to do this called
>`screen'. It's actually pretty nice in that it gives you 10 virtual
>terminals, allowing you to switch between them (Ctrl-A <number>) and
>cut-n-paste as well (defaults to using vi keybindings---use Unix enough
>and you'll get used to it). You can also detach the session and
>reconnect to it later (and the program will continue to run even if it
>does TTY I/O).
Sorry, this doesn't make it at all... the original poster was talking
about the ability to detach a job from a controlling tty, but having
it continue running. And at a later time, from an entirely different
terminal, allowing the user to reattach that detached job to a new
controlling terminal - in fact, you are given the option of attaching
to the detached job when you log in, so you don't have to log into
a new session, then attach the job.
> That's more a function of the shell than anything else. I think there
>is a Unix shell that will do that (or could be told to do that).
>Granted, if you're in some other program it won't work.
actually, it was implemented at a lower level - the terminal input
interrupt service.
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
> But Allison does NOT make those kinds of errors. That's part of what
> makes it so notable and what makes it so irresistable to chide her when
> she does make a typo.
She ?
?
H.
--
Ich denke, also bin ich, also gut
HRK
>Ah, but for those of us with a documentation deficiency, no experience,
>and a brand-new interest in DEC, this is pure gold. Keep in mind that my
>first "real" computer, when I was a kid, was an Atari 800XL (not counting
>the Vic20 I played around with when I was 6)...
Point taken...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
>> I think this shows that organising a UK-VCF would be a bad idea at the
>> moment. And for me to organise one, losing all the money I'd have to put
>> in would be a very bad idea.
Just ask Salam about his profits (please don't tell anybody, but
a friend of a friend of my uncle told me that Salam will buy out
Bill Gates soon and then declare himself ruler of the world)
>> Oh well. It would have been an interesting idea.
> Yeah, and given the geographic spread of the people that did reply, even a
> pub meet would be out of the question.
Jep, just for 3 hours would be a bit short - I'll think
you have to change your horrible pub opening hours.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
< Is mhz == MegaHertz or is mhz == milliHertz?
< If so, that could be why this machine seems SO slow.
MegaHz 10^6, milliHz 10^-3. aka typo. however part of standard usage
would dictate MHZ and mhz being the same unless the context was extremely
slow events.
Now if it were MHy and mHy the assumption would be 10^-3 as a million
Henry inductor is very unlikely. Things like this tend to be somewhat
self checking.
Actually 386sx/16 is pretty speedy of the memory bus is wide. I have a
DELL 316sx that runs Minux like gangbusters.
Allison
< Coax cables with velocity factors of 0.66 are in wide use. And in
< some very specialized areas - especially the world of delay lines -
Right. I was thinking antennas... don't ask!
< coaxial cables with velocity factors of less than 0.10 are used.
< These cables are extremely expensive and somewhat fragile, as their
< center conductor is a coil around a ferrite core,
< rather than a plain copper wire.
Over the years I've made my own delay lines for various projects. Tedious
but saves a bundle!
Common use was delay for vertical on O'scopes, radar (calibration!)
and dram timing.
Allison
My point was that only recently has it become so that there is nothing
more than an Alpha or an PII. There are many parallel implementations,
but nothing like the difference between an Altair and an S/360. Yes, I
know there are many computers way more powerful than CompUSA desktops,
but the point is that they're just parallel implementations and there
isn't so much of a class distinction.
>Irrelevant to the discussion for two reasons:
>
>1) No one has made mainframes out of discrete transistors since the
>late 60s.
>
>2) Almost all modern mainframes are based on monolithic
microprocessors.
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
> Wait...all matter resists current, and all matter can be forced to
> emit light, so any item is a 'Light-emmitting resistor'.
One of the early April 1 issues of BYTE (1975? More likely 1976)
has the specs for a "noise emitting diode". If I remember the
definition: "When connected across high voltage, makes a large
noise (once)."
When did LED's begin wandering out of the solid state physics labs
and into commercial products? I remember individual LED's in the
very early 70's, and by the mid-70's they were everywhere in the
form of 7-segment displays.
Is there some landmark "first commercial use" of the classic T1-3/4
individual LED package that's so common today? Were there early
LED packages that just completely disappeared?
Tim.
>MegaHz 10^6, milliHz 10^-3. aka typo. however part of standard usage
>would dictate MHZ and mhz being the same unless the context was extremely
>slow events.
Yeahbut the same people who put "mhz" in ads are the same folks who
talk about the "ASC-2" character sets and "DB-9" connectors. Just
because they're common errors doesn't mean that I'm going to repeat them.
(Reminds me of Bill Kavanagh at Caltech, who pointed out the
silliness of the phrase "partial vacuum" repeatedly... I'll completely
leave out the concept of "vacuum leak"!)
Tim.
Well, that's just what I was asking about. What do you mean by
'user friendliness'? A built-in debugger is not high on my list of
user-friendly features. Also, how is the TOPS base 'stronger' than
UNIX? Does it have more calls, or what?
>> [Why is TOPS-20 so much better than Unix?]
>>
>> Umm... It runs on a PDP-10?
>>
>> Seriously, now, I like the idea of being able to DETACH CONTINUE
something,
>> log in from elsewhere, re-attach my job, and continue without
stopping the
>> job (Unless is tries to do TTY I/O, then it has to wait).
>
> Well, to be technical, there is a program for Unix to do this called
>`screen'. It's actually pretty nice in that it gives you 10 virtual
>terminals, allowing you to switch between them (Ctrl-A <number>) and
>cut-n-paste as well (defaults to using vi keybindings---use Unix enough
and
>you'll get used to it). You can also detach the session and reconnect
to it
>later (and the program will continue to run even if it does TTY I/O).
>
>> And, Unix doesn't
>> have ^T. This gets Status. If you think your program has hung or
something,
>> pressing ^T does a line like this:
>> 07:49:28 MM IO wait at .TEXT1+17 Used 0:00:21.8 in 2:34:21, Load
0.80
>> (I just pressed ^T into MM and retyped what it printed)
>> This means that MM is waiting on I/O at .TEXT1+17 (which is a label
defined
>> in the program. If you wrote the program, this is significant.)
>> You also get the used CPU and connect times, and the system load.
>> Unix doesn't do this, and I wish it did...
>
> That's more a function of the shell than anything else. I think
there is
>a Unix shell that will do that (or could be told to do that). Granted,
if
>you're in some other program it won't work.
>
>> Also, if you suddenly decide you want to go poke at your program's
interior,
>> you and ^C^C it and say DDT, and (provided you know how to operate
DDT) it
>> will snag the program you just stopped and let you play with it. Or,
if you
>> do this accidentally, you can say CONTINUE and it will go along like
>> nothing happened.
>
> Now that is a nice feature, and it might be possible to munge that
into
>Unix as well. But that's the main problem with Unix---all these
features
>are munged onto a pretty weak base and people have gone so long without
>these features that Unix weenies tend to dismiss them as breaking the
>`simplicity' of Unix (brain death is more like it 8-)
>
> I think what most people lament is that 20 years later, Unix still
doesn't
>have the user friendliness of TOPS-20 nor are we likely to see anything
like
>it any time soon.
>
> -spc (Yea yea yea it could be done, but doing it right (or even
reliably)
> under Unix is a real pain ... )
>
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>> So did you take the non-UK replies out ? Even if the english
>> like to ignore it, Europe is just a short hop away :)
> You were the only non-UK reply and you were one of the five.
Oops. Not much of an audience ...
Sad - so, lets fix the pub hours.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
I don't know what they had at the Cape, but a reliable source once told
me that the onboard computer had only 48K of RAM since it was considered
too expensive to go to 64K.
Eileen
>
>Back to classic computers, it has been said, perhaps apocryphylly(sp?),
>that "My laptop has more computer power than NASA used to put men on
the
>moon." While it may be true, I've never actually seen a description of
the
>computer resources available to NASA between 1962 and 1969. Does anyone
on
>the list have that information?
>
>--Chuck
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>Signal propagation in cables is less than speed of light (c) and can be
>as low as 75% in some coax style cables.
Coax cables with velocity factors of 0.66 are in wide use. And in
some very specialized areas - especially the world of delay lines -
coaxial cables with velocity factors of less than 0.10 are used.
These cables are extremely expensive and somewhat fragile, as their
center conductor is a coil around a ferrite core,
rather than a plain copper wire.
Tim.
< I expect this was almost essential; all of the wiring between circuit
< cards was on the inside of the circle, and the customer engineers had to
< able to get to that wiring.
True.
< I suspect that the reason Seymour Cray built the machine in the shape h
< did was that the circuit cards, plus the machined columns that supporte
< and cooled them, were wider than the card connectors. By arranging the
< card columns in a semi-circle with the connectors on the inside, he coul
< minimize wiring length.
It was a design requirement that no signal path would exceed 1 meter.
It also allowed signals like clock to be distributed in a way that
assured all parts were geting the same drumbeat at the same time. If it
were a linear layout it would easily be several meters long and the
signals from either end would have cables long enough to insure the
data was way late.
Signal propagation in cables is less than speed of light (c) and can be
as low as 75% in some coax style cables. So if you have a 3 meter cable
and you putting pulses out at the rate of one every 3nS you can literally
have three pulses traveling down the wire like golf balls in a tube! If
that pulse is your sychronizing clock you can see that when it gets to
the end of that 3meter wire it's late (by two pulses) compared to the
logic at the beginning of the wire. This is a handicap for ultrafast
systems but it can be useful for storing data too (delay line memories
and timing elements)! So this is why big and fast do not go well
together.
It also was an advantageous layout for cooling and power distribution.
It made for an unusual looking machine with a lot going on down under
the subfloor! Customer engineers were not that fond of it as it tended
to be cold in the middle!
This phenomenon is seen and known at the chip level and influences
how the logic is organized on the die for super fast logic.
Allison
< For all you DEC people, this sounds like an interesting book. The
< description is "Microcomputers and Memories" (1981, DEC, 662 Pages,
< Softbound).
<
< http://cgi.ebay.com/aw-cgi/eBayISAPI.dll?ViewItem&item=35707674
It's a must have for anyone hacking Qbus PDP-11s, peripherals commonly
used with PDP-11s and even user designed hardware! I have the 1982
version and it's well used!
Allison
I should include the more regional measure:
NewYork Second:
That is the infinitesmal time between the light turning green and the cab
horn going off behind you.
Allison
>Motorola claims to have started shipping ECL integrated circuits in 1962.
>Why were people still building computers using discrete transistors for
>years after that? Many of the high-end computers used discrete
>implementations of non-saturating logic that was very similar to ECL.
Most of the early IC production went into defense electronics, especially
missile guidance computers. Even after IC's were commercially available,
they were quite expensive, even in production quantities.
IBM continued to ship new SLT-based designs when their competitors were
moving to IC's, and they were the target of some marketing hype as a
result. However, IBM had tuned the circuit design, packaging and
manufacturing processes for SLT so well that they could get more
performance per dollar out of SLT than anyone could get out of IC's.
(Source: Pugh, Johnson and Palmer, "IBM's 360 and Early 370 Systems", MIT
Press.)
----
John Dykstra jdykstra(a)nortel.com
Principal Software Architect voice: +1 651 415-1604
Nortel (Northern Telecom) fax: +1 612 932-8549
< >As this forum is based upon Classic Computers I have a
< >theoretical question for you all.
< >Which do you prefer, the original system or an emulation?
Emulators have their place where hardware is scarce or extinct.
What you can't do with an emulator is make the disk drive buzz out a
tune or hack the DMA logic as a simple blitter. Hardware has aspects,
some very tactile, that emulators can't. Also if the emulator doesn't
know the proposed hardware it can't. I'd love to see an emulator that
could imitate a s100 z80 system!
I do use an emulator, MYZ80. However I find that I end up copying the
work to my s100 crate, ampro, visual or kaypro in the end.
Allison
> As this forum is based upon Classic Computers I have a
> theoretical question for you all.
> Which do you prefer, the original system or an emulation?
An emulation can never produce the genuine beep of an
Apple ][ at power on, never, no, not now and not when
using 128Bit 32 chanal thousend times oversampling :)
Just the beep - and now go for all the other fun things.
Gruss
H.
P.S.: Did I mention the ratatatak when retracting the
Disk ][ heads ?
--
Ich denke, also bin ich, also gut
HRK
>>>> Oh well. It would have been an interesting idea.
> well I'd be interested, but the big problem's transport at the moment.
> Give me a couple of months and then ask again :)
Transport ?
Rent a car, open the door, put in the computers,
as a friend to push you in and close the door and
drive - or do you want to display a 1:1 Univac
rebuild ?
>>>> Yeah, and given the geographic spread of the people that did reply, even
>>>> a pub meet would be out of the question.
>>> Jep, just for 3 hours would be a bit short - I'll think
>>> you have to change your horrible pub opening hours.
> well rumour has it that they might be changing. At the moment all you
> need to do is find a good pub with a decent landlord who isn't bothered
> about closing at the official times. It's not difficult!
So, are we about do get a micro-VCF (only SBCs
are alowed) in GB within the next few month ?
I'm in for shure.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
> My pet peve is the IBM PC when launched was clocked at a rather poor
> 4.77mhz when most of the s100, multibus and generally everyone else
> that went with 16bits were looking for 8mhz or faster if possible.
> It saved a few dollars but not enough. At least DEC had a z80 in
> there to also do IO (instead of the IOC).
Jep, Even the Z80 was at 6MHz at this time - But to be
honest we have to agree that the basic design of the PC
was just intended ans a more flexible terminal, and this
basic design was enhanced for the PC...
>< P.S.: The hate-segmentation-rantig against the x86 also drives
>< me mad - the segmentation sceme used is a very good compromise
>< between usability and performance. Loosing up to 15 Bytes
>< per segment isn't realy a drawback compared to granularities
>< of 4 or 8K today ...
> To me segmentation was just another bag on the side to get 16bits to
> address more.
Jep right, and a very andsome way to deliver relocable adressing
and simple memory management.
> The other half is that MMU granularity makes sense for its time but with
> modern OSs eating megabytes for the kernel Even segments don't allow
> enough.
:))))
Unix and MS ...
H.
--
Ich denke, also bin ich, also gut
HRK
>As this forum is based upon Classic Computers I have a
>theoretical question for you all.
>Which do you prefer, the original system or an emulation?
For me, the real machine is more important. An emulation is a poor
replacement (especially if it has to run under Microsoft-anything).
But with some hardware being in very short quantity, an emulator
can fulfill a need.
I'm in the process of working on a pdp-10 emulator, but that is
not to say that I would turn down real hardware... my only problem
right now is lack of space. I definitely could not handle a KA,
KI or KL... but a KS? Good possibiliy... the disks are another
problem, however.
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
BSD derived boxes have the ^T status available... see below from my
Freebsd 2.2.7 box (AMD 586/133)
Script started on Tue Oct 20 08:42:46 1998
#134 i4got:/home/pechter>^T load: 0.22 cmd: ksh 15420 [ttyin] 0.03u 0.06s 0% 472k
Script done on Tue Oct 20 08:42:54 1998
Bill
(wishing for both Tops-20 and Vax/Vms on my pc)
+---------------------------------------------------------------------------+
| Bill and/or Carolyn Pechter | pechter(a)shell.monmouth.com |
| Bill Gates is a Persian cat and a monocle away from being a villain in |
| a James Bond movie -- Dennis Miller |
+---------------------------------------------------------------------------+
>>> BTW, would you say 'kilobyte' is a misnomer? THe number it
>>>signifies isn't 10^3, it's 2^10. For a feeble attempt to get back on
>>>topic: was kilobyte always accepted as 1024 bytes?
>> What drives me crazy are the marketroids who round-up twice
>> in order to inflate the capacity of hard drives.
> What annoys me is the 1.44Mbyte floppy disk. The only way to get that
> capacitiy is to define 1Mbyte = 1000*1024 Bytes. Ugh!
> The famous 65K memory chips/boards of years gone by grated on me as well
> (they were, of course 64K boards with 65536 locations).
Just remember the Ataris: 64XL, 130XL, ST260, ST520, ST1040 :))
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
>> terminals...sometimes I wish capitalism was never invented...
> Well, since only essentially capitalist countries have ever invented
> useful products of any kind and computers are useful...
Hmm so where you put in war time Germany ? It was organized
more like the later SU but the same time a whole lot of
inventions and 'fist' things hapened ?
> Of course, the US is more socialist every week since 1933.
Geeee - come on - its maybe becoming more and more fuzzy,
but socialism is way, way the other direction.
Gruss
H.
(And to come on topic again: did you know that they had
some real neat computers in the east before they switched
to strict cloning in the 80's ?)
--
Ich denke, also bin ich, also gut
HRK
>> In rummage through the dark recesses of my garage (too densly packed to let
>> in light) I again ran across an IBM AT motherboard that used the piggyback
>> memory chips. Were there any other computers that used these things?
> The Apple /// 128K memory board used 32 pieces of standard 16K DRAM, and
> 16 pieces of 32K (stacked 16K) DRAMs.
> Several TI calculators including the TI-58 and TI-59 use stacked DIPs for
> RAM.
> The HP-41CX calculator uses stacked DIPs for ROM and RAM.
The first Atari ST520+ and 260+ used stacked chips. Atari
decided short before delivering the first units that they
had to double the RAM size (Never woundered why the 260+
had 512K and the 520+ had 1Meg ? 260 -> 260 decimal kBytes
and 520 -> 520 decimal kBytes, both numers are rounded in
favour for the marketing .) Ther have also been real
260s and 520s with 256K and 512K.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
> < It's certainly *possible* to add intelligent I/O channels to an x86 mach
> The hottest machine I've played with was a hacked xerox XP12 laser printer
> controller. It was a 8mhz 8086 and a 8089(IOP). It could beat any 8086
> system cold (using s100 and multibus systems as standard). Later I would
> see a 8086 multibus system with two 8089s running CPM-86 and it was far
> faster than the then new AT.
Thats it - I still go mad when people are ranting about the x86
architecture (kind of popular) but they never tried to understand
the features, or they never seen the whole family. In fact, Intel
designed the 86 as part of an chipset in a very mainframe like
way - A general purpose CPU: 8086, a specialized floating point
add on: 8087 and a versitale IOC: 8089. A structure as found on
most mainframe at this time (Remember, also IBM offered their
customers to get specialized add ons to improve floating point
performance on the /370). Since IBM used only the CPU and FPU,
the actual PC design is exact like a Mainframe without an IOC:
Just painfull slow.
Gruss
H.
P.S.: The hate-segmentation-rantig against the x86 also drives
me mad - the segmentation sceme used is a very good compromise
between usability and performance. Loosing up to 15 Bytes
per segment isn't realy a drawback compared to granularities
of 4 or 8K today ...
--
Ich denke, also bin ich, also gut
HRK
>>> Oh well. It would have been an interesting idea.
well I'd be interested, but the big problem's transport at the moment.
Give me a couple of months and then ask again :)
>> > Yeah, and given the geographic spread of the people that did reply, even
>>a
>> > pub meet would be out of the question.
>>
>> Jep, just for 3 hours would be a bit short - I'll think
>> you have to change your horrible pub opening hours.
well rumour has it that they might be changing. At the moment all you
need to do is find a good pub with a decent landlord who isn't bothered
about closing at the official times. It's not difficult!
cheers
Jules
< performance on the /370). Since IBM used only the CPU and FPU,
< the actual PC design is exact like a Mainframe without an IOC:
< Just painfull slow.
My pet peve is the IBM PC when launched was clocked at a rather poor
4.77mhz when most of the s100, multibus and generally everyone else
that went with 16bits were looking for 8mhz or faster if possible.
It saved a few dollars but not enough. At least DEC had a z80 in
there to also do IO (instead of the IOC).
< P.S.: The hate-segmentation-rantig against the x86 also drives
< me mad - the segmentation sceme used is a very good compromise
< between usability and performance. Loosing up to 15 Bytes
< per segment isn't realy a drawback compared to granularities
< of 4 or 8K today ...
To me segmentation was just another bag on the side to get 16bits to
address more.
The other half is that MMU granularity makes sense for its time but with
modern OSs eating megabytes for the kernel Even segments don't allow
enough.
Allison
>> This item description on eBay says it all:
>> 36111353 Collectible IBM PS/1 Type 2011
>> BWAHAHAHAHA!
>> Kai
> Sorry to differ, but from a collectors point of view the 2011 is
> unique. I don't know how rare it is but it is certainly rarer than the 5150.
Yep, collectors are more different then dogs and cats....
> The item offered is of course useless because the power supply is in the
> monitor unit. IBM calls it a 286 work station and it functions fine in that
> capacity with a good display.
And IBM sold tonns of them - at least over here.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
well, i have no schematics, but i do have a spare power supply board if anyone
needs it.
In a message dated 10/17/98 9:45:31 PM US Eastern Standard Time,
nerdware(a)laidbak.com writes:
> My 128k Mac went south on me. When I first got it a year ago, it turned on
> and
> the screen came up and asked for a floppy. Not having a system disk that
old,
> I
> just put it in storage until I came across one.
>
> Needless to say, next time I turned it on the floppy made funny noises and
> kept spitting the disk out and no video.
>
> Does anyone have a schematic for the little beast so I can get it cooking
> again? If I have to, I can use my Mac Plus for my history presentations,
but
> I
> would rather use the original, if possible.
>> (Mr. Lamb also had two 64s there, sharing a miserably overworked 1541. :-)
> The influence of schools on computers is interesting. Atari managed to crack
> the German educational system and as a result the best programs for the Atari
> ST have come from Germany.
I would like to agree, but the situation was quite a bit different.
First of all until the end of the 80s there was almost no official
state programm to put computers in every school - some schools did
it on their own, with city or parrent founding. Around 88/89 all
states had programms, but they soly founded IBM alikes.
In the early 80s, computers at school have been Comodore. almost
nothing else. PETs, CBM 3000's and 4000's. Later on also C64.
Some schools (especialy in Bavaria) switched later on for AMIGAs.
Atari never had a big hit (beside from single schools) with their
STs in education. BUT the ST hits the private and small bussines
market in Germany like a Blitz. Low price, good performance and
especialy the superior b&w crt made it possible. Later on the SLM
widened the gap once more. Until Atari failed to offer real upgrade
machines (the Megas where just new cases) Atari has been the single
biggest PC manufacturer in the home/small buz market. And with
programms like Calamus they hit the DTP market from below (the
beautiful b&w crt was just like an invitation)- Apple could have
had learend a lesson, but they prefered to shrink their share.
> Programs such as Steinbergs Cubase and
> E-logic's Notator started out on Ataris partly because of it's music
> capabilities but mainly because of it beimg the machine so many Germans began
> with. They were both ported to Wintel and Mac. Another example is Calamus the
> desktop publishing program.
Jep, but the Musik thing was just insired by the build in MIDI
ports. Almost instantly after apearing, independant musicians
started to develop Software for the ST - lots of them never had
any programming experiance at all - just fascinated by the idea
to have a free programmable MIDI controler for less than 2000 Mark.
Still today, Atari is a must for music making.
Ataris 'power without the price' philosopy meets the market
completely right. They just failed to dig further for gold.
The AMIGA, later on, never catched the ST in the 'professional'
market, only in the home/games area - Here Commodore had the
advantage of the C64 and the fact that most students had an
Commodore (PET, CBM or C64) as first computer in school.
> To this day Germany is still the center for most
> Atari ST activity and where the new clones are coming out of.
Jau - and I'm eagerly waiting for my Milan-060 :)
But don't forget about France where Atari is also still
strong - And Holland of course.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
Wait...all matter resists current, and all matter can be forced to
emit light, so any item is a 'Light-emmitting resistor'.
>
>> I used to know the speed of light in Furlongs per Fortnight.
>
>The attoparsec/microfortnight is remarkably close to the inch/second.
>Quite useful for quoting tape speeds :-)
>
>>
>> If you wish to piss off the counter help at your local parts
>> shop... ask for a 'Light-Emitting Resistor'. Hardware stores and
>> markets have them too.
>
>You mean a light-emitting non-linear load?
>
>-tony
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
No, I didn't find one for 10 bucks, but I was wondering if anyone knows
about how many were made?
R.
--
Warbaby
The WebSite. The Domain. The Empire.
http://www.warbaby.com
The MonkeyPool
WebSite Content Development
http://www.monkeypool.com
Once you get the nose on, the rest is just makeup.
< What amazes me is that no one has ever marketed a mainframe-like
< machine out of modern processors. Someone mentioned they had made
What like the VAX 4000 or 6000 series, HP3000, PDP-11/23 or later. The
list could be very long.
< one out of a 286 and some z80s, but why did no single company ever
< sell any? I would think such machines could be very useful. OTOH, it
< makes more money to sell 1000 machines than 3 machines and 1000 dumb
Lessee, I have a Compupro 8/16 (8085/8088) s100 crate that also has a
MPX1 an 8085 board used to do IO independent of the main cpu. A later
version of the machine was made with 186, 286 and even 386 cpus. Some
of the VME and multibus crates were cpu intensive as well. NCR in '91
had a killer four 486 cpu box. The DEC VAX6250 and 6400 were two and
four cpus systems. The point being companies DID. They made money.
They were too specialized(some cases) and difficult(some cases) to
program compared to simpler single cpus.
PCs have at least several CPUs, the 486 I'm running has an 8042 (keyboard
interface), one in the tape backup, one in the SCSI CDrom, several
8051s(each scsi drive) and even one in the keyboard. no doubt I may have
missed one or two.
< terminals...sometimes I wish capitalism was never invented...
Oh dear, here we go again. You are unaware on Connection machines,
DEC LAVCs, Transputers and lots of other multiple processor
configurations. The reason this is not usually done is it's expensive
when it can be reduced to one primary cpu.
Allison
Hello everyone!
I got my new website going, and I'd like a bit of input. I'm starting a
little "computer museum", and need some info. Just click go to
<http://members.tripod.com/general_1/>, and go to the "Command Central"
link. I'm currently working on the Compaq Portable and WANG WLTC page. If
anyone has any pics and descriptions of old 'pooters (or putters, depending
on how old), just email them to me, and I'll try to get them on the page.
ThAnX,
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
PS>> Don't forget to sign my guestbook :^)
< Chuck McManis <cmcmanis(a)freegate.com> wrote:
< > Back to classic computers, it has been said, perhaps apocryphylly(sp?)
< > that "My laptop has more computer power than NASA used to put men on t
< > moon." While it may be true, I've never actually seen a description of
< > computer resources available to NASA between 1962 and 1969. Does anyon
< > the list have that information?
"My laptop has more computer power than NASA used to put men on the moon."
I find that a loaded quote because it's unbounded. Does this refer to
ground support, design and simulation systems or what? Granted the
computers that flew were not Crays, they didn't have to be. They were
sized for the mission as it was conceived and then had every ounce of
weight pared out.
They however are unique as they ( I believe from from Gemini on) were
IC based, had to work at extremes of temperature, be compact, not use
too much power or generate a lot of heat that was difficult to remove.
those are imposing requirements for the time (pre 1968 technology!!).
In the case of Gemini, Apollo and the Shuttle they also were flown as
stable designs when better technology was available. That's a result
of the need to freeze the design and program it before it could be
flown. Considering the capsule(Apollo) was complete in 1967 (I may be off
a year) for Apollo, that means a lot of fancy design work and programming.
If we look we may see the predecessor to the CADC in the space program.
Now considering the laptop has had some 15 plus years of development
history beyond the space program it should be better!
Allison
< And none of those tricks scale up very well for implementing high-perfor
< versions of standard microprocessor architectures. The point was that
The point is why copy the x86! there are better ways.
I don't think I want to try and do the cache and pipeline registers as
they eat transistors like mad being mostly memory structures. Copying
a PII is also copying how much ram?
It would not be a practical venture.
Allison
>Does any one have docs on the pc-1500? Any info would be appreciated. A web
>search didn't bring anything more than the specs, I would like to find
>programming info if that is possible.
>Thanks
>Francois
Hi Francois,
I just ordered one of these machines ( inbound mail ) send me some mail to
dogas(a)leading.net I should have it by week end...
- Mike
I just went through a pile of stuff in the storage room I use for an office,
and found the following (which the boss is letting me keep):
- complete set of manuals for Lisa OS and 7/7 apps!!!
- complete set of original 7/7 disks
- Smalltalk pre-beta release version 0.3 for the Mac (is this a port of the
Smalltalk that ran on the Xerox PARC? I'm pretty ignorant about that.)
- Manuals for Lisa Pascal Workshop
- MacWorks manuals
- assorted diskettes of old Mac/Lisa stuff
Today was a happy day.
-- MB
Hi,
This week end I found a TI 99/4a Beige brand new in the box never used
accompanied with the epansion box (my arms still hurt from carrying this
stuff) and a box of software for it (Microsoft multiplan among other word
processors and databases) Apparently it came from a dealer since it also had
a bunch of deal training material, price lists and flyers with Bill Cosby.
Also got a couple of color pong machines: a Radio shack and a Ricochet.
A National Semiconductor ADVERSARY (pong style?)
And a Sharp PC-1500A with the printer and cassette interface, it was used as
an embedded system for a Pulmonary Analysis Computer (pretty good example of
interfacing a pocket computer to the external world) the extra hardware has
a D/A and A/D converter pretty cool.
Does any one have docs on the pc-1500? Any info would be appreciated. A web
search didn't bring anything more than the specs, I would like to find
programming info if that is possible.
Thanks
Francois
-------------------------------------------------------------
Visit the desperately in need of update
Sanctuary at: http://www.pclink.com/fauradon
According to the November '95 Popular Science, p88:
The Apollo 11 guidance computer had 2K of RAM and 36K of ROM, and
barreled along at 1 MHz. The circuits consisted of 24 modules
contained in two trays, weighed 70 pounds, and required 70 W of power.
To issue commands, the astronauts used a unique interface that
consisted of a number pad and an LED readout. Commands were issued
in "noun-verb" format; the astronauts would key in numbers that were
codes for commands like "display velocity" or "change program".
Nasa computers on the ground were somewhat more powerful, but not
much, according to Merritt Jones, a space physicist for the Gemini
and Apollo programs who now works for IBM. " The machine used in the
mission control center, which was the most powerful commercial machine
at the time, could execute 1 million instructions per second," he
recalls. "It cost $4 million
and took up most of the room. It had one megabyte of memory."
next comes a description of modern computers and how laptops can do
'90 Million Instructions per second and is small enough...'
>things into and out of memory rather than bothering the CPU with all
that.
>To facilitate this the mainframes typically have fairly complex
snooping
>caches for effective management of paging activity.
>
>The Crays and ConnectionMachines have, in the past, had the advantage
of
>being vector processors where typical mainframes were often SIMD
machines
>at best and simple pipelines at worst. Microprocessors caught up with
the
>SIMD wave with multi-ALU pipelining, and with the Katmai and AMD-K7
they
>will get many of the vector features that made so-called "super
computers"
>so fast.
>
>If you build a "PC" (Pentium II class) with 256MB of SDRAM and dual PCI
>based fast/wide SCSI controllers running to a striped RAID array of
"good"
>SCSI disks you can "beat" a lot of mainframes. Of course you best them
with
>a $10,000 PC.
>
>Back to classic computers, it has been said, perhaps apocryphylly(sp?),
>that "My laptop has more computer power than NASA used to put men on
the
>moon." While it may be true, I've never actually seen a description of
the
>computer resources available to NASA between 1962 and 1969. Does anyone
on
>the list have that information?
>
>--Chuck
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
MHz is MegaHertz. mHz is milliHertz. I think mhz is a typo.
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
----------
> From: Fred Cisin (XenoSoft) <cisin(a)xenosoft.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Units of measure (Was: discrete transistors
> Date: Monday, October 19, 1998 7:36 PM
>
> > Eventually, the early 386s were only 16mhz!
>
> Is mhz == MegaHertz or is mhz == milliHertz?
> If so, that could be why this machine seems SO slow.
>
>
> --
> Fred Cisin cisin(a)xenosoft.com
> XenoSoft http://www.xenosoft.com
> 2210 Sixth St. (510) 644-9366
> Berkeley, CA 94710-2219
>
> Uh, screen does in fact allow you to do this.
Sorry, from your description it didn't sound like it would do
it at all... I'll have to take a look at it...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
On Oct 19, 12:27, Kevan Heydon wrote:
> On Tue, 6 Oct 1998, I wrote:
> >
> > It would be interesting just to see how many collectors in the UK (and
> > mainland Europe) would be interested in going to a UK VCF.
> Well the replies never really got started. I only got five replies, all
> said they were interested. I can only conclude that there are not that
> many UK collectors on this list.
And we can probably guess who they were, too. Ah, well, it makes it easier
to budget for a barbecue, I guess...
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
haha, that is a laugh! 2011 is a 1992 era 80286-10 IBM PS/1. has a good
cuteness factor, but rather closed in design though.
In a message dated 10/19/98 2:40:02 PM US Eastern Standard Time,
kaikal(a)MICROSOFT.com writes:
> This item description on eBay says it all:
>
> 36111353 Collectible IBM PS/1 Type 2011
>
> BWAHAHAHAHA!
< What about 386s? Did Intel outrun the mainframes with the 386, or were
Eventually, the early 386s were only 16mhz!
< there discrete transistor machines with better performance than that?
< BTW, what did the Cray I use?
A lot 300+ boards of ECL logic. ECL was the fasest of the fast for that
time and it's density was relatively low. It was so densely packed that
the cooling was embedded refrigeration!
Allison
< can not compete with a high-end monolithic microprocessor. The laws of
< physics conspire against it.
They do. There are ways around that. Tricks like massively parallel or
very wide words to name a few.
< Motorola claims to have started shipping ECL integrated circuits in 1962
In 1967 I got my first MECL 1000 parts to play with as they had dropped
to hobby prices, still have a few. They were difficult to work with and
fast by any standrd then. FYI: I was applying them as linear devices. I
do know for sure that in '64 those parts existed but they were somthing
like $20-30 each. Then again I remember seeing the infamous 709 opamp
the early 60s at $120 each! I may add that a friend gave me the
"engineering junkbox" from his company in 1968 and the parts in there
besides transistors included RTL (914, 923, MC7xx) and a few opamps
of the 709/741 series. I learned a lot working with those parts. I was
only lucky kid!
< Why were people still building computers using discrete transistors for
< years after that? Many of the high-end computers used discrete
< implementations of non-saturating logic that was very similar to ECL.
The bias points for ECL were hard to control and level shifts were a
source of errors. Also they were more expensive than RTL and the DTL
(pre ttl) parts. Also ECL requires transmission line style layout
and that would not be widely adopted until three or more layer PCBs
would be in use. There were also those that objected to the power
required by ECL and it's resulting heat (back to the bias shift problem).
The problem is once ICs made an appearance in the mid 60s they were being
used but only where cost justified them (they werent cheap! nor were they
fast!). Another item forgotten is the design cycles were measured
in years then, so by time the massive transistor machines started running
the SSI ICs were starting down the price curve. In practical terms the
first massive transistor machine was the TX2 an experimental one of a
kind. It would only about 10 years later when the first IC machines
started appearing in the late '60. By then the 1nS/ft propagation limit
was becomming obvious to designers (ask Cray!).
Allison
< A 486 is certainly faster in terms of CPU horsepower. But a 486
< has no I/O horsepower whatsoever. Nor does any sort of Pentium.
Problem with most all of the high power processors. The VAX series were
only ok in that respect and were better if there were external IOPs.
< It's certainly *possible* to add intelligent I/O channels to an x86 mach
The hottest machine I've played with was a hacked xerox XP12 laser printer
controller. It was a 8mhz 8086 and a 8089(IOP). It could beat any 8086
system cold (using s100 and multibus systems as standard). Later I would
see a 8086 multibus system with two 8089s running CPM-86 and it was far
faster than the then new AT.
The speed of the IO systems and it's peripherals is everything. I know
this from building a multiprocessing/multitasking system in the early
1980s using four z80s in a loosely coupled SMP. The array of z80s, 8085s
and 8749s around them to do IO was where the real performance could be
found.
Allison
< But you can't build a *system* with that overall density.
Long standing problem but, the military did have machine approacing that
density. Consider that once you got over a certain size it was less
imporant to be small.
< used in the 7000-series computers to SLT (hybrid integrated circuits on
< ceramic substrates, first used in System/360 in 1964).
Yep.
I disagree that a 286 had more raw cpu performance than some of the big
transistor machines. I still remember the BOCES/LIRICS KA10 running some
300 users. I've never seen a 286 run more than 4. Same applies to IBM
2060s.
Allison
What I meant was, if discrete transistors could be used, a small cube
of which would equal a Pentium II in transistor number, it would be
possible to make a Pentium II box to plug into an XT in 1982. Of
course, I hadn't considered at the time I said it that it would be
very slow, and speed is the main difference between an earlier
machine and a Pentium.
>There were boards to put 386s in XT machines. I have one, an Intel
>inboard386pc. It replaces the 8088 (the 8088 has to be removed). There
>were others made.
>
>Allison
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
On Thu, 01 Oct 1998 Max Eskin wrote:
>Is there a device that would allow _any_ disk, independently of
>format, including Apple ][ disks, to be read? I know Teledisk can do
>this for all conventional formats, but not Apple disks. It would be
>nice to connect one of these and read the disk image into a file.
>The main reason why I ask is for rescuing messed up floppies...
There is a product called Catweasel which is available for the Amiga and PC
(ISA card). This is a floppy disk controller which is capable of reading and/or
writing many disk formats.
According to a magazine article that I have in front of me, the ISA version
currently supports (amongst others) Amiga DD & HD, Apple II, Mac 400K & 800K,
Commodore 1541 & 1571. I don't know whether reading Mac 400K & 800K disks
requires a non-standard type of 3.5" drive or not.
PC software support is apparently not too good at the moment, meaning that you
will have to write your own code for more exotic disk formats. The supplied
MS-DOS programs require a 486 for no good reason. A Linux driver is supplied,
but this is object code only, not source. (IMO trying to keep the software that
accesses the card private like this is a really silly thing to do.)
Anyway, the URL given was http://www.jshoenfeld.com/eindex.html
On Thu, 1 Oct 1998 Kai Kaltenbach wrote:
>Atari ST uses DOS format in the first place. Amiga can be read on the PC by
>Amiga emulators. C64, I have no idea, but I know at least you could use a
>C128 to copy files to CP/M format.
Amiga disks cannot be read by normal PC disk controllers.
You can make a cable to hook up a 1541 disk drive to a PC or Amiga and read
files or disk images using this.
-- Mark
Hello everybody...
I hope you are all having a lovely weekend. I have decided to compile a
comprehensive registry of all the existing Nutting Associates Computer
Space machines that are still alive in North America -- and I need your
help. I feel that it is important to the legacy of this revolutionary
arcade game, and the history of videogames, to establish the wherabouts and
condition of the remaining systems.
If either you, or someone you know and love, is in possession of a Computer
Space (working or not) please contact me with the following information:
..............................
model: (one or two player)
color: (red, green, blue, gold, or custom)
controls: (buttons, joystick, pistol-grip, etc.)
serial#: (stamped on back-plate)
owner: (name)
location: (city and state)
condition: (working or not)
comments: -
contact info: (optional)
If you have an image of your game, please send it as an attachment
..............................
This list will be published as a reference for all Computer Space
collectors and updated annually.
Please feel free to forward this message to ANYONE and EVERYONE you feel
may have insight as to the location of a Computer Space machine. Any
assistance in locating these machines will be greatly appreciated you will
no doubt be relentlessly thanked by me for your help.
Best regards,
van burnham
........................................................................
@
/
/ Shift Lever
(D)/
\===================================== @ ================ Floor Plan ===
>
BNL |- - -Phase Shifter- - - -|--/ Get Wired!
- ------------]=[]@----------------------@ 415.276.4979
Trans- ] ]](A) Toll Free 1.888.208.6655 (B) ? (C) Rear Connection
mission ]]]]]]]]]]]]Driveshaft]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]
] ]]
71 ------------] web superstation of the stars...
van burnham http://www.futuraworld.com
production manager
wired 520 third street fourth floor san francisco ca 94107 united states
........................................................................
for immediate emergency wireless access send email to van-page(a)wired.com
van(a)wired.com van(a)futuraworld.com pingpong(a)spy.net vanburnham(a)aol.com
I've never seen any other pc that used these 128k (64k dip dram
piggy-backed) chips. Regarding the numbers of the chips, they were
standard 64k dip drams, the IBM part number is long lost on me.
Marty
______________________________ Reply Separator
_________________________________
Subject: IBM AT Piggyback Memory
Author: classiccmp(a)u.washington.edu at internet
Date: 10/19/98 4:22 PM
In rummage through the dark recesses of my garage (too densly packed to let
in light) I again ran across an IBM AT motherboard that used the piggyback
memory chips. Were there any other computers that used these things? Also,
does anyone know the numbers of the two chips that were soldered together?
------ Message Header Follows ------
Received: from lists3.u.washington.edu by smtp.itgonline.com
(PostalUnion/SMTP(tm) v2.1.9i(b5) for Windows NT(tm))
id AA-1998Oct19.162239.1767.70774; Mon, 19 Oct 1998 16:22:39 -0400
Received: from host (lists.u.washington.edu [140.142.56.13])
by lists3.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with SMTP
id NAA09647; Mon, 19 Oct 1998 13:20:38 -0700
Received: from mxu2.u.washington.edu (mxu2.u.washington.edu [140.142.32.9])
by lists.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP
id NAA50650 for <classiccmp(a)lists.u.washington.edu>; Mon, 19 Oct 1998
13:20:26 -0700
Received: from coyote.rain.org (root(a)coyote.rain.org [198.68.144.2])
by mxu2.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id NAA31
532
for <classiccmp(a)u.washington.edu>; Mon, 19 Oct 1998 13:20:24 -0700
Received: from rain.org (s14.max2.sb.rain.org [198.68.144.197])
by coyote.rain.org (8.9.1/8.9.1) with ESMTP id NAA11746
for <classiccmp(a)u.washington.edu>; Mon, 19 Oct 1998 13:20:22 -0700 (PDT)
Message-Id: <362B9EBA.D74807C3(a)rain.org>
Date: Mon, 19 Oct 1998 13:19:06 -0700
Reply-To: classiccmp(a)u.washington.edu
Sender: CLASSICCMP-owner(a)u.washington.edu
Precedence: bulk
From: Marvin <marvin(a)rain.org>
To: "Discussion re-collecting of classic computers"
<classiccmp(a)u.washington.edu>
Subject: IBM AT Piggyback Memory
References: <199810202000.QAA01233(a)armigeron.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=x-user-defined
Content-Transfer-Encoding: 7bit
X-Listprocessor-Version: 8.1 beta -- ListProcessor(tm) by CREN
In fact, it seems there are mainframes faster than even a 486-33.
So, I guess Intel outran the mainframe systems only recently.
>
>If one looks at the Linpack benchmark, the CDC 6600 was almost twice as
>fast as a Sun 386i/250 (info lifted from
><http://lithos.gat.com/docview/linpack.bb>).
>
>> BTW, what did the Cray I use?
>
>The Cray-1s used simple ECL chips - I think there were only four types
in
>the whole machine.
>
>William Donzelli
>william(a)ans.net
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>
>< But you can't build a *system* with that overall density.
>
>Long standing problem but, the military did have machine approacing
that
>density. Consider that once you got over a certain size it was less
>imporant to be small.
>
What about 386s? Did Intel outrun the mainframes with the 386, or were
there discrete transistor machines with better performance than that?
BTW, what did the Cray I use?
>Yep.
>
>I disagree that a 286 had more raw cpu performance than some of the big
>transistor machines. I still remember the BOCES/LIRICS KA10 running
some
>300 users. I've never seen a 286 run more than 4. Same applies to IBM
>2060s.
>
>Allison
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>>[Has anyone USED TOPS-20?]
>
>I'm using it, right now. To send this message.
I've used TOPS-20 in the past, and recently got a guest account
on a -20 based system. I have to admit I prefer TOPS-10 over
TOPS-20 any day, but reasons why could inflame a 'religious'
war...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
That wasn't the first p of s IBM delivered.
Marty
______________________________ Reply Separator
_________________________________
Subject: Belly laugh on eBay
Author: classiccmp(a)u.washington.edu at internet
Date: 10/19/98 3:40 PM
This item description on eBay says it all:
36111353 Collectible IBM PS/1 Type 2011
BWAHAHAHAHA!
Kai
------ Message Header Follows ------
Received: from lists4.u.washington.edu by smtp.itgonline.com
(PostalUnion/SMTP(tm) v2.1.9i(b5) for Windows NT(tm))
id AA-1998Oct19.154052.1767.70755; Mon, 19 Oct 1998 15:40:52 -0400
Received: from host (lists.u.washington.edu [140.142.56.13])
by lists4.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with SMTP
id MAA25925; Mon, 19 Oct 1998 12:38:34 -0700
Received: from mxu4.u.washington.edu (mxu4.u.washington.edu [140.142.33.8])
by lists.u.washington.edu (8.8.4+UW97.07/8.8.4+UW98.06) with ESMTP
id MAA19986 for <classiccmp(a)lists.u.washington.edu>; Mon, 19 Oct 1998
12:38:26 -0700
Received: from mail5.microsoft.com (mail5.microsoft.com [131.107.3.121])
by mxu4.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id MAA17
074
for <classiccmp(a)u.washington.edu>; Mon, 19 Oct 1998 12:38:26 -0700
Received: by INET-IMC-05 with Internet Mail Service (5.5.2232.9)
id <VBTZ1YQJ>; Mon, 19 Oct 1998 12:38:22 -0700
Message-Id: <FFD1BA74C6A7D111A09500805F9F88F50720B045@RED-MSG-43>
Date: Mon, 19 Oct 1998 12:38:21 -0700
Reply-To: classiccmp(a)u.washington.edu
Sender: CLASSICCMP-owner(a)u.washington.edu
Precedence: bulk
From: Kai Kaltenbach <kaikal(a)MICROSOFT.com>
To: "Discussion re-collecting of classic computers"
<classiccmp(a)u.washington.edu>
Subject: Belly laugh on eBay
MIME-Version: 1.0
Content-Type: text/plain;
charset="ISO-8859-1"
X-Listprocessor-Version: 8.1 beta -- ListProcessor(tm) by CREN
< Every so often, people here mention how they wish they had TOPS-20
< on their modern computers, how much superior it was to UNIX, etc.
< COuld someone please explain the specific features (apparent to a
< user) that are missing in UNIX? If I understand correctly, TOPS takes
It's been 27 years since I ran TOPS10 but the differences can be summed
up as a better human interface at the command line level. I've always
considered the unix command line userhostile.
Allison
< What do you mean it was done with 386s?
There were boards to put 386s in XT machines. I have one, an Intel
inboard386pc. It replaces the 8088 (the 8088 has to be removed). There
were others made.
Allison
October 17, 1998
I REMEMBER IANA
Vint Cerf
A long time ago, in a network, far far away, a great adventure took place
Out of the chaos of new ideas for communication, the experiments, the
tentative designs, and crucible of testing, there emerged a cornucopia of
networks. Beginning with the ARPANET, an endless stream of networks
evolved, and ultimately were interlinked to become the Internet. Someone
had to keep track of all the protocols, the identifiers, networks and
addresses and ultimately the names of all the things in the networked
universe. And someone had to keep track of all the information that erupted
with volcanic force from the intensity of the debates and discussions and
endless invention that has continued unabated for 30 years. That someone
was Jonathan B. Postel, our Internet Assigned Numbers Authority, friend,
engineer, confidant, leader, icon, and now, first of the giants to depart
>from our midst.
Jon, our beloved IANA, is gone. Even as I write these words I cannot quite
grasp this stark fact. We had almost lost him once before in 1991. Surely
we knew he was at risk as are we all. But he had been our rock, the
foundation on which our every web search and email was built, always there
to mediate the random dispute, to remind us when our documentation did not
do justice to its subject, to make difficult decisions with apparent ease,
and to consult when careful consideration was needed. We will survive our
loss and we will remember. He has left a monumental legacy for all
Internauts to contemplate. Steadfast service for decades, moving when
others seemed paralyzed, always finding the right course in a complex
minefield of technical and sometimes political obstacles.
Jon and I went to the same high school, Van Nuys High, in the San Fernando
Valley north of Los Angeles. But we were in different classes and I really
didn?t know him then. Our real meeting came at UCLA when we became a part
of a group of graduate students working for Prof. Leonard Kleinrock on the
ARPANET project. Steve Crocker was another of the Van Nuys crowd who was
part of the team and led the development of the first host-host protocols
for the ARPANET. When Steve invented the idea of the Request for Comments
series, Jon became the instant editor. When we needed to keep track of all
the hosts and protocol identifiers, Jon volunteered to be the Numbers Czar
and later the IANA once the Internet was in place.
Jon was a founding member of the Internet Architecture Board and served
continuously from its founding to the present. He was the FIRST individual
member of the Internet Society I know, because he and Steve Wolff raced to
see who could fill out the application forms and make payment first and Jon
won. He served as a trustee of the Internet Society. He was the custodian
of the .US domain, a founder of the Los Nettos Internet service, and, by
the way, managed the networking research division of USC Information
Sciences Institute.
Jon loved the outdoors. I know he used to enjoy backpacking in the high
Sierras around Yosemite. Bearded and sandaled, Jon was our resident
hippie-patriarch at UCLA. He was a private person but fully capable of
engaging photon torpedoes and going to battle stations in a good
engineering argument. And he could be stubborn beyond all expectation. He
could have outwaited the Sphinx in a staring contest, I think.
Jon inspired loyalty and steadfast devotion among his friends and his
colleagues. For me, he personified the words ?selfless service.? For nearly
30 years, Jon has served us all, taken little in return, indeed sometimes
receiving abuse when he should have received our deepest appreciation. It
was particularly gratifying at the last Internet Society meeting in Geneva
to see Jon receive the Silver Medal of the International Telecommunications
Union. It is an award generally reserved for Heads of State but I can think
of no one more deserving of global recognition for his contributions.
While it seems almost impossible to avoid feeling an enormous sense of
loss, as if a yawning gap in our networked universe had opened up and
swallowed our friend, I must tell you that I am comforted as I contemplate
what Jon has wrought. He leaves a legacy of edited documents that tell our
collective Internet story, including not only the technical but also the
poetic and whimsical as well. He completed the incorporation of a successor
to his service as IANA and leaves a lasting legacy of service to the
community in that role. His memory is rich and vibrant and will not fade
>from our collective consciousness. ?What would Jon have done?? we will
think, as we wrestle in the days ahead with the problems Jon kept so well
tamed for so many years.
There will almost surely be many memorials to Jon?s monumental service to
the Internet Community. As current chairman of the Internet Society, I
pledge to establish an award in Jon?s name to recognize long-standing
service to the community, the Jonathan B. Postel Service Award, which is
awarded to Jon posthumously as its first recipient.
If Jon were here, I am sure he would urge us not to mourn his passing but
to celebrate his life and his contributions. He would remind us that there
is still much work to be done and that we now have the responsibility and
the opportunity to do our part. I doubt that anyone could possibly
duplicate his record, but it stands as a measure of one man?s astonishing
contribution to a community he knew and loved.
--
Warbaby
The WebSite. The Domain. The Empire.
http://www.warbaby.com
The MonkeyPool
WebSite Content Development
http://www.monkeypool.com
Once you get the nose on, the rest is just makeup.
Re: Tim Shoppa's last message.
When I had this machine running, it would attempt to boot from the
Floppy (when asked to do so from ODT). The problem at the time
(which still exists) was I had no bootable media in said floppy
drive, thereby eliciting continued head loads, at about the tempo of
a dirge. Clic, read, 'nothing here...' clic, read, 'nothing
here...' clic, read....
Had I known Then what I know Now (grateful thanks to Tim and
Megan and Allison) I could have made a bootable disk on one of the
other machines, and gotten it going.
Aaron's problem is classic Catch 22... and I have just now freed
up some weekend time to perhaps assist him in that regard.
Note to Aaron: the Docs you gave me are In Process, and will be
returned to you when complete.
Cheers
John
< So don't underestimate the power of a micoprocessor. We
< just bring them unde a yoke, no 'real' processor ever
< har to carry.
Oh, I don't. I've said Z80s are not as shabby as some of the latterday
retrorevisionists would think. I've never seen a i286
running anything (OS) that really used all the raw power in any
useful way other than in embedded tasks. That view come from mostly
ISA bus PC implementations while interesting are really not best
possible performance.
At the other end of the line there were some monster transistor based
systems that offered stellar performance at a price. Some of the SSI
(small scale integration) IC machines of the late 60s bumped up those
numbers or shrank/lowered their cost.
Allison
>> Maybe you mean MHz? :-). Sorry, ads where sellers claim
>> spectacular milliHertz performance are one of my pet peeves. (Along
>> with specs calling for compatibility with the ASC-2 character set
>> and construction plans calling for DB-9 connectors!) Though it would
>> be an interesting exercise to construct a Pentium II-type computer
>> based on relays just so that it does top out around 300 milliHertz!
>
>No thanks... I don't have a dozen spare telephone exchanges for parts
;-)
If one were to estimate the number of transistors in a penitum II
at 100 million (?), then if an exchange has ~three relays per number,
you would get 300,000 relays in an exchange, which means 334
exchanges with a few spare parts left over!
>> example, everybody around the world uses the term "metric ton" when
>> the perfectly acceptable (and SI-preferred) term "megagram" is
>> exactly equivalent (and to my ears sounds better!) And why say
The reason is that using scientific notation/unit prefixes requires
more calculation if one is not well practiced. While 90 decibels
versus 900 decibels shows the relationship clearly (for those that
know what a log is), 90 decibels vs. 90 bels is not quite as simple for
some.
>90 decibels (what's wrong with 9 bels?)
>1000 millibars (= 1 bar. I was told by an idiot teacher at school that
>the 'bar' as a unit of pressure did not exist. A lot of books claim it
>does, though).
Has anyone read the book "Innumeracy"? It mostly deals with debunking
the concept of probability, but it is interesting in other respects,
too. BTW, would you say 'kilobyte' is a misnomer? THe number it
signifies isn't 10^3, it's 2^10. For a feeble attempt to get back on
topic: was kilobyte always accepted as 1024 bytes?
>-tony
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
It's a large MFM device, makes interesting noises, known good, but
one of the little animals (students) thought it would be k00l-rad to nuke
the CMOS. Anyone got numbers for this thing?
-------
> [TOPS on a PDP-10 is a *MINUS*?]
> What? You're kidding, right? What is wrong with PDP-10s?
Correction: PDP is a minus not TOPS :)
Maybe I'm just not _the_ big fan of the PDPs.
Maybe I'm just to /370ish :)
Gruss
H.
P.S.: Unix also runs on PDPs - for better or worse
--
Ich denke, also bin ich, also gut
HRK
How many of us (I don't) pronounce "giga" with a soft initial 'g'
as is correct..? [Back to the Future used to drive me crazy until I
found that the writers were right...]
I have a 2.5 Farad @ 450VDC capacitor bank... takes an hour to
charge, but delivers many Joules into a low-impedance load.
Sometimes quite spectacularly! If the load is a solenoid, many Tesla
are produced as well.
I used to know the speed of light in Furlongs per Fortnight.
If you wish to piss off the counter help at your local parts
shop... ask for a 'Light-Emitting Resistor'. Hardware stores and
markets have them too.
I maintain several movie theaters in connection with my Work..
when asked (by newbies usually) how much power the sound system is
in the largest one... and I am in one of those Moods... I will
sometimes answer "About 11 RMS Horsepower..."
And speaking as an audio geek... if a Pentium-class processor
were made out of relay logic... imagine the *sound* it would make!
I have many recordings of old telephone switchrooms.. especialy
interesting are the large urban Crossbar offices... nothing yet I
have heard makes that kind of sound.
Finally, I have heard that a 'Millihelen' is the amount of
beauty required to launch just *one* ship.
Cheers
John
On Oct 17, 18:22, Tony Duell wrote:
> Subject: Re: RX50's on a PC?
> >
> > Has anyone tried wiring an 8" RX52 floppy straight to a modern PC
> > controller? I did the best I know how, and I *appear* to have a
>
> What on earth is an 8" RX52? There are 8" RX01s and RX02s and 5.25" RX50s
> that I know about. Never heard of an 8" RX5x drive.
I wondered if the reference was to something like the General Robotics
double-sided RX02-compatible, but ISTR that's called an RX03. The drive is
a standard SA800-compatible, and the controller emulates an RXV12, except
that it has a firmware formatting routine.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
> ----------
> From: William Donzelli[SMTP:william@ans.net]
> Reply To: classiccmp(a)u.washington.edu
> Sent: Monday, October 19, 1998 11:05 AM
> To: Discussion re-collecting of classic computers
> Subject: Re: discrete transistors
>
> > What about 386s? Did Intel outrun the mainframes with the 386, or were
> > there discrete transistor machines with better performance than that?
>
> If one looks at the Linpack benchmark, the CDC 6600 was almost twice as
> fast as a Sun 386i/250 (info lifted from
> <http://lithos.gat.com/docview/linpack.bb>).
>
> > BTW, what did the Cray I use?
>
> The Cray-1s used simple ECL chips - I think there were only four types in
> the whole machine.
>
> William Donzelli
> william(a)ans.net
>
> ----------
> From: Ward Donald Griffiths III[SMTP:gram@cnct.com]
> Reply To: classiccmp(a)u.washington.edu
> Sent: Monday, October 19, 1998 11:34 AM
> To: Discussion re-collecting of classic computers
> Subject: Re: TOPS-20
>
> Sean 'Captain Napalm' Conner wrote:
>
> > I think what most people lament is that 20 years later, Unix still
> doesn't
> > have the user friendliness of TOPS-20 nor are we likely to see anything
> like
> > it any time soon.
> >
> > -spc (Yea yea yea it could be done, but doing it right (or even
> reliably)
> > under Unix is a real pain ... )
>
> Well, nobody's stopping anybody from doing a TOPS-20 lookalike for
> current hardware. Linus Torvalds did his. (And as the old quote
> goes, Unix is just as user-friendly as any other operating system,
> it just isn't so promiscuous about who it's friendly with). You
> could do a TOPS-20 "shell" over Linux or you can do your own kernel.
> You decide. Never used TOPS-20 myself, though I'd like to try it
> sometime, Eric Raymond speaks highly of it even though nowadays he
> mostly hacks Linux and has even convinced my wife into installing
> Red Hat onto an otherwise unused Pentium-90 box so she'll learn
> skills not included in her nursing education.
> --
> Ward Griffiths <mailto:gram@cnct.com> <http://www.cnct.com/home/gram/>
>
> When I was crossing the border into Canada, they asked me if I had any
> firearms with me. I said "Well, what do you need?" -- Steven Wright
>
> [Why is TOPS-20 so much better than Unix?]
> Umm... It runs on a PDP-10?
Thats a Minus.....
> Seriously, now, I like the idea of being able to
> [DETACH CONTINUE]
> [^T]
> [^C^C]
> [CONTINUE]
> Various other nice things too...
Tja that's the problem with Unix - minimal service
and no inteligence providet :) To support a solution
like above, The OS must be aware of the user at all
time and special keycodes have to be reserved for
the OS. Personaly I also prefere more inteligent
OSes - BS2000 for example offers the same functionality.
Press the K2 key and the programm is interupted and
the OS prompt comes up - get information, even start
orther tasks - use any OS command needed (maybe without
loading a new programm into your task, since this will
destroy the old :). And because the debugger is just a
set of OS commands, you're free to poke around ...
Sigh. Brave old world :)
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
All,
I spotted the following at the Village Thrift Store in Laurel,
Maryland (on the north side of 198 about a mile west of the
Baltimore-Washington parkway). I was travelling and couldn't pick them up,
but one of you may want to take advantage of them.
TI-99/4a. In box. The box was bent and crushed a bit but all there. The
unit looked to be in good shape. There was packing materials, manuals,
power supply, rf modulator, speech synth module. It was the silver version.
I didn't test it, but nobody would take that much care with packing
everything back up if it weren't working. I think the tag said $12.90. I
sort of wish I'd grabbed this.
Mac Plus: with KB, no mouse. Security attach point on back. System unit
powered up nominally, but I just tested the main unit, not the KB (no boot
floppy, no HD).
PS/2 looking thing but narrower and with a montor attached. Didn't look at
this much.
Assorted 386 etc. boxes.
Hope that helps someone! - Mark
Someone out there had the technical reference for the original IBM PC
model 5150. I need the pinout for the cassette port if possible.
TIA
Russ Blakeman
Harned, KY
Hey,
I have a Hyundai Super 16 computer (no keyboard or monitor) that I need to
get rid of. It has an 8088 Processor, an MFM? 5.25 floppy, a full height hard
disc, a disc controller card (8-bit), an EGA? video adapter and a dirty case.
I hate to waste something that someone else might be able to use so, if you
want it email me at:
arfonrg(a)allSPAMERSmustDIEhorribly.richmond.infi.net (remove the
"allSPAMMERS..." stuff).
Thanks,
Arfon
>< used in the 7000-series computers to SLT (hybrid integrated circuits on
>< ceramic substrates, first used in System/360 in 1964).
> Yep.
> I disagree that a 286 had more raw cpu performance than some of the big
> transistor machines. I still remember the BOCES/LIRICS KA10 running some
> 300 users. I've never seen a 286 run more than 4. Same applies to IBM
> 2060s.
It's a thruput problem - if the main CPU has to handle every
byte in and out, you're just doomed. Just about calculating
(Additions per second etc.) a 286 can catch up. It's more
about the I/O concepts and devices. Add a versitale IOC and
blockmode operations and you could run dozends of users on
a 286. Even when using a clumbsy unix like byte orientated
OS. And wehn using applications, specialy designed to be
aware and operate in blockmode even a hunded might be possible.
Ten years ago I designed a small 286 system to act as a
terminal/dial up server running a stand alone aplication
and accesing a database/transactionsystem running under
SIEMENS BS2000 (an /390 compatible system) - in a testrun
we had up to 64 users with an accestime below 1s per full
screen, with up to 12 concourent requests, even including
the mainframe transaction (needed in about 70% of all
requests). And still only a CPU usage of less than 20%
on a 6 MHz 80286!
To be honest, this system had a little helper - all serial
I/O has been handled by an I/O subsystem with one Z80 for
each two ports - only if a reciving transmission was completed
the 286 had to act - and for sending only the data had to
be transmited to the Z80 memory window via DMA.
The host connection was based on a 230 kbit serial line
also operating in a kind of blockmode, using a HDLC like
multiplex protocoll.
The neat thing was that the OS was just linear and message
driven - no real time and no preemptive multitasking.
Everything was just so fast that a cooperative sheme did
work out quite well.
So don't underestimate the power of a micoprocessor. We
just bring them unde a yoke, no 'real' processor ever
har to carry.
Gruss
H.
--
Ich denke, also bin ich, also gut
HRK
< Hmm... If I'd seen that out of context, I'd have assumed it was 1000
< millifarads, not microfarads. Over here, we'd write that as "1000=B5F"
That was the point. the user of uf instead of MFD was late '60s when I
started noticing it. It's still sometimes used.
< 1000mF =3D 1Farad :-) But I know what you mean. I used to have some ol
< 50mfd 450V caps --and they were big, in those days.
I still do.
Actually part of the scaling things of capacitor values is related to the
way they are used and the math for RF circuits. Also caps are generally
two significant digits just like resistors and that is related to the
common 20% tolerance applied to them (10% for resistors).
I was more used to using number like 10^6 (megahertz) and 10^-12 pF from
my RF days.
< Err, I think there's an extra "0" in there somewhere, Allison :-)
Damm, he lied. Actualy just a dumb typo. ;)
Allison
On Oct 18, 21:17, Allison J Parent wrote:
> Subject: Re: Need Info on DEC 11/84 Board, M8190
> < But this doesn't explain why some units are not common even in
scientifi
> < fields. Like the millifarad, for example.
>
> This is because that is an odd size 1000mF (10^-6) is rather uncommon
Hmm... If I'd seen that out of context, I'd have assumed it was 1000
millifarads, not microfarads. Over here, we'd write that as "1000?F" (if
using ISO 8859-1 or Unicode character set) or possibly "1000uF" ("u" being
the ASCII character that looks most like "mu") or possibly even "1000mfd"
(often found on old circuits).
> when standard values and notation came about. Back then a 50mF cap was
> a large value! It was the advent of transistor circuits and their lower
> voltage power supplies that 1000mF were common. Then again we see caps
> now in the full Farad sizes.
1000mF = 1Farad :-) But I know what you mean. I used to have some old
50mfd 450V caps --and they were big, in those days.
> Then again from a womans point of view, it may be that 1400mm sounds
> bigger than 5 and a half inches. ;)
Err, I think there's an extra "0" in there somewhere, Allison :-)
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
< bit small! Nothing on the scale of the Pentium II has ever been
< achieved with transistors, never mind relays, and I'm sure they
< tried. For example, it would be possible to place transistors at
< 1 per cubic inch, and have the cool adequately, but it's clearly
Your unaware of many systems of the 60s that were large on performance
and transistors. Your one transistor per cubic inch is far to low.
I've worked with cordwood modules that were more in the 6 per cubic
inch. Even flat boards were fairly dense.
What is missed if the PII uses transistors where other logic systems
would employ resistors, capacitors and pulse transformers. Also CMOS
requires two transistors to do what can often be done with one using
alternate forms of logic.
What would be hard to attain is the extreme speeds and that is limited
by incterconnections. Putting a few or alot of transistors on one die
is not a speed matter in itself. The shrinking of the interconnectivity
IE: shorter wires is! When machines got to the Cray speeds the length of
wires was an issue as electrons propagate at 1ns a foot. To put that in
perspective a PII running at 333mhz is clocking at 3ns! Distributing
high speed signals around computers is an art, still.
< never been attempted, because if it were, there would be boxes
< to plug into a PC XT to get Pentium II speeds.
The XT bus and IO are slow, even using a PII would be slowed. BEsides it
was done using 386s...
Allison
Van,
You may get a good response if you also post
your request to the newsgroup <rec.games.video.arcade.collecting>.
Bob Wood
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>< I believe that "mmg" is still used as a prefix in medical fields,
>< but here it means (as far as I can figure out) "millimicrogram".
>< Can someone correct me on this (I'm sure I'm wrong!)
>
>A friend is a toxicologist and with it isn't PPM it's picograms/liter.
>
In the environmental testing field PPM, PPB and PPQ for part per quadrillion
are standard. Also nanogram, picogram and even femtogram are standard terms
for Mass spec. injection amounts.
Current Mass spec. detection limits are in the VERY low femtogram
quantities.
Dan Burrows
dburrows(a)netpath.net
At 02:57 PM 10/18/98 -0700, you wrote:
>
>Yah! The Vintage Computer Festival was immortalized on television.
>
>It aired on CNET Central on the USA network this morning at 6:00am. You
>might be able to catch re-runs of it this week on local stations. Its the
>last segment of the show.
>
<snippage>
...also, (tho I have not seen the segment yet) CNET placed links to the VCF
website and my Computer Garage web site on the CNET Central site. (don't
know if the sites were specifically mentioned in the segment)
But, a LOT of people have been watching, at least if I can guage anything
by the number of emails I have received since yesterday mentioning the CNET
segment.
I suspect that I'm going to be referring a number of these people to the
list, since nearly every one of them has been asking about new homes for
old gear! (after I cull out the neat ones of course... B^} )
Overall... COOL!
-jim
---
jimw(a)agora.rdrop.com
The Computer Garage - http://www.rdrop.com/~jimw
Computer Garage Fax - (503) 646-0174
On a system/34, stick something through the slot, and pull the cover
off. The silver thing inside the slot is one end of a catch, which
attaches to the frame. Pushing on the silver thing swings the catch
away.
>
>I made my first major equipment move today. It was a System/34 system
>unit (5340), a System/36 system unit (5360), two band printers (3262),
and
>two tape drives (8809). About 5,000 lb. as near as I can figure.
Nothing
>fell over or hurt anybody- very encouraging for the next move (although
>now I'm out of room!)
>
>My biggest, burning question is this: How do you get those darn covers
on
>the side of the S/36 open? All it has is a little 1/4" long slot.
>Probing around inside was completely fruitless. I can see a black
plastic
>piece inside through the slot, but pushing, pulling, lifting, or
pushing
>down on it doesn't do anything.
>
>Any help would be much appreciated.
>
>Richard Schauer
>rws(a)ais.net
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
< But this doesn't explain why some units are not common even in scientifi
< fields. Like the millifarad, for example.
This is because that is an odd size 1000mF (10^-6) is rather uncommon
when standard values and notation came about. Back then a 50mF cap was
a large value! It was the advent of transistor circuits and their lower
voltage power supplies that 1000mF were common. Then again we see caps
now in the full Farad sizes.
Then again from a womans point of view, it may be that 1400mm sounds
bigger than 5 and a half inches. ;)
Allison
< Assuming each relay occupied a cubic inch, one million relays would
< occupy a cube 100 inches on each side, or just a bit over 8 feet on each
< Not ridiculously large.
The problem is not the size of the relay but the wires to interconnect
them. For each relay one can assume there would be a minimum 10% volume
overhead for interconnecting wires.
< Of course, real relays much smaller than a cubic inch are readily availa
< and a real computer of that density would have incredible cooling
< problems.
There are small units in the size of T05 (.325" dia, .265 tall) and
the crystal can sizes (1.25x1.00x.375). So small relays are common and
their power needs are very small. Also they cycle faster. These relays
also have the advantage of being sealed preventing contamination. The
later detail is real for larger systems.
I have used the crystal can relays for control systems (25 relays!) and
they are reliable fast and modest power. the units I used were Allied
Signal manufacture and at 26.5v only required 50mA (max) and had 5A DPDT
contacts. Each relay would use 1.325W... full scale machine using say
10,000 would use a fair amount of power. There are lower power relays
available as well. Using two cross coupled makes a fine flip-flop.
Allison
< Here in the US, it's rare to see nanoFarads used as a unit - it's
< far more common to see a 2.2nF capacitor referred to as a 0.0022uF
< or as a 2200pF unit. This is an extension of the days when
< "microFarad" was "mF", and the next subdivision was "micro-micro-Farad"
< or "mmF".
I have a lot of cap on drawing I've specified as nF and I switched to
pF (picofarards 10^-12) back in the late 60s.
< I believe that "mmg" is still used as a prefix in medical fields,
< but here it means (as far as I can figure out) "millimicrogram".
< Can someone correct me on this (I'm sure I'm wrong!)
A friend is a toxicologist and with it isn't PPM it's picograms/liter.
Allison
>> If one were to estimate the number of transistors in a penitum II
>> at 100 million (?), then if an exchange has ~three relays per number,
>More like a little more than a 1 million. With a 100 million transistor
>CPU I could rule the world!!!
Assuming each relay occupied a cubic inch, one million relays would
occupy a cube 100 inches on each side, or just a bit over 8 feet on each side.
Not ridiculously large.
Of course, real relays much smaller than a cubic inch are readily available,
and a real computer of that density would have incredible cooling
problems.
Tim.
>And the millifarad. If you want to get an odd look, go into an
>electronics shop and ask for a 2.2 millifarad capacitor. Nothing wrong
>with the unit AFAIK but nobody seems to use it other than me :-)
Here in the US, it's rare to see nanoFarads used as a unit - it's
far more common to see a 2.2nF capacitor referred to as a 0.0022uF
or as a 2200pF unit. This is an extension of the days when
"microFarad" was "mF", and the next subdivision was "micro-micro-Farad",
or "mmF".
I believe that "mmg" is still used as a prefix in medical fields,
but here it means (as far as I can figure out) "millimicrogram".
Can someone correct me on this (I'm sure I'm wrong!)
Tim.
I know being an old Apple zealot I'm supposed to bemoan Win95, but it
hasn't been a problem for us. Now 300 machines on our network with the
old Cat3 cable and dozens of old switches in the wire closets- that's a
problem, but nothing I can blame 95 for.
>
>On Sun, 18 Oct 1998 05:40:38 PDT "Eileen Backofen"
><backofene(a)hotmail.com> writes:
>
><Interesting perspective of computers in the classroom SNIPPED>
>
>>
>>The introduction of Windows 95 also did a lot to change encourage
>>education to change platforms.
>
><SMIRK>
>
>Yeah, I imagine it encouraged them to change back to the
>'Pencil and Paper' computing platform.
>
></SMIRK>
>
>
>
>___________________________________________________________________
>You don't need to buy Internet access to use free Internet e-mail.
>Get completely free e-mail from Juno at http://www.juno.com
>or call Juno at (800) 654-JUNO [654-5866]
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
On Sun, 18 Oct 1998 05:40:38 PDT "Eileen Backofen"
<backofene(a)hotmail.com> writes:
<Interesting perspective of computers in the classroom SNIPPED>
>
>The introduction of Windows 95 also did a lot to change encourage
>education to change platforms.
<SMIRK>
Yeah, I imagine it encouraged them to change back to the
'Pencil and Paper' computing platform.
</SMIRK>
___________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
or call Juno at (800) 654-JUNO [654-5866]
Yah! The Vintage Computer Festival was immortalized on television.
It aired on CNET Central on the USA network this morning at 6:00am. You
might be able to catch re-runs of it this week on local stations. Its the
last segment of the show.
Here's a list of the people who were included in the 5-minute segment:
Roger Sinasohn (talking about the Toshiba T1100)
Jacob Rittoro
Chuck McManis (talking about his PDP-8)
Marvin Johnston
Kai Kaltenbach (answering "Altair 8800" to the question "which is your
favorite?)
Paul Zachary
Larry Anderson (showing off his PET 2001)
Frank Gottschalk
Jim Willing (talking about all sorts of stuff)
And me (I'm Da Star! :)
It was a very well-done segment, and I'm very pleased with it.
Its sort of funny seeing yourself on TV, especially at 6am. Next year, I
want prime time baby!
If you get ZDTV (ZiffDavis) on cable then watch for a segment on one of
their shows as well in the next couple weeks I would imagine. If I get
word from them I'll pass it along too.
Sellam Alternate e-mail: dastar(a)siconic.com
-------------------------------------------------------------------------------
Ever onward.
Coming in 1999: Vintage Computer Festival 3.0
See http://www.vintage.org/vcf for details!
[Last web site update: 09/21/98]
> What were the
> particulars of Apple educational licensing?
Um, what was there to license? You bought an Apple ][, you got Integer
Basic. You bought an Apple ][+, you got Applesoft. You buy a Disk ][,
you DOS 3.2 (and, later when it came out, DOS 3.3 free of charge.)
Are you possibly asking about non-operating system hardware?
Tim.
>The description was cut/paste directly from the "Field Guide".
>Maybe you could go through the latest version and point out
>other errors?
I have to sheepishly admit that I think the TC13/QT13 error
in the Field Guide was probably a typo I made myself 5-6
years ago!
Tim.
>I have one -AB that has a socket for the FPJ11 and one -AB that doesn't
>have a socket installed. Are these the same board?
I would gusess so (assuming that it really is a -AB revision and
some handles haven't been swapped around.)
> Is installing a
>socket on the board without one difficult (being it's multilayered)?
Not so bad if installed pin-at-a-time.
>I have a couple of 1MB M7458-AH (MSV11-RA) PMI boards. Although the
>Micronotes refer only to MSV11-J boards, I assume that what it has to
>say applies to the MSV11-R also?
Amazing! Someone actually read the micronotes! About 3/4 of the
Q-bus questions asked here are answered in great technical detail
by the micronotes, yet it seems like most folks still ask without
bothering to consult them...
Yes, the MSV11-R's are just as PMI as the -J's.
>I also have a 4MB non-PMI board. What sort of performance loss do I
>get by using the non-PMI memory?
It depends on the I/O vs CPU memory load. It's a visible performance
gain, but not incredible - I'd say 10-30% for most things.
> My goal is to run 2.11BSD, so more
>memory may be better than faster memory.
1 Mbyte is sufficient for 2.11BSD, and 2 Mbytes is more than
enough.
Tim.
>This is Q-Bus magtape controller:
>TC13: Emulex Pertec-interface tape drive controller. Switchable TU81
>TMSCP (MU:) or TS-11 (MS:) emulation.
Nope, a TC13 is MS:-only. I think you're confusing it with the QT13,
which is switchable between TMSCP and TS11.
Tim.
On Oct 18, 12:14, David C. Jenner wrote:
> Subject: Re: Need Info on DEC 11/84 Board, M8190
> CLASSICCMP(a)trailing-edge.com wrote:
> >
>
> > A M8190-AB is a 15 MHz (11/73) CPU with "warm floating point", but
> > *will* accept the FPJ11 as an option.
>
> I have one -AB that has a socket for the FPJ11 and one -AB that doesn't
> have a socket installed. Are these the same board? Is installing a
> socket on the board without one difficult (being it's multilayered)?
Normally I'd say that meant the one without the socket wasn't likely to
work with the FPJ11 even if you fitted it (they omitted the socket for a
reason) but if they have same etch revision, maybe that's not the case.
> I have a couple of 1MB M7458-AH (MSV11-RA) PMI boards. Although the
> Micronotes refer only to MSV11-J boards, I assume that what it has to
> say applies to the MSV11-R also?
Yes, put them above the processor and they use PMI; put them below and they
run as ordinary QBus memory.
> I also have a 4MB non-PMI board. What sort of performance loss do I
> get by using the non-PMI memory? My goal is to run 2.11BSD, so more
> memory may be better than faster memory. (Of course, I can always try
> to find more, faster memory!)
There's quite a difference on memory-intensive tasks -- several tens of %.
But the good news is that 2.11 wil run fine in 2MB. Whether more is
better than faster will depend on how much memory you need, and whether you
often use enough to make it do a lot of swapping to disk.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
At 15:04 18-10-98 -0400, you wrote:
<snip>
>TC1310201-FSH is on the big sticker.
I recognize it. That's a TC13 (or TC131?) tape controller. It provides
control for Pertec-interface drives. As I recall (someone check me on
this!) it emulates TS11, but can also handle 6250BPI density drives.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
(Hamateur: WD6EOS) (E-mail: kyrrin(a)jps.net) (Web:
http://table.jps.net/~kyrrin)
SysOp: The Dragon's Cave (Fido 1:343/272, 253-639-9905)
"Our science can only describe an object, event, or living thing in our own
human terms. It cannot, in any way, define any of them..."
On Oct 17, 23:50, William Donzelli wrote:
> Subject: Unibus Emulex board - ID, please...
> I am sorting out my DEC cards, figuring out which ones will be included
on
> my upcoming "junk sale" list. I came across a Unibus card made by Emulex,
> and I can not figure out its model number!
>
> It has two 50 pin connectors on the end, along with one red LED and a 4
> place DIP switch. Near the middle of the board are two 10 place DIP
> switches. Notable chips include a 2901, six 24 pin ROMs, a 40 pin DIP
with
> a sticker over it, and lots of glue.
It could be any of several things, for example it could be a serial line
multiplexer, or a Pertec tape drive controler. What's written on the
sticker on the 40-pin chip? The first two letters and two digits of the
number that's usually on those chips would tell us what it is. Are there
any stickers left on the ROMs? Anything silkscreened on the board, or
written in the etch?
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
>I'm in Ottawa, and on my obligatory trip to the computer salvage place,
>picked up an M8190 Unibus 11/84 card.
How do you know that you've got an 11/84 "capable" 11/84? There
were many revisions:
A M8190 without any suffixes is a 15 MHz (11/73) CPU with an
unusable socket for the FPJ11 floating point processor.
A M8190-AB is a 15 MHz (11/73) CPU with "warm floating point", but
*will* accept the FPJ11 as an option.
A M8190-AC is still a 15 MHz (11/73) CPU, with a FPJ11 factory installed.
A M8190-AD is a 18 MHz (11/83 or 11/84) CPU with "warm floating point",
taking the FPJ11 as an option.
A M8190-AE is a 18 MHz (11/83 or 11/84) CPU with the FPJ11 factory
installed.
Even the above suffixes don't actually pinpoint the exact revision of
the CPU with respect to FPJ11 bugs, but they serve as a starting point.
To further complicate matters, within digital the CPU is identified
differently based on whether it has PMI memory installed or not.
(And, of course, it matters whether the PMI comes before or after
the CPU in the backplane!) So, for example, you may find a 18 MHz
CPU with non-PMI memory called a 11/73, but with PMI memory it's called
a 11/83.
An 11/84 is a 18MHz KDJ11-B with PMI memory and a KTJ11-B Unibus adapter
tacked on. I'm pretty sure the M8190 ROM's are the same whether
it's to be used as a 11/84 or an 11/83, and that the Unibus boot
ROM functionality is added in the KTJ11-B, which somehow coordinates
these issues with the CPU. (It's explained in the KTJ11-B processor
handbook, but I never read through it all without falling asleep.)
To a large extent, all this confusion is caused by the desire for
folks to say "this machine is a 11/x3" where x is 7 or 8. If you
really insist on the official classifications, you have to read
three of the Micronotes:
uNote 25: FPJ11, KDJ11-A compatibility
uNote 30: PMI on KDJ11-B and MSV11-J
uNote 39: KDJ11-A and -B differences.
The above micronotes - and many more - available from:
http://sunsite.unc.edu/pub/academic/computer-science/history/pdp-11/hardwar…
>1. Any other support boards needed, or will this board run standalone,
>presuming available RAM?
If, indeed, you have the 11/84 capable version, you'll also need the
KDJ11-B and the 11/84 backplane, along with PMI memory, to have a
real 11/84 CPU.
>4. Is anybody else using this card successfully?
I've got several in use as "11/73B"'s.
--
Tim Shoppa Email: shoppa(a)trailing-edge.com
Trailing Edge Technology Voice: 301-767-5917
7328 Bradley Blvd Fax: 301-767-5927
Bethesda, MD, USA 20817
At 06:06 AM 10/18/98 EDT, you wrote:
>Hi:
>The bus is Intel Multibus. Look in Intel documentation for Multibus or
>80/10A.
>Paxton
>
>
Hi Paxton,
Thanks, I will look.
-Dave
>>To further complicate matters, within digital the CPU is identified
>>differently based on whether it has PMI memory installed or not.
>>(And, of course, it matters whether the PMI comes before or after
>>the CPU in the backplane!) So, for example, you may find a 18 MHz
>>CPU with non-PMI memory called a 11/73, but with PMI memory it's called
>>a 11/83.
>In fact... you could find the system with PMI memory, but installed
>in the wrong place, and it will be identifed - by software - as an
>11/73B. If you put the same memory in the right place, it will be
>identified as an 11/83.
And if you put the FPP in your pocket instead of the CPU board, it
won't be identified by the software either :-). Your point is good
though - you've got to put PMI memory in the right slot or you don't
get the advantages!
>>If, indeed, you have the 11/84 capable version, you'll also need the
>>KDJ11-B and the 11/84 backplane, along with PMI memory, to have a
>>real 11/84 CPU.
>But the board with Qbus memory in the qbus of an 11/84 system box
>should work...
There are lots of never-officially-supported combinations which
do work.
>I've also taken one of the KDJ11-B 18mhz boards, removed the 18mhz
>clock and replaced it with a 20mhz clock... the boot ROM correctly
>identifies the clock speed, and the system runs rock solid...
Maybe you mean MHz? :-). Sorry, ads where sellers claim
spectacular milliHertz performance are one of my pet peeves. (Along
with specs calling for compatibility with the ASC-2 character set
and construction plans calling for DB-9 connectors!) Though it would
be an interesting exercise to construct a Pentium II-type computer
based on relays just so that it does top out around 300 milliHertz!
One thing I never understood about metric prefixes is how come
many of them are misused or, even more mysteriously, not used. For
example, everybody around the world uses the term "metric ton" when
the perfectly acceptable (and SI-preferred) term "megagram" is
exactly equivalent (and to my ears sounds better!) And why say
"ten thousand metric tonnes" when "10 gigagrams" is available?
Tim "but let's keep the Metric Buttload" Shoppa. (shoppa(a)trailing-edge.com)
I found my first 8080 computer, an Intel single board 80/10A. I have no
documentation. Is there a name for the physical bus at the bottom of the board
so I can search for its description? The power connections I can trace OK.
There is a 86 pin edge connector at 0.156 inch spacing, and another 60 pin
edge connector at 0.1 inch spacing.
The jumper pins on the board are numbered only, there are 80. Some I have
figured out already.
Once I find all the power connections (on the 86 pin connector), assume +/-
5 volts and +/- 12 volts, I will try it and test the serial connection
(8251). 8 of the jumper pins look like to set the serial clock frequencies.
It looks like there is current loop as well as RS-232. Haven't found any
jumpers for this yet. There is a single 2716 eprom, don't know what is in
it- a monitor or some control program that may not use the serial port at
all. There are 2 8255 parallel ic's going to top connectors.
-Dave
The problems your mention is exactly what we had - over & over again.
Perhaps our failure rate was due to the fact that all our Eduquests came
through the grocery receipts program, we never actually bought one. And
through that program, getting repairs was a hassle and they always
needed repair.
>there's nothing wrong with eduquests at all. in fact, the model 55 is
quite
>nice. the only problem is lack of many slots inside and only one bay
for a
>hard drive as well as if the monitor or power supply fail, that's
expensive. i
>like how the inner tray slides out with your system board and
everything on
>it. very handy.
>
>
>
>In a message dated 10/18/98 9:43:39 AM US Eastern Standard Time,
>maxeskin(a)hotmail.com writes:
>
>> Thanks. Actually, my school just got rid of a lab full of eduquests
>> to another school, and we still have one of them in the basement.
>> These seem like OK machines, though never tried to use them. They're
>> like PS/2 Model 25s only bigger. They have microphone and headphone
>> jacks on the front, along with a floppy drive. They're all 486s with
>> 16 MB RAM, IIRC. What was wrong with these?
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
there's nothing wrong with eduquests at all. in fact, the model 55 is quite
nice. the only problem is lack of many slots inside and only one bay for a
hard drive as well as if the monitor or power supply fail, that's expensive. i
like how the inner tray slides out with your system board and everything on
it. very handy.
In a message dated 10/18/98 9:43:39 AM US Eastern Standard Time,
maxeskin(a)hotmail.com writes:
> Thanks. Actually, my school just got rid of a lab full of eduquests
> to another school, and we still have one of them in the basement.
> These seem like OK machines, though never tried to use them. They're
> like PS/2 Model 25s only bigger. They have microphone and headphone
> jacks on the front, along with a floppy drive. They're all 486s with
> 16 MB RAM, IIRC. What was wrong with these?
I know that. The post that I was correcting was the one with the list of
numbers and what computer they were for:
> > 5168 XT286
> >
> > >5100, IBM Portable
> > >5110, similar with optional (?) 8" flops
> > >5120, bigger screen, built-in 8" flops
> > >5140, Convertible
> > >5150, PC
> > >5155, Portable PC
> > >5160, PC/XT
> > >5180, PC/AT
Notice that the PC/AT is listed as a 5180, not 5170.
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
----------
> From: Phil Clayton <handyman(a)sprintmail.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Re: IBM 5120 at the local thrift store
> Date: Friday, October 16, 1998 12:44 PM
>
>
> This machine is an IBM 5126 and it is an AT (286) class machine, read my
> last post again its an Automobile Analyzer, not a desktop computer.. I
> didn;t make the number up, its on a metal ID tag sticker on the side of
> this unit, : Says "IBM 5126" I checked it out very closely..
>
> Phil..
>
>On a system/34, stick something through the slot, and pull the cover
>off. The silver thing inside the slot is one end of a catch, which
>attaches to the frame. Pushing on the silver thing swings the catch
>away.
This, I believe, is the reason I've found several sets of keys in
various large-scale (i.e. megagram) hauls I've made :-).
Tim.
Thanks. Actually, my school just got rid of a lab full of eduquests
to another school, and we still have one of them in the basement.
These seem like OK machines, though never tried to use them. They're
like PS/2 Model 25s only bigger. They have microphone and headphone
jacks on the front, along with a floppy drive. They're all 486s with
16 MB RAM, IIRC. What was wrong with these?
>
>Never in the 17 years I've been involved in educational computing did
>the government ever encourage the use of Apples. As far as I know, the
>only way the gov't bore any of the price tag for computers in education
>was through grants (platform independent) or at the state level through
>negotiating volume pricing (all manufacturers included). Also, in
>Virginia in 1988 and 1990, the state had an initiative to get a
critical
>mass of machines into grade levels 5-8. Some of the state money for
>education was distributed in hardware form. There were 2 contracts -
>one to Apple and the other to the winner of the DOS machine bid
(Tandy).
>I think IBM challenged the outcome of the bid process but Tandy
>received the contract in the end. Each district then specified which
>type of machine they wanted. Apple II GSes or the Tandy 1000TL. In 90
>the Apple offered was the new Mac LC (with no hard drive). The number
of
>machines you received depended on your school's enrollment. This was a
>departure from the usual method of basing state aid on the district's
>financial index.
>
>In the 80s Apple was much more committed to Computers in Education than
>any other company. IBM made several abortive attempts, and formed
>their Eduquest division to handle the market. The machines were
>under-powered and the software was deadly. Apple asked teachers what
>they wanted, IBM told us what we should have. Apple also made its
>Appleworks software (WP, SS, DB) software available to schools at an
>extremely reasonable price. IBMs prices were out of sight. And based
>on market share, educational software manufacturers concentrated their
>best stuff on the Apple platform. As the percentages changed so did
the
>mix of available titles. The Mac only label was common in the 80s;
now
>you rarely see it.
>
>The IIes were real workhorses in the schools - impossible to kill. The
>GS, which was supposed to replace them, really didn't offer too much
new
>for us other than a 3.5" drive. The Appletalk built-in network was
>supposed to be a plus - and it was for printing - but using it for
>program sharing was a painfully slow process. I remember telling the
>Apple rep that I wasn't sure what the future would be, but it wouldn't
>be running at 2 MHz and it wouldn't be black and white (as the Macs
were
>at that time). I taught BASIC and even Pascal on those old Apples
until
>88 when we bought Tandys. One lab had Apple cards in them to run the
>old software.
>
>When Apple introduced its color Macs (1990?), they were so much more
>expensive than the similarly powered DOS machines that it was no
>contest, we joined the Wintel world. Also, we installed our first
>Novell network which helped the decision.
>
>On the West Coast, I think Apple was much more heavily involved in
>providing hardware to schools through grants. There were several
>showcase "Classrooms of Tomorrow?" And once a district invested in
>Apple the tendency was to continue buying the same product.
>
>The introduction of Windows 95 also did a lot to change encourage
>education to change platforms.
>
>
>
>
>
>
>>Slashdot.org has a story explaining that the UK school system can't
>>afford NT 5 and are considering another OS. In light of this, people
>>were bringing up Apple's success in schools in contrast to the current
>>situation. However, I have heard that the only reason why Apples were
>>common in schools was that the gov't bore some of the price tag to
>>encourage use of Apples, and Apple didn't pay as much attention to
>>education as is generally thought. Is this true? What were the
>>particulars of Apple educational licensing?
>>
>>______________________________________________________
>>Get Your Private, Free Email at http://www.hotmail.com
>>
>
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Can anyone offer some insight on a basic four. Its a fridge size mini with
two disk packs (2324-200) and two 'external' double 8" floppies (3200A) and
I've heard 'business basic' mentioned in the same breath as this beast
(which now occupies a corner of my living room.... tea... anyone...
- Mike: dogas(a)leading.net
Never in the 17 years I've been involved in educational computing did
the government ever encourage the use of Apples. As far as I know, the
only way the gov't bore any of the price tag for computers in education
was through grants (platform independent) or at the state level through
negotiating volume pricing (all manufacturers included). Also, in
Virginia in 1988 and 1990, the state had an initiative to get a critical
mass of machines into grade levels 5-8. Some of the state money for
education was distributed in hardware form. There were 2 contracts -
one to Apple and the other to the winner of the DOS machine bid (Tandy).
I think IBM challenged the outcome of the bid process but Tandy
received the contract in the end. Each district then specified which
type of machine they wanted. Apple II GSes or the Tandy 1000TL. In 90
the Apple offered was the new Mac LC (with no hard drive). The number of
machines you received depended on your school's enrollment. This was a
departure from the usual method of basing state aid on the district's
financial index.
In the 80s Apple was much more committed to Computers in Education than
any other company. IBM made several abortive attempts, and formed
their Eduquest division to handle the market. The machines were
under-powered and the software was deadly. Apple asked teachers what
they wanted, IBM told us what we should have. Apple also made its
Appleworks software (WP, SS, DB) software available to schools at an
extremely reasonable price. IBMs prices were out of sight. And based
on market share, educational software manufacturers concentrated their
best stuff on the Apple platform. As the percentages changed so did the
mix of available titles. The Mac only label was common in the 80s; now
you rarely see it.
The IIes were real workhorses in the schools - impossible to kill. The
GS, which was supposed to replace them, really didn't offer too much new
for us other than a 3.5" drive. The Appletalk built-in network was
supposed to be a plus - and it was for printing - but using it for
program sharing was a painfully slow process. I remember telling the
Apple rep that I wasn't sure what the future would be, but it wouldn't
be running at 2 MHz and it wouldn't be black and white (as the Macs were
at that time). I taught BASIC and even Pascal on those old Apples until
88 when we bought Tandys. One lab had Apple cards in them to run the
old software.
When Apple introduced its color Macs (1990?), they were so much more
expensive than the similarly powered DOS machines that it was no
contest, we joined the Wintel world. Also, we installed our first
Novell network which helped the decision.
On the West Coast, I think Apple was much more heavily involved in
providing hardware to schools through grants. There were several
showcase "Classrooms of Tomorrow?" And once a district invested in
Apple the tendency was to continue buying the same product.
The introduction of Windows 95 also did a lot to change encourage
education to change platforms.
>Slashdot.org has a story explaining that the UK school system can't
>afford NT 5 and are considering another OS. In light of this, people
>were bringing up Apple's success in schools in contrast to the current
>situation. However, I have heard that the only reason why Apples were
>common in schools was that the gov't bore some of the price tag to
>encourage use of Apples, and Apple didn't pay as much attention to
>education as is generally thought. Is this true? What were the
>particulars of Apple educational licensing?
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Hi All:
I'm in Ottawa, and on my obligatory trip to the computer salvage place,
picked up an M8190 Unibus 11/84 card.
It's a 4-finger LSI board, connectors for console and likely a cabinet kit
of some sort.
I'd like to try this board, my questions are:
1. Any other support boards needed, or will this board run standalone,
presuming available RAM?
2. What kind of backplane is required? I have an 11/45 backplane but this
wouldn't do because of the extensive point-to-point wiring for the CPU
cards, etc.
3. Any way to run this is the "straight through" section of the Unibus
that exists in the high slot numbers of older Unibus' like the 11/45?
4. Is anybody else using this card successfully?
Thanks in advance,
Kevin
--
Kevin McQuiggin VE7ZD
mcquiggi(a)sfu.ca
>However, no matter what I try I can't get them (RX33's) to work when the ESDI
>controller is in place. On that note I'm giving up on this line of attack
>at least for the time being.
It sounds to me like you've got a backplane DMA continuity grant problem.
What cards are in the backplane? What slots are they in?
--
Tim Shoppa Email: shoppa(a)trailing-edge.com
Trailing Edge Technology Voice: 301-767-5917
7328 Bradley Blvd Fax: 301-767-5927
Bethesda, MD, USA 20817
Hi everybody,
I made my first major equipment move today. It was a System/34 system
unit (5340), a System/36 system unit (5360), two band printers (3262), and
two tape drives (8809). About 5,000 lb. as near as I can figure. Nothing
fell over or hurt anybody- very encouraging for the next move (although
now I'm out of room!)
My biggest, burning question is this: How do you get those darn covers on
the side of the S/36 open? All it has is a little 1/4" long slot.
Probing around inside was completely fruitless. I can see a black plastic
piece inside through the slot, but pushing, pulling, lifting, or pushing
down on it doesn't do anything.
Any help would be much appreciated.
Richard Schauer
rws(a)ais.net
I am sorting out my DEC cards, figuring out which ones will be included on
my upcoming "junk sale" list. I came across a Unibus card made by Emulex,
and I can not figure out its model number!
It has two 50 pin connectors on the end, along with one red LED and a 4
place DIP switch. Near the middle of the board are two 10 place DIP
switches. Notable chips include a 2901, six 24 pin ROMs, a 40 pin DIP with
a sticker over it, and lots of glue.
What is this thing called? I would like to get a good idea before I stick
it into the sale.
William Donzelli
william(a)ans.net
>I'm in Ottawa, and on my obligatory trip to the computer salvage place,
>picked up an M8190 Unibus 11/84 card.
>
>It's a 4-finger LSI board, connectors for console and likely a cabinet
>kit of some sort.
Both connectors connect to the same cab kit... though it isn't required.
The console terminal baud rate can be set in the switches on the board,
and the on-board LEDs will display the state which would be displayed
in the cab kit LED display...
>I'd like to try this board, my questions are:
>
>1. Any other support boards needed, or will this board run standalone,
>presuming available RAM?
Memory... any qbus memory will do if all you want is to get the machine
up and running. A 2x5 to DB25 connector for the console terminal.
A console terminal. A disk interface. A QBUS system box, or an 11/84
system box (which is qbus in the first part).
>2. What kind of backplane is required? I have an 11/45 backplane but this
>wouldn't do because of the extensive point-to-point wiring for the CPU
>cards, etc.
Sorry, the board plugs into a QBUS portion of the 11/84 system box. It
will not plug into a unibus.
>3. Any way to run this is the "straight through" section of the Unibus
>that exists in the high slot numbers of older Unibus' like the 11/45?
Nope...
>4. Is anybody else using this card successfully?
In qbus machines - yes... several of my systems are 11/83s (KDJ11-B
at 18mhz, with PMI memory). I've even modified one to be running
at 20mhz (mentioned in another message) -- I call it an 11/83plus.
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
>To further complicate matters, within digital the CPU is identified
>differently based on whether it has PMI memory installed or not.
>(And, of course, it matters whether the PMI comes before or after
>the CPU in the backplane!) So, for example, you may find a 18 MHz
>CPU with non-PMI memory called a 11/73, but with PMI memory it's called
>a 11/83.
In fact... you could find the system with PMI memory, but installed
in the wrong place, and it will be identifed - by software - as an
11/73B. If you put the same memory in the right place, it will be
identified as an 11/83.
>If, indeed, you have the 11/84 capable version, you'll also need the
>KDJ11-B and the 11/84 backplane, along with PMI memory, to have a
>real 11/84 CPU.
But the board with Qbus memory in the qbus of an 11/84 system box
should work...
I've also taken one of the KDJ11-B 18mhz boards, removed the 18mhz
clock and replaced it with a 20mhz clock... the boot ROM correctly
identifies the clock speed, and the system runs rock solid...
be warned - not all boards will do so, from what I understand...
your milage may vary... etc... If you make the change and it doesn't
work, don't blame me... (save the old clock).
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
>> Actually, even though it came out of a Unibus machine, it's a Qbus CPU
>> card.
>
>I assume that you mean it's a Unibus version of the 11/73. I can't
>imagine that it would be usable in a Q bus backplane. The pinouts are
>quite different!
Nope, the KDJ11-B which plugs into an 11/84 can also be plugged into a
Qbus box and work... The fact is that the 11/84 actually has two buses,
the qbus, on which the processor and memory reside (as well as the
q-u bus converter), and the unibus, in which the rest of the options
reside.
(Yes, Tim is right about the official boards which go in specific
boxes and are marketed and sold as specific systems)
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
>So this is a Q bus card, that can be plugged into a Q bus backplane
>without smoke generation??
Sure is...
Megan Gentry
Former RT-11 Developer
+--------------------------------+-------------------------------------+
| Megan Gentry, EMT/B, PP-ASEL | Internet (work): gentry!zk3.dec.com |
| Unix Support Engineering Group | (home): mbg!world.std.com |
| Compaq Computer Corporation | addresses need '@' in place of '!' |
| 110 Spitbrook Rd. ZK03-2/T43 | URL: http://world.std.com/~mbg/ |
| Nashua, NH 03062 | "pdp-11 programmer - some assembler |
| (603) 884 1055 | required." - mbg |
+--------------------------------+-------------------------------------+
On Oct 17, 15:24, Kevin McQuiggin wrote:
> Subject: Re: Need Info on DEC 11/84 Board, M8190
> So this is a Q bus card, that can be plugged into a Q bus backplane
> without smoke generation??
It is indeed.
--
Pete Peter Turnbull
Dept. of Computer Science
University of York
Assuming it does you any good -- most of the paths are between the
pins of two custom chips!
>
>> I have a friend who has 6 Sparc SLC's with either dud power supplies
or
>> monitor sync problems, is the schematics for the power supplies
available
>
>I've found that schematics for modern computer stuff are almost never
>available. And it's quicker to figure out how the thing works yourself
>(including tracing out any bits of schematics that you need) than to
>battle with the so-called technical support line for information ;-).
>
>-tony
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
Will the DuoDisk work with an Apple //c?
--
-Jason
(roblwill(a)usaor.net)
ICQ#-1730318
----------
> From: Aaron Christopher Finney <aaron(a)wfi-inc.com>
> To: Discussion re-collecting of classic computers
<classiccmp(a)u.washington.edu>
> Subject: Anyone need a duodisk?
> Date: Saturday, October 17, 1998 3:14 PM
>
> I picked up an Apple duodisk this morning for $1, unknown condition.
> Anyone want it?
>
> Aaron
>
>I assume that you mean it's a Unibus version of the 11/73. I can't imagine
>that it would be usable in a Q bus backplane. The pinouts are quite
>different!
That's what the special backplane wiring and the KTJ11-B Unibus
adapter take care of.
Tim.
Hi Again All:
In the same trip to the scrap place I bought an M7792 DEUNA card. From the
DEC Field Guide it's unclear whether this card is usable by itself, or
needs a companion card M7793, to bring Ethernet connectivity to a Unibus
machine.
Anybosy know anything further? I'd like to have Ethernet on my 11/45 once
I solve its (probable) power supply problem.
Thanks,
Kevin
--
Kevin McQuiggin VE7ZD
mcquiggi(a)sfu.ca
More precisely, what were the particulars of Apple's sales to schools?
>
>> What were the
>> particulars of Apple educational licensing?
>
>Um, what was there to license? You bought an Apple ][, you got Integer
>Basic. You bought an Apple ][+, you got Applesoft. You buy a Disk ][,
>you DOS 3.2 (and, later when it came out, DOS 3.3 free of charge.)
>
>Are you possibly asking about non-operating system hardware?
>
>Tim.
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
I'm almost embarassed to say: I believe it was a site that compared
PCs and Macs. If it was a ruse, it was very sophisticated for a
person who writes an 'intelligent comparison' of PCs and Macs. Maybe
they were paid off by you-know-who ...
>> Slashdot.org has a story explaining that the UK school system can't
>> afford NT 5 and are considering another OS. In light of this, people
>> were bringing up Apple's success in schools in contrast to the
current
>> situation. However, I have heard that the only reason why Apples were
>> common in schools was that the gov't bore some of the price tag to
>> encourage use of Apples, and Apple didn't pay as much attention to
>> education as is generally thought. Is this true? What were the
>> particulars of Apple educational licensing?
>
>Well, I don't know about that. Every school I came up through had at
>least an Apple lab. In fact, all the schools I attended (Los Angeles
>Unified) had exclusively Apple ][s, and it wasn't until my senior year
of
>high school (1989) when I moved to northern California and attended a
>totally new school that the school had an IBM lab, but they still had
an
>Apple lab (which was barely used until I raised a stink about it, and
>encouraged the teachers to begin using it more to teach basic computer
>skills, which they did).
>
>Apple very actively marketed to schools, and as far as I know had
special
>deals in place to encourage wide-spread adoption in schools. If I'm
>not mistaken, the schools were Apple's biggest market, and continued to
>use Apple ][s well after they fell out of favor in the general
>marketplace.
>
>Where did you get your information from?
>
>Sellam Alternate e-mail:
dastar(a)siconic.com
>-------------------------------------------------------------------------------
>Ever onward.
>
> Coming in 1999: Vintage Computer Festival 3.0
> See http://www.vintage.org/vcf for details!
> [Last web site update: 09/21/98]
>
>
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
>My board says simply "M8190", the etching says "M8190", part number is
>"5016017-01-D1-P3", etch also says "KDJ11-B CPU", there are 3x 28-pin ROM
>sockets on the left hand side, 1x 40-pin on the top right, all empty.
Without any rev letters after the M8190, what you've got is
almost certainly the old 15MHz non-FPA-capable KDJ11B. Probably
very similar to the CPU in the Micro-11/73 you got from SERF at UBC.
(Or, at least I think like the Micro-11/73 I seem to recall you
getting from SERF. There was a Micro-11/23 and a KA650 in a BA23
I also seem to recall...)
Tim.
>In the same trip to the scrap place I bought an M7792 DEUNA card. From the
>DEC Field Guide it's unclear whether this card is usable by itself, or
>needs a companion card M7793, to bring Ethernet connectivity to a Unibus
>machine.
You also need the M7793, in addition to a DEUNA cab kit.
If you get a chance, grab the DELUA instead - it's a single-board Unibus
Ethernet adapter.
Tim.
I have found a Morrow laptop without any obvious model identification.
While it is something of a wreck, I would at least like to know what it is.
I've never seen a Morrow in Australia before.
It is black, rather cheaply made with lots of wiring mods to the board.
The CPU is an 80C86
The board has a 1984 copyright and a sticker "PCT 6065"
It is unusual in that it opens with the keyboard flipping forward and the
bulk of the machine with the small LCD type screen standing up. It is
however quite stable like this.
The word "Morrow" is embossed on the case and there is a nameplate with
little on it but "Morrow Designs" and an indecipherable serial number.
It has 2 X 5.25" floppys only and a battery compartment.
This example obviously stopped working a long time ago and someone has
disassembled it leaving all the cables disconnected and all the screws
missing.
Anyone recognise this?
Hans Olminkhof
As if the H89 wasn't enough, I've also got the following available on
origanal DEC diskettes.
DM/WPS System Diskette, V2.0
DM/WPS Utility Diskette, V2.0
Spelling, (c) Houghton Mifflin, V2.0
CBI - Intro to WPS - Drive 0
CBI - Intro to WPS - Drive 1
And, finally, I have a DECMate III APU board in pretty darn good shape.
I'd like to move both the diskettes and the card as a set, though I will
consider selling the disk set in one lot and the card in another.
As with the H89 -- Make me an offer! Shipping would be cheap for these.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Bruce Lane, Owner and head honcho, Blue Feather Technologies
(Hamateur: WD6EOS) (E-mail: kyrrin(a)jps.net) (Web:
http://table.jps.net/~kyrrin)
SysOp: The Dragon's Cave (Fido 1:343/272, 253-639-9905)
"Our science can only describe an object, event, or living thing in our own
human terms. It cannot, in any way, define any of them..."