Hacker News new | ask | show | jobs
by userbinator 412 days ago
I've worked with "both sides" and the way ELF shared libraries on Linux work is an absolute bloody mess compared to how Windows' PE works. On Windows the same executable format and dynamic linker are usable in both user and kernel mode.
1 comments

to be fair to linux, elf was bolted on after a few years, the original linux used a variant of coff without shared library support.