Difference between revisions of "CADR"

From Computer History Wiki
Jump to: navigation, search
m (External links: +images)
m (External links: +cadr2/mit/)
Line 6: Line 6:
  
 
* [http://www.unlambda.com/index.php?n=Main.Cadr Retrocomputing - MIT CADR Lisp Machines] - Includes emulator, complete sources, and bootable disk images
 
* [http://www.unlambda.com/index.php?n=Main.Cadr Retrocomputing - MIT CADR Lisp Machines] - Includes emulator, complete sources, and bootable disk images
 +
* [https://github.com/hanshuebner/cadr2/tree/master/mit cadr2/mit/] - much MIT CADR material
 
* [http://www.stupi.se/Bilder/pdp-10/jpg1/dscn2952.jpg CPU image]
 
* [http://www.stupi.se/Bilder/pdp-10/jpg1/dscn2952.jpg CPU image]
 
* [http://www.stupi.se/Bilder/pdp-10/jpg1/dscn2949.jpg CPU backplane image]
 
* [http://www.stupi.se/Bilder/pdp-10/jpg1/dscn2949.jpg CPU backplane image]

Revision as of 11:29, 27 August 2021

The CADR was the first successful LISP machine, built by the MIT AI Lab as a follow-on to the prototype CONS machine.

Physically, the microcoded CPU was a single huge wire-wrap swing-out bay mounted in the front of an H960 rack. A separate backplane held main memory cards, I/O cards, etc.

External links