Penguin
Annotated edit history of CPU version 8, including all changes. View license author blame.
Rev Author # Line
3 JohnMcPherson 1 [Acronym] for __C__entral __P__rocessing __U__nit.
2
3 The bit of the computer that does all the execution of commands.
4
5 There are several different arch's that Linux supports, including (but not exclusively):
8 JohnMcPherson 6 * [ia32] (also known as ix86 - includes most Intel and [AMD] chips)
6 AristotlePagaltzis 7 * [ia64]
8 * [PowerPC]
9 * [MIPS]
10 * [Alpha]
11 * [SPARC]
3 JohnMcPherson 12
13 Other CPU families include:
6 AristotlePagaltzis 14 * [680x0] (made by [Motorola])
15 * [ARM]
4 JohnMcPherson 16
5 JohnMcPherson 17 CPUs come in 2 flavours: [RISC] and [CISC], although the lines between the 2 are not clear-cut as they should be in theory...
18
7 JohnMcPherson 19 See [CPUSockets] for cpu fittings onto motherboards, and MotherboardMonitoring for checking the current temperature of your CPU (under linux).