The ELF Object File Format: Introduction
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
| Non-Linux FOSS: Seashore | May 10, 2013 |
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- New Products
- A Topic for Discussion - Open Source Feature-Richness?
- Drupal Is a Framework: Why Everyone Needs to Understand This
- RSS Feeds
- Validate an E-Mail Address with PHP, the Right Way
- Readers' Choice Awards
- Tech Tip: Really Simple HTTP Server with Python
- DynDNS
48 min 27 sec ago - Reply to comment | Linux Journal
1 hour 20 min ago - All the articles you talked
3 hours 44 min ago - All the articles you talked
3 hours 47 min ago - All the articles you talked
3 hours 48 min ago - myip
8 hours 13 min ago - Keeping track of IP address
10 hours 4 min ago - Roll your own dynamic dns
15 hours 18 min ago - Please correct the URL for Salt Stack's web site
18 hours 29 min ago - Android is Linux -- why no better inter-operation
20 hours 44 min ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?




Comments
ELF
I am using gcc compiler in linux can anybody mail me in detail what libraries are needed in the linux executable programs and how the libraries in the linux are dynamically loaded. if possible can any one mail me source code for this.
thanks & regards
khalid
process to execute the arm program
sir,
i m not not getting the compilation for arm program ,please tell me how we select the path and which file we include in this,
please tell the total commands to run program in linux redhat8.0.
when i enter first command which is like that
arm-elf-as -D -gstabs -ahlms -mcpu=arm7tdmi -O add.o add.s
than i get the message
arm-elf-as: no such file or directory
please help me...
thanking u in advance
Dynamic Loader
I am trying to develop a Dynamic Loader for elf format shared libraries.I would like to know whether a function which is defined in an application say app.out can be called in a shared object file.If yes, How can it be done.
how to convert a.out to a flat binary file
hi friends
i am trying to convert a.out(or we can say "executable") into a flat binary file. so that i can load it into a floppy and run it with out any operating system.
can anyone help me out...
Link to ne next part
As a link is missing to the next part - Part 2 : The ELF Object File Format by Dissection
GCC-ELF
Hi everyone,
I am trying to use 'gcc-elf' but its not reconizing the command. Does anyone know what files I'm missing and where I can obtain them..thanks
Ex. gcc-elf -dr foo.c -> to generate ir(or rtl) using elf format
dude, just use gcc today -
dude, just use gcc today - gcc-elf is what he was using when Linux was still using a.out. So, in that article, he would've been using:
'gcc' - a.out
'gcc-elf' - ELF binary
duh.
This outstanding article is
This outstanding article is continuing to benefit mankind even 11 years after its submission.
I was able to do minimal elf file walkthrough using a C program based on concepts learnt from Eric's articles.
Thank you so much Eric for doing this for us.
Kind Regards,
Prakash
Very useful even after 12
Very useful even after 12 years, and will remain so till we have elf ;;)
The doc about the ELF format
The doc about the ELF format is now there : ELF Format
Just one Word to descirbe
Just one Word to descirbe this article : FANTASTIC !!!!
Re: Kernel Korner: The ELF Object File Format: Introduction
concise & clear
Re: Kernel Korner: The ELF Object File Format: Introduction
Really very useful and interesting introduction.With this i can understand that main advantages of ELF format over a.out is in using with Shared lib and it provides more symbolic information which is useful for Debugger.
Are there any more advantages of ELF over *.out format??
Re: Kernel Korner: The ELF Object File Format: Introduction
Very interesting, unfortuneately the link given for the ELF doc. is not availible anymore.