Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with typo fixes #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
legacy-cc
=========

The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
The earliest versions of the very first C compiler known to exist in the wild written by the late legend himself dmr.

These are not capable of being compiled today with modern c compilers like gcc. I am only posting these here for the enjoyment and reminiscing of the spark that ignited a soon to be trillion dollar industry. Enjoy. :)
These are not capable of being compiled today with modern C compilers like gcc. I am only posting these here for the enjoyment and reminiscing of the spark that ignited a soon to be trillion dollar industry. Enjoy. :)

You guys might be able to play around building this compilier with Aiju's pdp-11/unix emulator. I havent tried building this myself so I cant confirm it works, but I posted the link to his emulator for anybody wanting to hack around with it.

Source: [https://www.bell-labs.com/usr/dmr/www/primevalC.html] alt-link [http://cm.bell-labs.co/who/dmr/primevalC.html]
Source: https://www.bell-labs.com/usr/dmr/www/primevalC.html (alt-link: http://cm.bell-labs.co/who/dmr/primevalC.html)

*Useful Links*

PDP-11 Emulator: [http://pdp11.aiju.de/]
PDP-11 Emulator: http://pdp11.aiju.de/

Research Unix Repository: [https://www.tuhs.org/Archive/Distributions/Research/]
Research Unix Repository: https://www.tuhs.org/Archive/Distributions/Research/