View previous topic :: View next topic |
Author |
Message |
Phenax l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/13666193544974d74443eba.gif)
Joined: 10 Mar 2006 Posts: 972
|
Posted: Tue Sep 19, 2006 8:32 pm Post subject: ia32 a.out emulation |
|
|
Hey guys, I'm pretty new to Linux, so I don't have a great history.
Anyways, I'm on a AMD64, and was wondering exactly what ia32 a.out emulation does. I have ia32 emulation enabled but am confused as to what 'a.out' emulation is. By default, if I compile one of my projects with GCC it outputs a a.out, so it's kind of confusing. I've disabled it with no problems but would like to know what exactly it is.
Is a.out the predecessor to ELF or something?
Thanks. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54831 Location: 56N 3W
|
Posted: Tue Sep 19, 2006 8:42 pm Post subject: |
|
|
Phenax,
a.out and elf are the two binary file formats used on the IA32 platform for program files.
Most things are in elf format - aout is rarely used. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
mudrii l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Wed Sep 20, 2006 9:01 am Post subject: |
|
|
if you on AMD64 and you profile is multilib it is better to have 32bit emulation in you kernel especially for the Desktop if you you no-multilib than you could dissable ia32 a.out emulation _________________ www.gentoo.ro |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|