Page 1 of 1

Execution of ELF?

Posted: Sat Mar 03, 2007 9:37 pm
by pcmattman
I'm still working on the filesystem stuff (see recent posts) but I can read blocks from the floppy drive and I'd like to know how to get the actual executable data out of an ELF file... I can currently execute plain binary files without any problem (just load them via a sector number :D), just the current problem is how to run an ELF executable.

Posted: Sat Mar 03, 2007 9:44 pm
by Tyler
Search google for the ELF Specs.

Posted: Sat Mar 03, 2007 10:12 pm
by Brynet-Inc
Seriously.. Do you just forget to Google? It's not very hard.. :?

http://www.google.ca/search?hl=en&q=ELF+specification

It's a fairly documented entity! ;)

Posted: Sat Mar 03, 2007 10:16 pm
by pcmattman
I actually searched for Elf spec after Tyler's post, but didn't say anything...