charlie said:
On Tue, 10 Sep 2013 08:31:56 -0500, (e-mail address removed) wrote:
[snip]
Well, If there were floppies that early, they didn't
show on the first PC I heard of. A TRS 80 (latee
1970's) with only input/output was via a cassette tape
recorder.
Keyboard and screen are I/O, too.
The KB certainly was, not so sure if the monitor qualifies. It was
"memory
mapped"; i.e., 1024 KB of RAM were reserved and anything put there was
displayed on the monitor.
Actually, the keyboard was memory-mapped, too.
Memory-mapped I/O is still I/O. The term "memory-mapped I/O" has
been in use for many years.
Sincerely,
Gene Wirchenko
Floppys were around, starting with a large size 8"? that later was
downsized to the ones RS, Apple, and others used.
Think PDP 8, SWTPC, 8080, and so forth.
(I still miss the toggle switches)
We put dual 8" floppies on a computer we built at work.
No hard drive in the beast, just floppies. But a *huge*
amount of memory, at 256KB or so
The next generation, got storage like ST506, and that meant
we could change to just one 8" floppy.
The first generation of 8" floppies, had a strong software
component. The driver was written in assembler, and some
time constants were hand-tuned in assembler loops. If we
shipped a faster processor, the developer who wrote the
code, had to tune it again
Years later, the final 8" floppy design shipped, was the "deluxe"
version. The floppy was connected to something that was
close to being a SCSI bus. And storage operations were
virtually completely independent of the rest of the box.
You no longer had to worry about interfering with floppy
operations, and could continue working while files were
written to it. By that time, our box was probably unique
in having a 8" floppy drive. The drive was arranged in
such a way, that it could be flipped out of the way, so you
couldn't see it. So if having a floppy drive embarrassed you,
just close the door on the computer and it was hidden.
I had a collection of around 110 of the 8" floppies in my desk
drawer. Just to show how much storage I needed for
day to day work. I also stocked a couple floppy drive
cleaning kits, with the "fake" white fiber cleaning
floppy, and the little packets of alcohol you wet them with.
Occasionally, the drive needed a cleaning.
One funny aspect of the 8 inch floppy, is the drive motor
was AC powered. It meant the computer needed AC wiring
inside the chassis. In the picture here, the AC powered
motor is the one in the lower left corner. It's possible
the final version we shipped, was DC powered like most
other conventional computer storage now. As the final
8" floppy drive was a bit thinner than the originals (Shugart).
I think the motors started to spin, as soon as the AC was
turned on. The motor never stopped.
http://upload.wikimedia.org/wikipedia/commons/8/88/Floppy_Disk_Drive_8_inch.jpg
The 8" floppy was a PITA, because they needed to be calibrated.
We tuned all our computers in the department, to a single
"golden" floppy. All the computers had to be able to read that
floppy, before being issued to users. Which is no way to run
a peripheral... It also meant, if carrying data between home
and work, you formatted the floppy on the work machine, to
guarantee that files written by the home machine, would be
readable at work.
Good times.
Paul