You know you’re old when you find stuff that commemorates something that happened 43 years ago and it was around the time you were born. Rummaging through my game cupboard (the one where you stuff all the monopoly versions you received for Christmas 26 years ago), I found this playing card set celebrating Intel‘s 25th anniversary.
1968–1993
February 15, 2011
Leave a Comment » |
Lost+Found | Tagged: 80486, cards, IBM 360, IBM 360/30, Intel, Pentium, playing cards |
Permalink
Posted by Steven Pigeon
The CFM-01
January 4, 2011In a previous post, I presented the CFM-00, a “cluster” of 8 Pentium III at 500MHz, assembled into one MDF casing. The assembly was rather clean-cut given the rather rudimentary materials (MDF and threaded rods) but the resulting computing power is dismal (but that’s no surprise). We have about 2GHz of computing power, and at 128MB of ram per node, it makes running even just a remote shell not that responsive.
A few months ago, my friend Christopher came to me with a data center clearing deal with Pentium III 1GHz 1U rack-mount (with 512MB of RAM) servers for $15, and I got eight of them to build the CFM-01, the successor to the CFM-00. But I did not strip the motherboards from their casing this time, I built an inexpensive rack out of slotted angle steel.
3 Comments |
hacks, Operating System, programming, Zen | Tagged: cfm-00, cfm-01, Cluster, Pentium, pentium III |
Permalink
Posted by Steven Pigeon
The Perfect Instruction Set
December 28, 2010The x86 architecture is ageing, but rather than looking for re-invention, it only saw incremental extensions (especially for operating system instructions and SIMD) over the last decade or so. Before getting to the i7 core, we saw a long series of evolutions—not revolutions. It all started with the 8086 (and its somewhat weaker sibling, the 8088), which was first conceived as an evolutionary extension to the 8085, which was itself binary compatible with the 8080. The Intel 8080′s lineage brings us to the 8008, a 8 bits of data, 14 bits of address micro-processor. Fortunately, the 8008 isn’t a double 4004. The successors of the 8086 include (but the list surely isn’t exhaustive) the 80186, the 80286, the 80386, first in the series to include decent memory protection for multitasking, then the long series of 486, various models of Pentium, Core 2 and i7.
So, just like you can trace the human lineage to apes, then to monkeys, and eventually to rodent-like mammals, the x86 has a long history and is still far from being perfect, and its basic weakness, in my opinion, is that it still use the 1974 8080 accumulator-based instruction set architecture. And despite a number of very smart architectural improvements (out of order execution, branch prediction, SIMD), it still suffers from the same problems the 8085 did: the instruction set is not orthogonal, it contains many obsolete complex instructions that aren’t used all that much anymore (such as the BCD helpers), and that everything has to be backwards compatible, meaning that every new generation still is more of the same, only (mostly) faster.
But what would be the perfect instruction set? In [1], the typical instruction set is composed of seven facets (to which I add an eighth):
16 Comments |
CPU Architecture, Operating System, Portable Code, programming | Tagged: 386, 80186, 80286, 80386, 8080, 8086, 8088, closed-source, Core2, cross-platform programming, i3, i5, i7, ISA, Open-Source, Pentium, Proprietary Software, x86 |
Permalink
Posted by Steven Pigeon


