I worked on one of the first dual core processors when I was at C-Cube Microsystems way back in 2000. It was an SoC with two microSPARC cores. One core was a general purpose processor for system functions running VxWorks and the other core was an MPEG-2 encoder/decoder running bare metal.
There was no MMU and the direct mapped data caches were not coherent (data segments had to be padded to a cache line to avoid the processors overwriting each others memory).
The chip was designed by Les Kohn of i860 fame. Here's a pic of an engineering sample with a 2001 date code.
This series/podcast is fantastic. It is worth checking out if you enjoyed Hannibal's old articles on Ars Technica, but don't mind a more human touch to it.
Btw, someone should really write a spiritual sequel to "Inside the Machine: An Illustrated Introduction to Microprocessors and Computer Architecture"
11 comments
[ 2.0 ms ] story [ 38.0 ms ] threadThis was a descendent of the Berkeley RISC, and it had register windows in what might be a more advanced design.
As far as I know, it was used in the AMD K5 x86 CPU as the backend behind an x86 translation layer.
https://en.wikipedia.org/wiki/AMD_Am29000
Clip of Philip describing AMD 29k: https://youtu.be/I5cYxLg7Vfc
Full Episode: https://microarch.club/episodes/1/
Previous HN Post: https://news.ycombinator.com/item?id=39452960
There was no MMU and the direct mapped data caches were not coherent (data segments had to be padded to a cache line to avoid the processors overwriting each others memory).
The chip was designed by Les Kohn of i860 fame. Here's a pic of an engineering sample with a 2001 date code.
https://www.w6rz.net/domino.png
Btw, someone should really write a spiritual sequel to "Inside the Machine: An Illustrated Introduction to Microprocessors and Computer Architecture"
https://www.youtube.com/@MicroarchClub/videos
That's something I'd be interested in (~1h45m).
I have both editions of O'Reilly's Ethernet book:
* https://www.oreilly.com/library/view/ethernet-the-definitive...
* https://www.oreilly.com/library/view/ethernet-the-definitive...
Wouldn't mind an update of that either.