6 points | by keepamovin 2 days ago
9 comments
This looks promising, i like the philosophy. keep it up!
do you have any learning resources that you used to build the ELF linker?
Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587
thank you
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).
thank you for the clarification
Very cool effort!
Thanks!
This looks promising, i like the philosophy. keep it up!
do you have any learning resources that you used to build the ELF linker?
Also if you're interested, here's an article that deep dives: https://news.ycombinator.com/item?id=48868587
thank you
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).
thank you for the clarification
Very cool effort!
Thanks!