Ben <bfranchuk at jetnet.ab.ca> wrote:
Looking back with the emulators, of vintage hardware
it is the fact that expensive things like mass-storage
could be shared among several people. I have just been
installing some PDP 8 software on a IDE drive and even
with the small size of PDP 8 disks ( 2048k max ) you
sure can see how small programs and data was back then.
With a PDP 8 multi-tasking the programs I expect where
dog slow, but they could run with larger memory and
disks a larger machine could justify.
In all fairness, there is no such limitation on the size of disks on
PDP-8s. OS/8 have a limitation on disks being no more than 4096
*blocks*, but that's a limitation in that OS, which is based on the fact
that just one word is used to specify the block number for device drivers.
Larger disks (which weren't that unusual) had to be presented as several
logical disks to the OS, in order for them to be fully used.
So an RL02 (as an example) looked like five disks to OS/8. RL0A, RL0B,
RL0C, RL0D and RL0E. All about 2M each.
As for multi-tasking - no, that was/is not dog slow. Most of the time it
was perfectly fine even for several interactive users in parallel.
Johnny