wikis and docu -------------- nice overview and list of interesting bootstrapping projects: https://bootstrapping.miraheze.org/wiki/Main_Page http://bootstrapping.org compiled list of compilers: https://github.com/aalhour/awesome-compilers notes on specific projects -------------------------- https://github.com/ras52/bootstrap bcompiler --------- https://web.archive.org/web/20061108010907/http://www.rano.org/bcompiler.html https://github.com/certik/bcompiler asmc ---- https://gitlab.com/giomasce/asmc.git Bootstrap a C environment via intermediate language (G), writes assembly and proto-tinity in G, then bootstraps a tinyc and a libc. Good testbed, demonstrates the whole bootstrapping process in qemu, really nice. Why is the minikernel written in assembly? Most likely needed early on.. Very good back and forth of documenting the requirements whicle bootstrapping (ASSUMPTIONS.md).