A set of minimal dependency bootstrap binaries
Go to file
Jeremiah Orians b7f25ea1d9
Removed pack/unpack instructions to simplify deployment of VM
2017-03-31 14:47:19 -04:00
High_level_prototypes Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
Library function prototypes Added license to all source files 2017-03-28 20:25:39 -04:00
Linux Bootstrap Added license to all source files 2017-03-28 20:25:39 -04:00
public Improving compliance of all files in repo 2017-03-31 14:05:11 -04:00
stage0 Added license to all source files 2017-03-28 20:25:39 -04:00
stage1 Added license to all source files 2017-03-28 20:25:39 -04:00
stage2 Added license to all source files 2017-03-28 20:25:39 -04:00
x86 Added license to all source files 2017-03-28 20:25:39 -04:00
.gitignore Now all files have license notices 2017-03-31 14:11:11 -04:00
CHANGELOG.org Now all files have license notices 2017-03-31 14:11:11 -04:00
Checksums.org Now all files have license notices 2017-03-31 14:11:11 -04:00
ISA_HEX_Map.org Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
Knight.py Added license to all source files 2017-03-28 20:25:39 -04:00
LICENSE Incorporated official GPL license 2017-03-30 06:34:29 -04:00
README Now all files have license notices 2017-03-31 14:11:11 -04:00
User_Interface.py Added license to all source files 2017-03-28 20:25:39 -04:00
Web Interface prototype Generator.py Added license to all source files 2017-03-28 20:25:39 -04:00
bootstrapping Steps.org Now all files have license notices 2017-03-31 14:11:11 -04:00
dynamic_execution_trace.c Added license to all source files 2017-03-28 20:25:39 -04:00
makefile Adding requested license headers 2017-03-30 06:46:15 -04:00
notes.org Now all files have license notices 2017-03-31 14:11:11 -04:00
tty.c Added license to all source files 2017-03-28 20:25:39 -04:00
vm.c Added license to all source files 2017-03-28 20:25:39 -04:00
vm.h Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
vm_decode.c Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
vm_instructions.c Removed pack/unpack instructions to simplify deployment of VM 2017-03-31 14:47:19 -04:00
wrapper.c Added license to all source files 2017-03-28 20:25:39 -04:00

README

## This file is part of stage0.
##
## stage0 is free software: you an redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation, either version 3 of the License, or
## (at your option) any later version.
##
## stage0 is distributed in the hope that it will be useful,
## but WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
## GNU General Public License for more details.
##
## You should have received a copy of the GNU General Public License
## along with stage0.  If not, see <http://www.gnu.org/licenses/>.

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.

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.