HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by frumplestlatz

Comment by frumplestlatz a day ago

3 replies

View on Hacker News

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

lrvick a day ago

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

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

Reply View | 0 replies
degamad a day ago

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

Reply View | 1 reply
  • lrvick a day ago

    Technically it is raw x86 machine code in hexadecimal, a scheme called "hex0"

    Reply View | 0 replies