Penguin

Differences between version 5 and revision by previous author of CPU.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 5 Last edited on Monday, July 7, 2003 1:01:20 pm by JohnMcPherson Revert
Older page: version 1 Last edited on Monday, July 29, 2002 12:00:33 am by PerryLorier Revert
@@ -2,7 +2,18 @@
  
 The bit of the computer that does all the execution of commands. 
  
 There are several different arch's that Linux supports, including (but not exclusively): 
- * [ia32] 
+ * [ia32] (also known as ix86)  
  * [ia64] 
  * [PowerPC] 
+ * [MIPS]  
+ * [Alpha]  
+ * [SPARC]  
+  
+Other CPU families include:  
+ * [680x0] (made by [Motorola])  
+ * [ARM]  
+  
+CPUs come in 2 flavours: [RISC] and [CISC], although the lines between the 2 are not clear-cut as they should be in theory...  
+  
+See [CPUSockets] for cpu fittings onto motherboards.