Power Developer
https://powerdeveloper.org/forums/

elf description for MorphOS
https://powerdeveloper.org/forums/viewtopic.php?f=25&t=933
Page 1 of 1

Author:  mark-tbs [ Sun Nov 19, 2006 4:25 am ]
Post subject:  elf description for MorphOS

hello there,

is it possible to get information of the elf fileformat used with MorphOS? i'm working on disassembler, but i didn't find anywhere anything about the constants, flags, types etc used in MorphOS elf binaries...

for now it reads and disassembles PowerPC code only, but not everything in elf headers is recognised correctly, as lots of values are for me 'unknown'...

thanks in advance for the information...

bye, MarK.

ps: i have the 1.2 elf specifications

Author:  Grzegorz Kraszewski [ Mon Nov 20, 2006 5:37 am ]
Post subject: 

There are no special things in MOS ELF as far as I know, MOS uses standard sections. The only MOS specific thing is __abox__ symbol, used to distinguish MOS executables. In earlier versions of MOS GCC it had to be explicitly declared in sources as global variable. I guess in current SDK it is added automatically at linking stage.

Author:  mark-tbs [ Tue Nov 21, 2006 7:22 am ]
Post subject:  Re: elf description for MorphOS

well, the first thing, that is not described is the PowerPC machine... its code is 0x14, iirc, and inside other elf tables i found another flags used, that are not described, and that also are not inside user specific fields... so that they are illegal... for me, it would be enough to be able to name them, i need it only to be able to describe the elf file format...

thanks in advance...

bye, MarK.

ps: if You want some exact values, i can provide them by email...

Page 1 of 1 All times are UTC-06:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/