Y
Hacker News
new
|
ask
|
show
|
jobs
by
msm_
969 days ago
If I remember correctly, this tiny binary is used to (reproducibly) bootstrap the next binary, which bootstraps the next binary, until eventually GCC can be compiled (and compile other software).
1 comments
Smaug123
969 days ago
The bootstrap chain is
https://github.com/oriansj/stage0-posix-x86/blob/e86bf7d304b...
link