Computer Science    
   
Table of contents
(Prev) IBM OLIVER (CICS interactive t ...IBM PC DOS (Next)

IBM PC compatible

IBM PC compatible computers are those generally similar to the original IBM PC, XT, and AT. Such computers used to be referred to as PC clones, or IBM clones. They duplicated almost exactly all the significant features of the PC architecture, facilitated by various manufacturers' ability to reverse engineer the BIOS using a "clean room design" technique. Columbia Data Products built the first clone of the IBM personal computer by a clean room implementation of its BIOS.

Many early IBM PC compatibles used the same computer bus as the original PC and AT models. The IBM AT compatible bus was later named the Industry Standard Architecture bus by manufacturers of compatible computers. The term "IBM PC compatible" is now a historical description only, since IBM has ended its personal computer sales.

Descendants of the IBM PC compatibles comprise the majority of personal computers on the market presently, although interoperability with the bus structure and peripherals of the original PC architecture may be limited or non-existent.

Contents

Origins

The original IBM PC (Model 5150) motivated the production of clones during the early-1980s.

IBM decided in 1980 to market a low-cost single-user computer as quickly as possible in response[citation needed] to Apple Computer's success in the burgeoning microcomputer market. On 12 August 1981, the first IBM PC went on sale. There were three operating systems (OS) available for it. The least expensive and most popular was PC DOS made by Microsoft. In a crucial concession, IBM's agreement allowed Microsoft to sell its own version, MS-DOS, for non-IBM computers. The only proprietary component of the original PC architecture was the BIOS (Basic Input/Output System).

A number of computers based on the 8086 and 8088 processors were manufactured during this period, but with different architecture from the IBM PC, and with their own versions of DOS and CP/M-86. Software which addressed the computer hardware directly instead of making standard calls to MS-DOS was faster. This was particularly relevant to games. The IBM PC was sold in high enough volumes to justify writing software specifically for it, and this encouraged other manufacturers to produce machines which could use the same programs, expansion cards and peripherals as the PC. The 808x computer marketplace rapidly excluded all machines which were not functionally very similar to the PC. The 640 kB barrier on "conventional" system memory available to MS-DOS is a legacy of that period; other non-clone machines did not have this limit.

The original "clones" of the IBM Personal Computer were created without IBM's participation or approval. The Columbia company closely modeled the IBM PC and produced the first "compatible" PC (more or less compatible to the IBM PC standard) during June 1982, soon followed by Eagle Computer. Compaq Computer Corp. announced its first IBM PC compatible in November 1982—- the Compaq Portable. The Compaq was the first sewing machine-sized portable computer that was essentially 100% PC-compatible. The company could not copy the BIOS directly as a result of the court decision in Apple v. Franklin, but it could reverse-engineer the IBM BIOS and then write its own BIOS using clean room design.

Compatibility issues

The Compaq Portable was the first 100% IBM-compatible PC, and the first portable one.
MS-DOS version 1.12 for Compaq Personal Computers

At the same time, many manufacturers such as Xerox, Hewlett-Packard, Digital Equipment Corporation, Sanyo, Texas Instruments, Tulip, Wang and Olivetti introduced personal computers that were MS DOS compatible, but not completely software- or hardware-compatible with the IBM PC.

Microsoft's intention was that application writers would write to the application programming interfaces in MS-DOS or the firmware BIOS, and that this would form what would now be termed a hardware abstraction layer. Each computer would have its own Original Equipment Manufacturer (OEM) version of MS-DOS, customized to its hardware. Any software written for MS-DOS would operate on any MS-DOS computer, despite variations in hardware design.

This expectation seemed reasonable in the computer marketplace of the time. Until then Microsoft was based primarily on computer languages such as BASIC. The established small system operating software was CP/M from Digital Research which was in use both at the hobbyist level and by the more professional of those using microcomputers. To achieve such widespread use, and thus make the product viable economically, the OS had to operate across a range of machines from different vendors that had widely varying hardware. Those customers who needed other applications than the starter programs could reasonably expect publishers to offer their products for a variety of computers, on suitable media for each.

Microsoft's competing OS was intended initially to operate on a similar varied spectrum of hardware, although all based on the 8086 processor. Thus, MS-DOS was for several years sold only as an OEM product. There was no Microsoft-branded MS-DOS: MS-DOS could not be purchased directly from Microsoft, and each OEM release was packaged with the trade dress of the given PC vendor. Malfunctions were to be reported to the OEM, not to Microsoft. However, as "compatibles" became widespread, it soon became clear that the OEM versions of MS-DOS were virtually identical, except perhaps for the provision of a few utility programs.

MS-DOS provided adequate functionality for character-oriented applications such as those that could have been implemented on a text-only terminal. Had the bulk of commercially important software been of this nature, low-level hardware compatibility might not have mattered. However, in order to provide maximum performance and leverage hardware features (or work around hardware bugs), PC applications quickly evolved beyond the simple terminal applications that MS-DOS supported directly. Spreadsheets, WYSIWYG word processors, presentation software and remote communication software established new markets that exploited the PC's strengths, but required capabilities beyond what MS-DOS provided. Thus, from very early in the development of the MS-DOS software environment, many significant commercial software products were written directly to the hardware, for a variety of reasons:

  • MS-DOS itself did not provide any way to position the text cursor (except to advance it after printing each letter). While the BIOS video interface routines were adequate for rudimentary output, they were inefficient; they did not have "string" output (only output by individual character) and they inserted delay periods to compensate for CGA hardware "snow" (a display artifact of CGA cards produced when writing directly to screen memory)-- an especially bad artifact since they were called by IRQs, thus making multitasking very difficult. A program that wrote directly to video memory could achieve output rates 5 to 20 times faster than making standard calls to the BIOS and MS-DOS. Turbo Pascal used this technique from its earliest versions.
  • Graphics capability was not taken seriously in the original IBM design brief; graphics were considered only from the perspective of generating static business graphics such as charts and graphs. MS-DOS did not have an API for graphics, and the BIOS only included the most rudimentary of graphics functions (such as changing screen modes and plotting single points). To make a BIOS call for every point drawn or modified also increased overhead considerably, making the BIOS interface notoriously slow. Because of this, line-drawing, arc-drawing, and blitting had to be performed by the application to achieve acceptable speed, which was usually done by bypassing the BIOS and accessing video memory directly.
  • Video games, even early ones, mostly required a true graphics mode. They also performed any machine-dependent trick the programmers could think of in order to gain speed. Though initially the major market for the PC was for business applications, games capability became an important factor motivating PC purchases as prices decreased. The availability and quality of games could mean the difference between the purchase of a PC compatible or a different platform like the Amiga.
  • Communications software directly accessed the UART serial port chip, because the MS-DOS API and the BIOS did not provide full support and was too slow to keep up with hardware which could transfer data at 19200 bit/s.
  • Even for standard business applications, speed of execution was a significant competitive advantage. This was shown dramatically by Lotus 1-2-3's out-competition of rival Context MBA in the then-popular genre of integrated software. Context MBA preceded Lotus to market and included more functions; it was written in standard Pascal, making it very portable but too slow to be truly usable on a PC. 1-2-3 was written in x86 assembly language and performed some machine-dependent tricks. It was so much faster that Context MBA was effectively finished as soon as Lotus was introduced.
  • Disk copy-protection schemes, in common use at the time, worked by reading nonstandard data patterns on the diskette to verify originality. These patterns were impossible to detect using standard DOS or BIOS calls, so direct access to the disk controller hardware was necessary for the protection to work.
PC compatibility was an important concern. Even the Commodore Amiga 1000 had a PC compatible add-on module, the Sidecar.

At first, few clones other than Compaq's offered full compatibility.[1] Reviewers and users developed suites of programs to test compatibility; the ability to operate Lotus 1-2-3 or Microsoft Flight Simulator became a standard test.[2][1][3][4][5][6] Vendors gradually learned not only to emulate the IBM BIOS but also to use identical hardware chips to perform key functions within the system. Although Compaq kept its BIOS proprietary, eventually the Phoenix BIOS and similar commercially-available products permitted computer makers to build essentially 100%-compatible clones without having to reverse-engineer the IBM PC BIOS themselves.

Over time, IBM damaged its own market by itself failing to appreciate the importance of "IBM compatibility". It introduced products such as the IBM PC Convertible which was outsold by the heavier but much earlier and more compatible Compaq Portable, and the PCjr, which had significant incompatibilities with the original PC and was soon discontinued.

By the late 1980s buyers began to regard PCs as commodities, and doubted that the security blanket of the IBM brand warranted the greater price. Meanwhile, MS-DOS-compatible (but not hardware-compatible) systems did not succeed in the market. Being unable to operate off-the-shelf software packages for the IBM PC and true compatibles made for poor sales and the eventual extinction of this category of systems.[citation needed] Also, because of hardware incompatibility with the IBM PC design, the Intel 80186 processor released only a year after the IBM PC was never popular in general-purpose personal computers.[citation needed]

The decreasing influence of IBM

After 1987, IBM PC compatibles dominated both the home and business markets of commodity computers,[7] with other notable alternative architectures being used in niche markets, like the Macintosh computers offered by Apple Inc. and used mainly for desktop publishing at the time, the aging 8-bit Commodore 64 which was selling for $150 by this time and became the world's best-selling computer, the 16-bit Commodore Amiga line used for television and video production and the 16-bit Atari ST used by the music industry. However, IBM itself lost the main role in the market for IBM PC compatibles by 1990. A few events in retrospect are important:

  • The 1982 introduction of the Compaq Portable, the first 100% IBM PC compatible computer, providing portability unavailable from IBM at the time.
  • The availability by 1986 of sub-$1000 PC XT compatibles, including early offerings from Dell Computer, reducing demand for IBM's models.[8] It was possible to buy two of these "generic" systems for less than the cost of one IBM-branded PC AT, and many companies did just that.
  • Compaq beating IBM to market during 1986 with Compaq Deskpro 386, the first 80386-based PC.
  • IBM's 1987 introduction of the incompatible and proprietary MicroChannel Architecture (MCA) computer bus, for its Personal System/2 (PS/2) line.
  • The 1988 introduction by the "Gang of Nine" companies of a rival bus, Extended Industry Standard Architecture, intended to compete with, rather than copy, MCA.
  • The duelling Expanded memory and Extended memory standards of the late 1980s, both developed without input from IBM.

Despite popularity of its ThinkPad set of laptop PC's, IBM finally relinquished its role as a PC manufacturer during April 2005, when it sold its consumer PC division to Lenovo for $1.75 billion.

As of October 2007, Hewlett-Packard and Dell have the largest shares of the PC market in North America. They are also successful overseas, with Acer, Lenovo, and Toshiba also notable. Worldwide, a huge number of PCs are "white box" systems assembled by myriad local systems builders. Despite advances of computer technology, all current IBM PC compatibles remain very much compatible with the original IBM PC computers, although most of the components implement the compatibility in special backward compatibility modes used only during a system boot.

Expandability

One of the strengths of the PC compatible design is its modular hardware design. End-users could readily upgrade peripherals and, to some degree, processor and memory without modifying the computer's motherboard or replacing the whole computer, as was the case with many of the microcomputers of the time. However, as processor speed and memory width increased, the limits of the original XT/AT bus design were soon reached, particularly when driving graphics video cards. IBM did introduce an upgraded bus in the IBM PS/2 computer that overcame many of the technical limits of the XT/AT bus, but this was rarely used as the basis for IBM compatible computers since it required licence payments to IBM both for the PS/2 bus and any prior AT-bus designs produced by the company seeking a license. This was unpopular with hardware manufacturers and several competing bus standards were developed by consortiums, with more agreeable license terms. Various attempts to standardize the interfaces were made, but in practice, many of these attempts were either flawed or ignored. Even so, there were many expansion options, and despite the confusion of its users, the PC compatible design advanced much faster than other competing designs of the time, even if only because of its market dominance.

"IBM PC compatible" becomes "Wintel"

During the 1990s, IBM's influence on PC architecture became increasingly irrelevant. An IBM-brand PC became the exception rather than the rule. Instead of continuing to consider compatibility with the IBM PC as important, vendors began to emphasize compatibility with the evolution of Microsoft Windows. During 1993, a version of Windows NT was released that could operate on processors other than the x86 set. It did require that applications be recompiled—- which most developers didn't do—- still, its hardware independence was used for Silicon Graphics (SGI) x86 workstations – thanks to NT's Hardware abstraction layer (HAL), they could operate NT (and its vast application library)[clarification needed].

No mass-market personal computer hardware vendor dared to be incompatible with the latest version of Windows, and Microsoft's annual WinHEC conferences provided a setting in which Microsoft could lobby for and —in some cases dictate— the pace and direction of the hardware of the PC industry. Microsoft and Intel had become so important to the ongoing development of PC hardware that industry writers began using the portmanteau word Wintel to refer to the combined hardware-software system. This terminology itself is becoming a misnomer, as Intel has lost absolute control over the direction of x86 hardware development with AMD's AMD64, and non-Windows operating systems like Mac OS X and Linux have established a presence on the x86 architecture.

Design limitations and more compatibility issues

Although the IBM PC was designed for expandability, the designers could not anticipate the hardware developments of the 1980s, nor the size of the industry they would engender. To make things worse, IBM's choice of the Intel 8088 for the CPU introduced several limitations for developing software for the PC compatible platform. For example, the 8088 processor only had a 20-bit memory addressing space. To expand PCs beyond one megabyte, Lotus, Intel, and Microsoft jointly created expanded memory (EMS), a bank-switching scheme to allow more memory provided by add-in hardware, and accessed by a set of four 16-Kilobyte "windows" inside the 20-bit addressing. Later, Intel CPUs had larger address spaces and could directly address 16- Megabytes (MiBs) (80286) or more, causing Microsoft to develop extended memory (XMS) which did not require additional hardware.

"Expanded" and "extended" memory have incompatible interfaces, so anyone writing software that used more than one megabyte had to provide for both systems for the greatest compatibility until MS-DOS began including EMM386, which simulated EMS memory using XMS memory. A protected mode OS can also be written for the 80286, but DOS application compatibility was more difficult than expected, not only because most DOS applications accessed the hardware directly, bypassing BIOS routines intended to ensure compatibility, but also that most BIOS requests were made by interrupt vectors that were marked as "reserved" by Intel.

Video cards suffered from their own incompatibilities. Once video cards advanced to SVGA the standard for accessing them was no longer clear. At the time, PC programming used a memory model that had 64 KB memory segments. The most common VGA graphics mode's screen memory fit into a single memory segment. SVGA modes required more memory, so accessing the full screen memory was tricky. Each manufacturer developed their own methods of accessing the screen memory, even going so far as not to number the modes consistently. An attempt at creating a standard named VESA BIOS Extensions (VBE) was made, but not all manufacturers used it.

When the 386 was introduced, again a protected mode OS could be written for it. This time, DOS compatibility was much easier because of virtual 8086 mode. Unfortunately programs could not switch directly between them, so eventually, some new memory-model APIs were developed, VCPI and DPMI, the latter becoming the most popular.

Because of the great number of third-party adapters and no standard for them, programming the PC could be difficult. Professional developers would operate a large test-suite of various known-to-be-popular hardware combinations.

Meanwhile, consumers were overwhelmed by the competing, incompatible standards and many different combinations of hardware on offer. To give them some idea of what sort of PC they would need to operate their software, the Multimedia PC (MPC) standard was set during 1990. A PC that met the minimum MPC standard could be marketed with the MPC logo, giving consumers an easy-to-understand specification to look for. Software that could operate on the most minimally MPC-compliant PC would be guaranteed to operate on any MPC. The MPC level 2 and MPC level 3 standards were set later, but the term "MPC compliant" never became popular. After MPC level 3 during 1996, no further MPC standards were established.

Challenges to Wintel domination

By the late 1990s, the success of Microsoft Windows had driven rival commercial operating systems into near-extinction, and had ensured that the “IBM PC compatible” computer was the dominant computing platform. This meant that if a developer made their software only for the Wintel platform, they would still be able to reach the vast majority of computer users. By the late 1980s, the only major competitor to Windows with more than a few percentage points of market share was Apple Inc.'s Macintosh. The Mac started out billed as "the computer for the rest of us" but the Mac's high prices and closed architecture meant the DOS/Windows/Intel onslaught quickly drove the Macintosh into an education and desktop publishing niche, from which it has only recently begun to emerge. By the mid-1990s the Mac's market share had dwindled to around 5% and introducing a new rival operating system had become too risky a commercial venture. Experience had shown that even if an operating system was technically superior to Windows, it would be a failure in the market (BeOS and OS/2 for example). During 1989 Steve Jobs said of his new NeXT design, "It will either be the last new hardware platform to succeed, or the first to fail." During 1993 NeXT announced it was ending production of the NeXTcube and porting NeXTSTEP to Intel processors.

For hardware, Intel initially licensed their technology so that other manufacturers could make x86 Central processing units (CPUs). As the "Wintel" platform gained dominance Intel abandoned this practice. Companies such as AMD and Cyrix developed alternative CPUs that were functionally compatible with Intel's. Towards the end of the 1990s, AMD was taking an increasing share of the CPU market for PCs. AMD even ended up playing a significant role in directing the evolution of the x86 platform when its Athlon line of processors continued to develop the classic x86 architecture as Intel deviated with its "Netburst" architecture for the Pentium 4 CPUs and the IA-64 architecture for the Itanium set of server CPUs. AMD developed AMD64, the first major extension not created by Intel, which Intel later adopted. During 2006 Intel began abandoning Netburst with the release of their set of "Core" processors that represented an evolution of the earlier Pentium III.

The IBM PC compatible today

The term 'IBM PC compatible' is not commonly used presently because all current mainstream computers are based on the PC architecture, and IBM no longer makes PCs. The competing designs have either been discontinued or, like the Amiga, have been relegated to niche, enthusiast markets. One notable exception was Apple Inc., the Macintosh set of computers of which used non-Intel processors from its inception; first the Motorola 68000 family, then the PowerPC architecture until 2006, when Apple adopted the Intel x86 architecture. Macs (Computers manufactured by Apple Inc) for OS X (OS 10) are capable of running Microsoft Windows.

The processor speed and memory capacity of modern PCs are many orders of magnitude greater than they were for the original IBM PC and yet backwards compatibility has been largely maintained – a 32-bit operating system published during the 2000s[update] can still operate many of the simpler programs written for the OS of the early 1980s without needing an emulator, though an emulator like DOSBox now has near-native functionality at full speed. Additionally, many modern PCs can still run DOS directly, although special options such as USB legacy mode and SATA-to-PATA emulation may need to be set in the BIOS setup utility. Additional, computers using the Extensible Firmware Interface might need to be set at legacy BIOS mode to be able to boot DOS.

See also

References

  1. ^ a b Alsop, Stewart (31 January 1994). "A public Windows pane to make compatibility clearer". InfoWorld. p. 102. Retrieved 28 February 2011. 
  2. ^ Lockwood, Russ (December 1984). "Zenith Z-151; choice of U.S. Air Force and Navy". Creative Computing. p. 50. Retrieved February 26, 2013. 
  3. ^ Dvorak, John C. (12 May 1986). "Springtime In Atlanta Beats Fall In Las Vegas". InfoWorld. p. 66. Retrieved 28 February 2011. 
  4. ^ Satchell, Stephen (27 January 1986). "The Corona ATP Is Faster Than The IBM PC AT, But It Has Flaws". InfoWorld. pp. 47, 50. Retrieved 28 February 2011. 
  5. ^ Mace, Scott; Karen Sorensen (5 May 1986). "Amiga, Atari Ready PC Emulators". InfoWorld. p. 5. Retrieved 28 February 2011. 
  6. ^ Satchell, Stephen (14 January 1985). "AT&T 6300 PERSONAL COMPUTER". InfoWorld. pp. 49, 53–54. Retrieved 28 February 2011. 
  7. ^ Reimer, Jeremy. "Total share: 30 years of personal computer market share figures". Ars Technica. http://arstechnica.com/articles/cultu re/total-share.ars/4. Retrieved 13 September 2008.
  8. ^ InfoWorld July 1986 ad: "Career Starter Kit: Everything you need to begin serious computing immediately". 

External links

(Prev) IBM OLIVER (CICS interactive t ...IBM PC DOS (Next)