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
If you already use virtualized infrastructure, you are well on your way to leveraging the power of the cloud. Virtualization offers the promise of limitless resources, but how do you manage that scalability when your DevOps team doesn’t scale? In today’s hypercompetitive markets, fast results can make a difference between leading the pack vs. obsolescence. Organizations need more benefits from cloud computing than just raw resources. They need agility, flexibility, convenience, ROI, and control.
Stackato private Platform-as-a-Service technology from ActiveState extends your private cloud infrastructure by creating a private PaaS to provide on-demand availability, flexibility, control, and ultimately, faster time-to-market for your enterprise.
Sponsored by ActiveState
| Containers—Not Virtual Machines—Are the Future Cloud | Jun 17, 2013 |
| Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer | Jun 12, 2013 |
| Weechat, Irssi's Little Brother | Jun 11, 2013 |
| One Tail Just Isn't Enough | Jun 07, 2013 |
| Introduction to MapReduce with Hadoop on Linux | Jun 05, 2013 |
| Android's Limits | Jun 04, 2013 |
- Containers—Not Virtual Machines—Are the Future Cloud
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Linux Systems Administrator
- Introduction to MapReduce with Hadoop on Linux
- Senior Perl Developer
- Technical Support Rep
- Weechat, Irssi's Little Brother
- UX Designer
- One Tail Just Isn't Enough
- Android's Limits
- Free is costly
44 min 7 sec ago - Bought photoshop CS5 for developing a website :(
1 hour 27 sec ago - Reply to comment | Linux Journal
1 hour 48 min ago - Reply to comment | Linux Journal
1 hour 48 min ago - Replica Watches
4 hours 13 min ago - Reply to comment | Linux Journal
8 hours 24 min ago - on the path to understanding
8 hours 27 min ago - As a fisher,we know that a
1 day 3 hours ago - All I Say Is Worth Share!
1 day 5 hours ago - GeekSays
1 day 5 hours ago
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
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.