Hacker News new | ask | show | jobs
by vbezhenar 230 days ago
I wonder if anyone implemented loading shared libraries without glibc? It shouldn't be that hard, just need to implement ELF parser and glibc-compatible relocation mechanism.
1 comments

I don't think nobody has done, that. It is just that vendoring your own OS comes with a lot of work.