A set of minimal dependency bootstrap binaries
Go to file
Jeremiah Orians 222b7bcca3
Finished prototype stylesheet for Web assembly IDE
2016-07-20 20:26:40 -04:00
Linux Bootstrap Organized files and expanded notes 2016-05-21 20:12:34 -04:00
img Experimenting with org-mode images 2016-07-03 22:57:12 -04:00
public Finished prototype stylesheet for Web assembly IDE 2016-07-20 20:26:40 -04:00
stage0 Updated syntax of assembler to simplify task of identifying labels 2016-07-01 17:14:14 -04:00
stage1 Updated syntax of assembler to simplify task of identifying labels 2016-07-01 17:14:14 -04:00
x86 Minor reorganization 2016-06-05 14:46:30 -04:00
.gitignore Initial starting point for the creation of our hex bootstrap toolchain 2016-05-01 09:03:41 -04:00
Checksums.org Added checksum list for third party analysis 2016-07-02 13:12:14 -04:00
ISA_HEX_Map.org Experimenting with org-mode images 2016-07-03 22:57:12 -04:00
LICENSE Added README and LICENSE 2016-05-18 18:52:18 -04:00
README Improved documentation to reflect sytle information obtained. 2016-06-12 18:25:38 -04:00
SET.c Added Minimal TTY library required for proper user interface approximation and fixed bugs in SET 2016-07-18 18:30:03 -04:00
asm.c Reduced scope of hex lookup table 2016-07-04 15:12:58 -04:00
disasm.c Incorporated the Compare and Skip instructions to the VM, assembler and disassembler 2016-06-26 10:44:09 -04:00
notes.org Moved reference to proper file 2016-07-02 13:14:18 -04:00
tty.c Fixed issue caused by cooked mode 2016-07-18 21:32:23 -04:00
vm.c Fixed issue caused by cooked mode 2016-07-18 21:32:23 -04:00
vm.h We will deal with tests later as idea needs to be explored before integration 2016-06-12 09:02:00 -04:00
vm_instructions.c Fixed issue caused by cooked mode 2016-07-18 21:32:23 -04:00

README

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.

Additionally, all code must be able to be understood by 70% of the population of programmers.
If the code can not be understood by that volume, it needs to be altered until it satifies the above requirement.

WE DON'T WANT YOUR CLEVER CODE. Only stupidly simple code will be accepted.
The Madness must be satisfied and only with the Blood ritual of code we perform here.

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.