Oh, wow. There is so much wrong with this, I don’t know where to start - and I’ll only be able to touch on this.
For starters - Apple used the 68000 and then later the rest of the 68K (short for 68000) family.
Second, the Intel limitation was *640*K, not 64K.
In 1982 terms, the Apple II had and STILL has the largest library of software titles ever written. Getting information on it was stupidly easy, it came with the machine, and the machine itself booted into BASIC from ROM.
IBM’s documentation on the original PC was questionable at best, you had to pay extra for documentation that meant anything and the
IBM PC development did not really take off until Windows arrived. Until then, the Apple II was still selling better AND was a better platform to write for.
IBM’s PC was well behind the curve until ~1985-1986. It didn’t actually pass the Apple II until about 1987. Apple’s missteps with the original Mac (which, to be honest, was mostly Steve Jobs’ fault but was later extended and compounded by some real stupidity on the part of Apple’s board) allowed IBM and compatibles in and take over.
Hm... stupidity on the part of the market leader creating openings for other companies... Where have we heard that recently?
What we’re seeing now is turnabout. IBM managed to catch up, pass Apple with the help of Microsoft, and then fell off the curve. Microsoft has continued, but it looks like they’re now about to fall off the curve and get passed by Apple.
Thanks Spktyr. :’)
I think you have a better understanding of those early years that I do! Thank you for the corrections, and especially making them in such a nice way! Sorry for the mis-information. As I said, that was simply how I remembered it from my job at a Computerland. I was wrong in a several things. What can I say. Brain fade, it’s my cross to bear. I ended up programming for the AlphaMicro family of multi-user, multi-tasking machines. Boy is my face red. Part of it’s due to the fact I spend the entire day outside at Sun ‘n Fun shooting pictures for the people who sponsor it, but much of the red is from being so wrong. Thanks again for the interesting information. It’s slowly coming back to me.
Actually, for programmers, it WAS 64K. You had to deal with the way the Intel 808x (and later the 80286 and 80386) dealt with memory in 64KB segments. It was a huge pain. If you wanted to deal with data structures larger than 64KB, it was a major hassle for those of us doing intensive searches in DBMS programming (in C and assembler).
Mark