Added README and LICENSE

This commit is contained in:
Jeremiah Orians 2016-05-18 18:52:18 -04:00
parent a8106ed204
commit 7bad58ea0b
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
2 changed files with 200 additions and 0 deletions

190
LICENSE Normal file

File diff suppressed because one or more lines are too long

10
README Normal file
View File

@ -0,0 +1,10 @@
This is a set of manually created hex programs in a Cthulhu Path to madness fashion.
Which only have the goal of creating a bootstrapping path to a C compiler capable of
Compiling GCC, with only the explicit requirement of a single 1 KByte binary or less.
This repo contains a few of my false start pieces that may be of interest to people who
want to independently create the root binary, I welcome all bug fixes and code that aids
in the above stated goal.
I'll be adding more code and documentation as I build pieces.
ALL code in this REPO is under the GPLv3 or Later.