9 comments

[ 4.7 ms ] story [ 19.2 ms ] thread
This looks promising, i like the philosophy. keep it up!
by the way, do you have any learning resources that you used to create the ELF linker?
do you have any learning resources that you used to build the ELF linker?
It’s not a linker, it just writes ELF format directly which is not such a complicated format.

Look for repos that emit ELF directly in C, Rust, or other languages (eg., tiny compilers or assemblers that skip ld).