Differences between version 4 and revision by previous author of CPU.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 4 | Last edited on Monday, October 28, 2002 4:56:17 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,16 @@
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.