~jbicha/ubuntu/oneiric/installation-guide/merge-with-debian

« back to all changes in this revision

Viewing changes to en/hardware/supported/i386.xml

  • Committer: Jeremy Bicha
  • Date: 2011-09-02 09:14:44 UTC
  • Revision ID: jbicha@ubuntu.com-20110902091444-ze21aufnyjy2cz5o
Merged in en/ from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!-- retain these comments for translator revision tracking -->
2
 
<!-- $Id: i386.xml 56248 2008-10-03 17:07:28Z fjp $ -->
 
2
<!-- $Id: i386.xml 65170 2010-10-26 23:35:14Z sthibault $ -->
3
3
 
4
4
 
5
5
  <sect2 arch="i386"><title>CPU, Main Boards, and Video Support</title>
21
21
 
22
22
</para><para>
23
23
 
24
 
However, Ubuntu &releasename; will <emphasis>not</emphasis> run
 
24
However, &debian; &release; will <emphasis>not</emphasis> run
25
25
on i586 or earlier processors.  Despite the architecture name "i386", support
26
26
for actual 80386 processors (and their clones) was dropped with the Sarge
27
27
(r3.1) release of Debian<footnote>
30
30
We have long tried to avoid this, but in the end it was necessary due a
31
31
unfortunate series of issues with the compiler and the kernel, starting
32
32
with an bug in the C++ ABI provided by GCC.  You should still be able to
33
 
run Ubuntu on actual 80386 processors if you compile your own
 
33
run &debian; on actual 80386 processors if you compile your own
34
34
kernel and compile all packages from source, but that is beyond the
35
35
scope of this manual.
36
36
</para>
42
42
 
43
43
<para>
44
44
 
45
 
Many Ubuntu packages will actually run slightly faster on modern computers
 
45
Many &debian; packages will actually run slightly faster on modern computers
46
46
as a positive side effect of dropping support for these old chips.  The
47
47
i486, introduced in 1989, has three opcodes (bswap, cmpxchg, and xadd)
48
48
which the i386, introduced in 1986, did not have. Previously, these could not
49
 
be easily used by most Ubuntu packages; now they can.
 
49
be easily used by most &debian; packages; now they can.
50
50
 
51
51
</para>
52
52
 
67
67
 
68
68
The system bus is the part of the motherboard which allows the CPU to
69
69
communicate with peripherals such as storage devices.  Your computer
70
 
must use the ISA, EISA, PCI, PCIe, or VESA Local Bus (VLB, sometimes called the VL
 
70
must use the ISA, EISA, PCI, PCIe, PCI-X, or VESA Local Bus (VLB, sometimes called the VL
71
71
bus).  Essentially all personal computers sold in recent years use one
72
72
of these.
73
73