All Topics  
Intel 80486

 
Intel 80486

   Email Print
   Bookmark   Link






 

Intel 80486



 
 
The Intel i486, otherwise known as the 80486, was the first tightly pipelined x86 design. Introduced in 1989, it was also the first x86 chip to use more than a million transistors, due to a large on-chip cache and an integrated floating point unit. It represents a fourth generation of binary compatible
Binary compatible

Having the exact same data format, down to the binary level. That is, two files that are binary compatible will have the same pattern of zeros and ones in the data portion of the file....
 CPUs since the original 8086
Intel 8086

The 8086 is a 16-bit microprocessor chip designed by Intel and introduced on the market in 1978, which gave rise to the x86 architecture. Intel 8088, released in 1979, was essentially the same chip, but with an external 8-bit bus , and is notable as the processor used in the original IBM PC....
 of 1978, and it was the second 32-bit
32-bit

The range of integer values that can be stored in 32 bits is 0 through 4,294,967,295 or -2,147,483,648 through 2,147,483,647 using two's complement encoding....
 x86 design after the 80386
Intel 80386

The Intel 80386, otherwise known as the i386 or just 386, is a microprocessor which has been used as the central processing unit of many personal computers and workstations since 1986....
.

A 50 MHz 80486 was reportedly able to perform 41 million instructions per second
Instructions per second

Instructions per second is a measure of a computer's processor speed. Many reported IPS values have represented "peak" execution rates on artificial instruction sequences with few branches, whereas realistic workloads consist of a mix of instructions and applications, some of which take longer to execute than others....
  and was able to reach 50 MIPS peak (see below).

(The i486 was so named, without the usual 80-prefix, because of a court ruling that prohibited trademarking numbers like 80486.






Discussion
Ask a question about 'Intel 80486'
Start a new discussion about 'Intel 80486'
Answer questions from other users
Full Discussion Forum



Encyclopedia


The Intel i486, otherwise known as the 80486, was the first tightly pipelined x86 design. Introduced in 1989, it was also the first x86 chip to use more than a million transistors, due to a large on-chip cache and an integrated floating point unit. It represents a fourth generation of binary compatible
Binary compatible

Having the exact same data format, down to the binary level. That is, two files that are binary compatible will have the same pattern of zeros and ones in the data portion of the file....
 CPUs since the original 8086
Intel 8086

The 8086 is a 16-bit microprocessor chip designed by Intel and introduced on the market in 1978, which gave rise to the x86 architecture. Intel 8088, released in 1979, was essentially the same chip, but with an external 8-bit bus , and is notable as the processor used in the original IBM PC....
 of 1978, and it was the second 32-bit
32-bit

The range of integer values that can be stored in 32 bits is 0 through 4,294,967,295 or -2,147,483,648 through 2,147,483,647 using two's complement encoding....
 x86 design after the 80386
Intel 80386

The Intel 80386, otherwise known as the i386 or just 386, is a microprocessor which has been used as the central processing unit of many personal computers and workstations since 1986....
.

A 50 MHz 80486 was reportedly able to perform 41 million instructions per second
Instructions per second

Instructions per second is a measure of a computer's processor speed. Many reported IPS values have represented "peak" execution rates on artificial instruction sequences with few branches, whereas realistic workloads consist of a mix of instructions and applications, some of which take longer to execute than others....
  and was able to reach 50 MIPS peak (see below).

(The i486 was so named, without the usual 80-prefix, because of a court ruling that prohibited trademarking numbers like 80486. Later, with the Pentium
Pentium

Introduced on March 22, 1993, the original Pentium was the first superscalar x86 architecture microprocessor. Its fifth-generation x86 microarchitecture was a direct extension of the 80486 architecture with dual integer pipeline s, a faster FPU unit, wider data bus, and features for further reduced address calculation latency....
, Intel dropped number-based naming altogether.)

Improvements

The instruction set
Instruction set

An instruction set is a list of all the instruction , and all their variations, that a processor can execute.Instructions include:* Arithmetic such as add and subtract...
 of the i486 is very similar to its predecessor, the Intel 80386
Intel 80386

The Intel 80386, otherwise known as the i386 or just 386, is a microprocessor which has been used as the central processing unit of many personal computers and workstations since 1986....
, with the addition of only a few extra instructions, such as CMPXCHG which executes the Compare-and-swap
Compare-and-swap

In computer science, the compare-and-swap Central processing unit instruction is a special instruction that atomic ally compares the contents of a memory location to a given value and, if they are the same, modifies the contents of that memory location to a given new value....
 atomic operation and the XADD which executes the Fetch-and-add
Fetch-and-add

In computer science, the fetch-and-add Central processing unit instruction is a special instruction that atomic ally modifies the contents of a memory location....
 atomic operation. Though many atomic test-and-set instructions have existed since the 8086
Intel 8086

The 8086 is a 16-bit microprocessor chip designed by Intel and introduced on the market in 1978, which gave rise to the x86 architecture. Intel 8088, released in 1979, was essentially the same chip, but with an external 8-bit bus , and is notable as the processor used in the original IBM PC....
/8088
Intel 8088

The Intel 8088 is an Intel x86 microprocessor based on the Intel 8086, with 16-bit registers and an 8-bit external data bus. It can address up to 1 megabyte of random access memory....
, they did not correspond to the atomic instructions implemented in certain RISC processors, which made it harder to port some applications from these processors.

From a performance point of view, the architecture of the i486 is a vast improvement over the 80386. It has an on-chip unified instruction and data cache
CPU cache

A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access computer storage. The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations....
, an on-chip floating-point unit (FPU), and an enhanced bus
Computer bus

In computer architecture, a bus is a subsystem that transfers data between computer components inside a computer or between computers. Each bus defines its set of connectors to physically plug devices, cards or cables together....
 interface unit. In addition, simple instructions (such as ALU reg,reg) execute in one clock cycle. These improvements yield a rough doubling in performance over the 386 at the same clock rate
Clock rate

The clock rate is the fundamental rate in cycles per second for the frequency of the clock in any synchronous circuit. For example, a crystal oscillator frequency reference typically is synonymous with a fixed sinusoidal waveform, a clock rate is that frequency reference translated by electronic circuitry into a corresponding square wav...
. A 386
Intel 80386

The Intel 80386, otherwise known as the i386 or just 386, is a microprocessor which has been used as the central processing unit of many personal computers and workstations since 1986....
 (or 286
Intel 80286

The Intel 286, introduced on February 1, 1982, was an x86 16-bit microprocessor with 134,000 transistors.It was widely used in IBM PC compatible computers during the mid 1980s to early 1990s....
) chip therefore has to reach 50 MHz to be comparable with low end parts in the 486 series.

Differences between the 386 and 486

  • An 8 KB
    Kilobyte

    Kilobyte is a unit of Computer data storage equal to either 1,024 bytes or 1,000 bytes , depending on context.It is abbreviated in a number of ways: KB, kB, K and Kbyte....
     on-chip SRAM
    Static random access memory

    Static random access memory is a type of semiconductor memory where the word static indicates that, unlike dynamic random access memory, it does not need to be periodically memory refresh, as SRAM uses bistable latch to store each bit....
     cache
    Cache

    In computer science, a cache is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive to fetch or to compute, compared to the cost of reading the cache....
     stores the most commonly used instructions and data (16 KB and/or write-back
    Cache

    In computer science, a cache is a collection of data duplicating original values stored elsewhere or computed earlier, where the original data is expensive to fetch or to compute, compared to the cost of reading the cache....
     on some later models). The 386 had no such internal cache but supported a slower off-chip cache.
  • Tightly coupled pipelining
    Instruction pipeline

    File:5 Stage Pipeline.svgAn instruction pipeline is a technique used in the design of computers and other digital electronic devices to increase their instruction throughput ....
     allows the 486 to complete a simple instruction like ALU reg,reg or ALU reg,im every clock cycle. The 386 needed two clock cycles for this.
  • Integrated FPU
    Floating point unit

    A floating-point unit is a part of a computer system specially designed to carry out operations on floating point numbers. Typical operations are addition, subtraction, multiplication, division , and square root....
     (disabled or absent in SX models) with a dedicated local bus gives faster floating point calculations compared to the i386+i387
    Intel 80387

    The Intel 80387 was the math coprocessor for the Intel 80386 series of microprocessors, and the first Intel coprocessor to implement the IEEE 754 standard in every detail....
     combination.
  • Improved MMU
    Memory management unit

    A memory management unit , sometimes called paged memory management unit , is a computer hardware component responsible for handling accesses to computer memory requested by the central processing unit ....
     performance.


The 486 has a 32-bit data bus and a 32-bit address bus
Address bus

An address bus is a computer bus that is used to specify a memory address. When a central processing unit or direct memory access-enabled device needs to read or write to a memory location, it specifies that memory location on the address bus ....
. This required either four matched 30-pin (8-bit) SIMM
SIMM

A SIMM, or single in-line memory module, is a type of memory module containing random access memory used in computers from the early 1980s to the late 1990s....
s or one 72-pin (32-bit) SIMM on a typical PC motherboard
Motherboard

A motherboard is the central printed circuit board in some complex electronic systems, such as modern personal computers. The motherboard is sometimes alternatively known as the mainboard, system board, or, on Apple Inc....
. The 32-bit address bus means that 4 GB
Gigabyte

Gigabyte is an SI prefix-multiple of the unit byte for Computer data storage. Since the giga- prefix means 109, gigabyte means 1,000,000,000 bytes ....
 of memory can be directly addressed.

The Intel project manager for the 80486 was Pat Gelsinger
Pat Gelsinger

Pat Gelsinger was the first Chief Technology Officer of Intel Corporation. He is currently a Senior Vice-president and General Manager of the Digital Enterprise Group....
.

In May 2006 Intel announced that production of the 80486 would cease at the end of September 2007. Although the chip had long been obsolete for personal computer
Personal computer

A personal computer is any general-purpose computer whose original sales price, size, and capabilities make it useful for individuals, and which is intended to be operated directly by an end user, with no intervening computer operator....
 applications, Intel had continued production for use in embedded systems.

Models


There are several suffixes and variants including:
  • i486DX — The original chip (without any clock doubling).
  • i486DX-S — SL Enhanced 486DX
  • i486DXL — A 486DX with SMM (System Management Mode), stop clock, and power saving features.
  • i486SX
    Intel 80486SX

    The Intel's i486SX was a modified Intel 486DX microprocessor with its floating-point unit disconnected. All early 486SX chips were actually i486DX chips with a defective FPU....
     — an i486DX with the FPU part disabled or missing. Early variants were parts with disabled (defective) FPUs, later versions had the FPU removed from the die
    Integrated circuit

    In electronics, an integrated circuit is a miniaturized electronic circuit that has been manufactured in the surface of a thin Wafer of semiconductor material....
     to reduce area and hence cost.
  • i486SX-S — SL Enhanced 486SX
  • i486SXL — A 486SX with SMM (System Management Mode), stop clock, and power saving features.
  • i486DX2
    Intel 80486DX2

    The Intel's i486DX2 is a central processing unit produced by Intel that was introduced in 1992. The i486DX2 was nearly identical to the Intel 80486DX but for the addition of clock multiplier circuitry....
     — the internal processor clock runs at twice the clock rate
    Clock rate

    The clock rate is the fundamental rate in cycles per second for the frequency of the clock in any synchronous circuit. For example, a crystal oscillator frequency reference typically is synonymous with a fixed sinusoidal waveform, a clock rate is that frequency reference translated by electronic circuitry into a corresponding square wav...
     of the external bus clock.
  • i486SX2 — i486DX2 with the FPU disabled.
  • i486SL
    Intel 80486SL

    The Intel's i486SL is the power-saving variant of the Intel 80486DX microprocessor. The SL was designed for use in mobile computers. It was produced between November 1992 and June 1993....
     — low power version of the i486DX, reduced VCore, power conservation circuitry - mainly for use in portable computers.
  • i486SL-NM — i486SL based on i486SX
  • i487SX — i486DX with a slightly different pinout sold as an FPU upgrade to i486SX systems; it was widely documented that an i487SX when installed completely disabled the existing i486SX on the motherboard
    Motherboard

    A motherboard is the central printed circuit board in some complex electronic systems, such as modern personal computers. The motherboard is sometimes alternatively known as the mainboard, system board, or, on Apple Inc....
    , replacing it.
  • i486 OverDrive
    Intel 80486 OverDrive

    The Intel's i486 OverDrive processors are a category of various Intel 80486s that were produced with the designated purpose of being used to upgrade personal computers....
     — i486SX, i486SX2, i486DX2 or i486DX4. Marked as upgrade processors, some models had different pinouts or voltage handling abilities from 'standard' chips of the same speed stepping. Fitted to a coprocessor or "OverDrive" socket on the motherboard, worked the same as the i487SX.
  • i486DX4
    Intel 80486DX4

    The Intel IntelDX4 is a clock-tripled 80486 microprocessor with 16kb L1 cache. Intel named it deceptively during litigation with AMD over trademarks....
     — designed to run at triple clock rate (not quadruple as often believed; the DX3, which was meant to run at 2.5x the clock speed, was never released). DX4 models that featured write-back cache were identified by an "&EW" laser etched into their top surface, while the write-through models were identified by "&E".
Model Specified max clock
Clock rate

The clock rate is the fundamental rate in cycles per second for the frequency of the clock in any synchronous circuit. For example, a crystal oscillator frequency reference typically is synonymous with a fixed sinusoidal waveform, a clock rate is that frequency reference translated by electronic circuitry into a corresponding square wav...
 
Voltage L1-Cache Introduced
i486DX (P4) 20,25,33 MHz; 50 MHz 5V 8 KB WT April 1989; April 1989; May 1990; June 1991
i486SL 20,25,33 MHz 5V or 3.3V 8 KB WT Nov 1992
i486DXL ? ? 8 KB WT ?
i486SX (P23) 16,20,25 MHz (33 MHz) 5V 8 KB WT September 1991 (September 1992)
i486DX2 (P24) 40/20, 50/25 MHz (66/33 MHz) 5V 8 KB WT March 1992 (August 1992)
i486DX-S (P4S) 33 MHz; 50 MHz 5V or 3.3V 8 KB WT June 1993
i486DX2-S (P24S) 40/20, 50/25 MHz (66/33 MHz) 5V or 3.3V 8 KB WT June 1993
i486SX-S (P23S) 25,33 MHz 5V or 3.3V 8 KB WT June 1993
i486SXL ? ? 8 KB WT ?
i486SX2 50/25, 66/33 MHz 5V 8 KB WT March 1994
IntelDX4 (P24C) 75/25, 100/33 MHz 3.3V 16 KB WT March 1994
IntelDX4WB 100/33 MHz 3.3V 16 KB WB October 1994
i486DX2WB (P24D) 50/25, 66/33 MHz 5V 8 KB WB October 1994
i486DX2 (P24LM) 90/30 MHz; 100/33 MHz 2.5-2.9V 8 KB WT 1994


WT = Write-Through cache strategy, WB = Write-Back cache strategy

The specified maximum internal clock frequency (on Intels versions) ranged from 16 to 100 MHz. The 16 MHz i486SX model was used by Dell Computers but sometimes ridiculed for the fact that it was handily beaten by many 386 systems. One of the few 486 models specified for a 50 MHz bus (486DX-50) initially had overheating problems and was moved to the 0.8 micrometre fabrication process. However, problems continued when installed in local bus systems due to the high bus speed, making it rather unpopular with mainstream consumers as local bus video was considered a requirement at the time. It was soon eclipsed by the clock-doubled i486DX2
Intel 80486DX2

The Intel's i486DX2 is a central processing unit produced by Intel that was introduced in 1992. The i486DX2 was nearly identical to the Intel 80486DX but for the addition of clock multiplier circuitry....
 which instead ran the CPU logic at twice the external bus speed. However, the 486DX-50 remained popular with users of EISA systems. More powerful 486 iterations such as the OverDrive and DX4 were less popular (the latter available as an OEM part only), as they came out after Intel had released the next generation Pentium
Pentium

Introduced on March 22, 1993, the original Pentium was the first superscalar x86 architecture microprocessor. Its fifth-generation x86 microarchitecture was a direct extension of the 80486 architecture with dual integer pipeline s, a faster FPU unit, wider data bus, and features for further reduced address calculation latency....
. Certain steppings of the DX4 also officially supported 50 MHz bus operation but was a seldom used feature.

Gaming

The 486DX2 66 MHz was the most widespread high-end 486 version. ? For many players of video games during the early and mid 1990s, towards the end of the MS-DOS
MS-DOS

MS-DOS is an operating system commercialized by Microsoft. It was the most commonly used member of the DOS family of operating systems and was the main operating system for personal computers during the 1980s....
 gaming era, it was often coupled with 8 - 16 MB
Megabyte

Megabyte is a SI prefix-multiple of the unit byte for digital information computer storage or transmission and is equal to 106 bytes....
 RAM and a VLB
VESA Local Bus

The VESA Local Bus was mostly used in personal computers. VESA Local Bus worked alongside the Industry Standard Architecture bus; it acted as a high-speed conduit for memory-mapped I/O and Direct memory access, while the ISA bus handled interrupts and port-mapped I/O....
 video card. This configuration was capable of running every title available for several years after its release, making it a "sweet spot
Sweet spot

A sweet spot is a place, often numerical as opposed to physical, where a combination of factors suggest a particularly suitable solution.In the context of a racquet, bat or similar sporting instrument, sweet spot is often believed to be the same as the center of percussion....
" in CPU performance and longevity. The introduction of 3D computer graphics
3D computer graphics

3D computer graphics are graphics that use a Cartesian coordinate system#Three-dimensional coordinate system representation of geometric data that is stored in the computer for the purposes of performing calculations and rendering 2D images....
 spelled the end of the 486's reign, because 3D graphics make heavy use of floating point
Floating point

In computing, floating point describes a system for numerical representation in which a String of digits represents a rational number.The term floating point refers to the fact that the radix point can "float": that is, it can be placed anywhere relative to the Significant figures of the number....
 calculations and the need for faster CPU cache
CPU cache

A CPU cache is a cache used by the central processing unit of a computer to reduce the average time to access computer storage. The cache is a smaller, faster memory which stores copies of the data from the most frequently used main memory locations....
 and more memory bandwidth
Memory bandwidth

Memory bandwidth is the rate at which data can be read from or stored into a semiconductor memory by a central processing unit. Memory bandwidth is usually expressed in units of bytes per second, though this can vary for systems with natural data sizes that are not a multiple of the commonly used 8-bit bytes....
. Developers also began to target the Pentium almost exclusively with x86 assembly language
X86 assembly language

x86 assembly language is the family of backwards-compatible assembly languages for the x86 class of processors, which includes Intel's Pentium series and AMD's Athlon series....
 optimizations (e.g. Quake
Quake

Quake is a first-person shooter computer game that was released by id Software on June 22, 1996. It was the first game in the popular Quake of computer and video games....
); many of these games required the speed of the Pentium's double-pipelined architecture anyway, so even if the code had been optimized for the 486 instead, it still would not have given satisfactory performance there.

Competitive alternatives

486 compatible processors have been produced by other companies such as IBM, Texas Instruments
Texas Instruments

Texas Instruments , better known in the electronics industry as TI, is an United States company based in Dallas, Texas, Texas, United States, renowned for developing and commercializing semiconductor and computer technology....
, AMD, Cyrix
Cyrix

Cyrix was a Central processing unit manufacturer that began in 1988 in Richardson, Texas as a specialist supplier of high-performance math coprocessors for Intel 80286 and Intel 80386 systems....
, UMC
United Microelectronics Corporation

UMC was founded as Taiwan's first semiconductor company in 1980 as a spin-off of the government-sponsored institute Industrial Technology Research Institute....
, and SGS Thompson. Some are near duplicates in terms of specifications and performance, some are not. (IBM's multiple source requirement is one of the reasons behind its x86-manufacturing since the 80286.) The 486 was, however, covered by many of Intel's patents relating to the 80386 as well as some of its own. Intel and IBM have broad cross-licenses of these patents, and AMD was granted rights to the relevant patents in the 1995 settlement of a lawsuit between the companies.

AMD produced several models of the 486 using a 40 MHz bus (486DX-40, 486DX/2-80 & 486DX/4-120) which had no equivalent available from Intel, as well as a part specified for 90 MHz, using a 30 MHz external clock, that was sold only to OEMs. The fastest running 486 CPU, the Am5x86, ran at 133 MHz and was released by AMD in 1995. 150 MHz and 160 MHz parts were planned but never officially released.

Motherboards and Buses

Early 486 machines were equipped with several ISA
Industry Standard Architecture

Industry Standard Architecture was a computer bus standard for IBM compatible computers....
 slots (using an emulated PC/AT-bus) and sometimes one or two 8-bit
8-bit

Eight-bit CPUs normally use an 8-bit data bus and a 16-bit address bus which means that their address space is limited to 64 KBs. This is not a "natural law", however, so there are exceptions....
-only slots (compatible with the PC/XT-bus). Many motherboard
Motherboard

A motherboard is the central printed circuit board in some complex electronic systems, such as modern personal computers. The motherboard is sometimes alternatively known as the mainboard, system board, or, on Apple Inc....
s enabled overclocking of these up from the default 6 or 8 MHz to perhaps 16.5 or 20 MHz (half the i486 bus clock) in a number of steps, often from within the BIOS
BIOS

In computing, the Basic Input/Output System , also known as the System BIOS, is a de facto standard defining a firmware interface for IBM PC Compatible computers....
 setup. Especially older peripheral cards normally worked well at such speeds as they often used standard MSI chips instead of slower (at the time) custom VLSI designs. This could give significant performance gains (such as for old video cards moved from a 386 or 286 computer, for example). However, operation beyond 8 or 10 MHz could sometimes lead to stability problems, at least in systems equipped with SCSI and/or sound cards.

Some motherboards came equipped with a 32-bit bus called EISA
Extended Industry Standard Architecture

The Extended Industry Standard Architecture is a bus standard for IBM compatible computers. It was announced in late 1988 by IBM PC compatible vendors as a counter to IBM's use of its Proprietary software MicroChannel Architecture in its IBM Personal System/2 series....
 that was backward compatible with the ISA-standard. EISA offered a number of attractive features such as increased bandwidth, extended addressing, IRQ sharing, and card configuration through software (rather than through jumpers, DIP switches, etc) However, EISA cards were expensive and therefore mostly employed in servers and workstations. Consumer desktops often used the simpler but faster VESA Local Bus
VESA Local Bus

The VESA Local Bus was mostly used in personal computers. VESA Local Bus worked alongside the Industry Standard Architecture bus; it acted as a high-speed conduit for memory-mapped I/O and Direct memory access, while the ISA bus handled interrupts and port-mapped I/O....
, unfortunately somewhat prone to electrical and timing-based instability; typical consumer desktops had ISA slots combined with a single VLB slot for a video card. VLB was gradually replaced by PCI
Peripheral Component Interconnect

The PCI Local Bus , or Conventional PCI, is a computer bus for attaching computer hardware in a computer. These devices can take either the form of an integrated circuit fitted onto the motherboard itself, called a planar device in the PCI specification or an expansion card that fits into a socket....
 during the final years of the 80486 period. Few Pentium motherboards had VLB support as VLB was based directly on the i486 bus; it was no trivial matter adapting it to the quite different Pentium-bus. ISA persisted through the original Pentium generation and was not completely displaced by PCI until the Pentium II era.

Late 486 boards were normally equipped with both PCI- and ISA-slots, and sometimes a single VLB slot as well. In this configuration VLB or PCI thoughput sometimes suffered greatly depending on how the buses were bridged. The VLB slot in these systems was usually only fully compatible with video cards (quite fitting as "VESA" stands for Video Electronics Standards Association
VESA

VESA is an international standards body for computer graphics founded in the late 1980s by NEC Home Electronics and eight other video display adapter manufacturers....
); VLB-IDE, multi I/O, or SCSI cards could have problems on motherboards with PCI slots. The VL-Bus operated at the same clock speed as the i486-bus (basically being a local 486-bus) while the PCI bus also usually depended on the i486 clock but sometimes had a divider setting available via the BIOS. This could be set to 1/1 or 1/2, sometimes even 2/3 (for 50 MHz CPU clocks). Some motherboards limited the PCI clock to the specified maximum of 33 MHz and certain network cards depended on this frequency for correct bit-rates. The ISA clock was typically generated by a divider of the CPU/VLB/PCI clock (as implied above).

One of the earliest complete systems to use the 80486 chip was the Apricot VX FT, produced by United Kingdom hardware manufacturer Apricot Computers
Apricot Computers

Apricot Computers is a United Kingdom manufacturer of business personal computers, originally founded in 1965 as "Applied Computer Techniques" , changing their name to Apricot Computers, Ltd....
. Even overseas in the United States it drew attention as "The World's First 486" in a popular September 1989 issue of Byte magazine
Byte (magazine)

Byte magazine was an influential microcomputer computer magazine in the late 1970s and throughout the 1980s, because of its wide-ranging editorial coverage....
 (shown right).

Later 486 boards also supported Plug-And-Play
Plug-and-play

In computing, plug and play is a term used to describe the characteristic of a computer bus, or device specification, which facilitates the discovery of a hardware component in a system, without the need for physical device configuration, or user intervention in resolving resource conflicts....
, the Microsoft
Microsoft

Microsoft Corporation is a multinational corporation computer technology corporation that develops, manufactures, licenses, and supports a wide range of computer software products for computing devices....
 technology designed to make component installation easier for consumers that began as a part of Windows 95
Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system. It was released on August 24, 1995 by Microsoft, and was a significant progression from the company's previous Microsoft Windows products....
.

Obsolescence


Windows 95
Windows 95

Windows 95 is a consumer-oriented graphical user interface-based operating system. It was released on August 24, 1995 by Microsoft, and was a significant progression from the company's previous Microsoft Windows products....
 signaled the end of the 486 era due to its high memory requirements (16 MB to perform as well as Windows 3.x with just 8 MB). Many 486 users at that time were running eight 1  MB 30-pin SIMMs
SIMM

A SIMM, or single in-line memory module, is a type of memory module containing random access memory used in computers from the early 1980s to the late 1990s....
 on a motherboard with as many SIMM sockets, leaving no available room for expansion (without replacing existing memory with larger SIMMs, which was expensive and not always supported by the motherboard.) As 4-Meg 30-pin SIMMs were still very expensive at that time, it usually made more sense to buy a Pentium than to spend a premium on upgrading a system that was nearing the end of its service life. In the general purpose desktop computer role, the 486s were used as budget machines for people who could not afford the latest computers, until around 2001, when Windows 95 support ended and Windows 98, ME, NT 4.0, 2000, NT 4.0 and XP required more powerful computers. A small proportion of 486s stayed in service much longer in dedicated roles off the desktop as servers, network hosts, routers, terminal emulators, process control systems, etc., running various operating systems other than Microsoft Windows 98 and later. Some people also kept 486-based PCs for playing classic games under MS-DOS, as to those people having the additional old computer taking up some physical space alongside their newer system was worth the benefit of being able to run their favorite old games perfectly and not having to accept the limitations (to fidelity and authenticity) of running those games in an emulator or the hassles of getting each game to work with the emulator.

See also

  • List of Intel microprocessors
    List of Intel microprocessors

    This generational and chronological list of Intel microprocessors attempts to present all of Intel Corporation's microprocessors from the pioneering 4-bit Intel 4004 to the present high-end offerings, the 64-bit Itanium#Itanium2 and Intel Core 2 and Xeon 5100 and 7100 series processors ....
  • Motorola 68040
    Motorola 68040

    The Motorola 68040 is a microprocessor from Motorola, released in 1990. It is the successor to the 68030 and is followed by the 68060 In keeping with general Motorola naming, the 68040 is often referred to as simply the 040 ....
    , although not compatible, often positioned as the Motorola
    Motorola

    Motorola, Inc. is an United States, multinational, Fortune 100, telecommunications company based in Schaumburg, Illinois. It is a manufacturer of wireless telephone handsets, also designing and selling wireless network infrastructure equipment such as cellular transmission base stations and signal amplifiers....
     equivalent to the Intel 80486 in terms of performance and features.


External links