Execution of ELF?

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.
Post Reply
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Execution of ELF?

Post 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.
Tyler
Member
Member
Posts: 514
Joined: Tue Nov 07, 2006 7:37 am
Location: York, England

Post by Tyler »

Search google for the ELF Specs.
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Post 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! ;)
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

I actually searched for Elf spec after Tyler's post, but didn't say anything...
Post Reply