Skip to content

C7C8/PDP-1186

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDP-1186

Build Status codecov

Emulator for the PDP-11, to allow PDP-11 code to run on x86-based machines. Because why not?

About

The PDP-11 was a 16-bit minicomputer produced by DEC (Digital Equipment Corporation) during the 1970's. The "mini" part is deceiving -- the actual unit was was about the size of a filing cabinet. For its time is was fairly innovative, inspiring the design of the Intel x86 platform, which most computers today are based on. Notably, it ran the first officially named version of Unix.

Build

This project uses cmake. If you don't know what that is, Google it. Doing something like cmake . should generate some build file stuff for you. Here's a list of dependencies:

Build:

  • None yet.

Test:

  • gtest -- already included