Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I would like to code an Elf loader for my OS, but I need some documentations about Elf file format, and also how the Oses load them .
Actually, I've only found some structures in "man elf" ( which I've used on my elf.h ), and Google gives me only articles with Elf history, the Oses which use them ... ( i.e Wikipedia ) .
Some links please ?
I also need to know what I have to implement on my OS before I code the Elf loader .
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]