Add note about inspirations for project to give credit

This commit is contained in:
Jeremiah Orians 2019-07-27 18:05:18 -04:00
parent 43ebd176b9
commit af2508e2a1
No known key found for this signature in database
GPG Key ID: 5410E91C14959E87
1 changed files with 10 additions and 0 deletions

10
README
View File

@ -215,3 +215,13 @@ on x86 and thus verify software builds for hardware one does not even have.
*** M2-Planet_x86
The x86 port of the M2-Planet C compiler v1.0 used as one of the paths in
bootstrapping M2-Planet on x86 hardware.
* Inspirations
This work wouldn't have come so far without the inspirational work of others
They are in alphabetical order of the Author's last names
GRIMLEY EVANS, Edmund - bcompiler [http://homepage.ntlworld.com/edmund.grimley-evans/bcompiler.html] :: The inspiration for hex0, hex1 and hex2
GRIMLEY EVANS, Edmund - cc500 [http://homepage.ntlworld.com/edmund.grimley-evans/cc500] :: The inspiration for M2-Planet
Jones, Richard W.M. - jonesforth [http://git.annexia.org/?p=jonesforth.git] :: The inspiration for stage2 FORTH and initial_library
Piner, Steve and Deutsch, L. Peter - Expensive Typewriter [http://archive.computerhistory.org/resources/text/DEC/pdp-1/DEC.pdp_1.1972.102650079.pdf] :: The inspiration for SET
kragensitaker - The Monitor [https://old.reddit.com/r/programming/comments/9x15g/programming_thought_experiment_stuck_in_a_room/c0ewj2c/] :: The inspiration for the hex0-monitor