logoalt Hacker News

frumplestlatzlast Sunday at 12:43 PM2 repliesview on HN

How are you bootstrapping a modern C compiler without an existing C/C++ compiler and linker?


Replies

lrvicklast Sunday at 1:49 PM

From 180 bytes of human readable machine code all the way up.

https://codeberg.org/stagex/stagex/src/branch/main/packages/...

degamadlast Sunday at 1:08 PM

In assembly, like stage0 does: https://github.com/oriansj/stage0

show 1 reply