29/08/2012
The IBM PC
On August 12, 1981, IBM released the IBM Personal Computer.[6] The IBM PC used the then-new Intel 8088 processor. Like other 16-bit CPUs, it could access up to 1 megabyte of RAM, but it used an 8-bit-wide data bus to memory and peripherals. This design allowed use of the large, readily available, and relatively inexpensive family of 8-bit-compatible support chips. IBM decided to use the Intel 8088 after first considering the Motorola 68000 and the Intel i8086, because the other two were considered to be too powerful for their needs.[7][8] IBM's reputation in business computing, combined with a rapid marketplace of third-party peripherals and the later introduction of IBM PC compatibles from other vendors, allowed the IBM PC architecture to take a substantial market share of business applications.[9]
Many other companies at the time were also making "business personal computers" using their own proprietary designs, some still using 8-bit microprocessors. The ones that used Intel x86 processors often used MS-DOS or CP/M-86, just as 8-bit systems with an Intel 8080 compatible CPU normally used CP/M.
[edit]The use of MS-DOS on non IBM PC compatible x86 based systems
In the beginning, when the IBM PC did not yet dominate the market, these x86-based systems were not clones of the IBM PC design, but had different internal designs, like the CP/M-based 8-bit systems that preceded them. Even a few years after the IBM PC's introduction, manufacturers such as Digital, HP, Sanyo, Tandy, Texas Instruments, Tulip Computers, NEC, Wang Laboratories, and Xerox continued to introduce personal computers that were barely, if at all, hardware-compatible with the IBM PC, even though they used x86 processors and ran MS-DOS. They used MS-DOS the way Microsoft had originally envisioned: in the same way as 8-bits systems used CP/M. They implemented standard ROM BIOS routines to achieve hardware independence as had 8080 (Z80) compatibles. So each machine had a different BIOS that, as long as software made only standard MS-DOS calls, would ensure compatibility.
But to get the best results out of the 8088's modest performance, many popular software applications were written specifically for the IBM PC. The developers of these programs opted to write directly to the computer's (video) memory and peripheral chips, bypassing MS-DOS and the BIOS. For example, a program might directly update the video refresh memory, instead of using MS-DOS calls and device drivers to alter the appearance of the screen. Many notable software packages, such as the spreadsheet program Lotus 1-2-3, and Microsoft's Microsoft Flight Simulator 1.0, directly accessed the IBM PC's hardware, bypassing the BIOS, and therefore did not work on computers that were even trivially different from the IBM PC. This was especially common among games. As a result, the systems that were not fully IBM PC-compatible couldn't run this software, and quickly became obsolete, and with them the concept of OEM versions of MS-DOS meant to run (through BIOS calls) on non IBM-PC hardware.