From b23b08e0f006ff871f270e8d2837c9e30b76c9ac Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 18 Oct 2022 21:15:27 +0200 Subject: [PATCH] Add readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1171c7e --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +bootstrap +========= + +This repository is a collection of scripts and notes pertaining to the activity of building [self-hosting](https://en.wikipedia.org/wiki/Self-hosting_(compilers)) software without said software. + +Each directory tells a story, about love, hate, persistence and insanity, and countless wasted hours watching software compile over and over again. If you thought running Gentoo was bad, well, this might just be considerably worse. Some bootstraps are trivial, others just need a full 24 hours to build, and others are involved with a ton of steps. There's a bit of everything in here. + +There's no substantial reason for this repository existing, other than the fact that this problem is solveable for a lot of software fascinates me from a crummy software engineering perspective, and I'm apparently not the only person. Check out the nutcases over at [Bootstrappable](https://bootstrappable.org/) and [GuixSD](https://guix.gnu.org/) for better insight into the issue.