Penguin
Annotated edit history of CPU version 8 showing authors affecting page license. View with all changes included.
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):
6 * [ia32] (also known as ix86 - includes most Intel and [AMD] chips)
7 * [ia64]
8 * [PowerPC]
9 * [MIPS]
10 * [Alpha]
4 JohnMcPherson 11 * [SPARC]
3 JohnMcPherson 12
13 Other CPU families include:
14 * [680x0] (made by [Motorola])
4 JohnMcPherson 15 * [ARM]
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
19 See [CPUSockets] for cpu fittings onto motherboards, and MotherboardMonitoring for checking the current temperature of your CPU (under linux).