Differences between version 6 and previous revision of CPU.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 6 | Last edited on Tuesday, August 5, 2003 4:11:18 am | by AristotlePagaltzis | Revert |
Older page: | version 5 | Last edited on Monday, July 7, 2003 1:01:20 pm | by JohnMcPherson | Revert |
@@ -2,18 +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] (also known as ix86)
- * [ia64]
- * [PowerPC]
- * [MIPS]
- * [Alpha]
- * [SPARC]
+* [ia32] (also known as ix86)
+* [ia64]
+* [PowerPC]
+* [MIPS]
+* [Alpha]
+* [SPARC]
Other CPU families include:
-
* [680x0] (made by [Motorola])
- * [ARM]
+* [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.