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
| Speed Up Your Web Site with Varnish | Jun 19, 2013 |
| Non-Linux FOSS: libnotify, OS X Style | Jun 18, 2013 |
| 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 |
- Speed Up Your Web Site with Varnish
- Containers—Not Virtual Machines—Are the Future Cloud
- Linux Systems Administrator
- Lock-Free Multi-Producer Multi-Consumer Queue on Ring Buffer
- Senior Perl Developer
- Technical Support Rep
- Non-Linux FOSS: libnotify, OS X Style
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- RSS Feeds
- excellent
26 min 34 sec ago - good point!
29 min 25 sec ago - Varnish works!
38 min 32 sec ago - Reply to comment | Linux Journal
1 hour 8 min ago - Reply to comment | Linux Journal
3 hours 34 min ago - Reply to comment | Linux Journal
7 hours 33 min ago - Yeah, user namespaces are
8 hours 50 min ago - Cari Uang
12 hours 21 min ago - user namespaces
15 hours 14 min ago - yea
15 hours 40 min 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.